This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
drupal-tailwindcss-purgecss.../web/themes/contrib/tailwindcss/dist/main.css

35083 lines
621 KiB
CSS
Raw Normal View History

2019-05-16 12:07:02 +00:00
/**
* This injects Tailwind's base styles, which is a combination of
* Normalize.css and some additional base styles.
*
* You can see the styles here:
* https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css
*
* If using `postcss-import`, use this import instead:
*
* @import "tailwindcss/base";
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 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;
}
/**
* Render the `main` element consistently in IE.
*/
main {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: .67em 0;
}
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
-webkit-box-sizing: content-box;
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted; /* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, 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;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/* 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 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 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.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: .35em .75em .625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
-webkit-box-sizing: border-box;
box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal; /* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
*/
[type="search"]::-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 Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
/**
* 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.
*/
/**
* 1. Prevent padding and border from affecting element width
* https://goo.gl/pYtbK7
* 2. Change the default font family in all browsers (opinionated)
*/
html {
-webkit-box-sizing: border-box;
box-sizing: border-box; /* 1 */
font-family: sans-serif; /* 2 */
}
*,
*::before,
*::after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
/**
* Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
margin: 0;
}
button {
background: transparent;
padding: 0;
}
/**
* 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 system font stack 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: -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 */
}
/**
* 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 {
border-width: 0;
border-style: solid;
border-color: #e2e8f0;
}
/**
* 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::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: inherit;
opacity: .5;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
color: inherit;
opacity: .5;
}
input::placeholder,
textarea::placeholder {
color: inherit;
opacity: .5;
}
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: 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;
}
/**
* This injects any component classes registered by plugins.
*
* If using `postcss-import`, use this import instead:
*
* @import "tailwindcss/components";
*/
.tw-container {
width: 100%;
}
@media (min-width: 640px) {
.tw-container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.tw-container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.tw-container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.tw-container {
max-width: 1280px;
}
}
/**
* Here you would add any of your custom component classes; stuff that you'd
* want loaded *before* the utilities so that the utilities could still
* override them.
*
* Example:
*
* .btn { ... }
* .form-input { ... }
*
* Or if using a preprocessor or `postcss-import`:
*
* @import "components/buttons";
* @import "components/forms";
*/
input {
border-width: 1px;
border-color: #a0aec0;
}
.block,
.node {
margin-bottom: 1rem;
}
.node__content p,
.node__content ul,
.node__content ol {
margin-bottom: 1rem;
line-height: 1.5;
}
/**
* This injects all of Tailwind's utility classes, generated based on your
* config file.
*
* If using `postcss-import`, use this import instead:
*
* @import "tailwindcss/utilities";
*/
.tw-appearance-none {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
}
.tw-bg-fixed {
background-attachment: fixed !important;
}
.tw-bg-local {
background-attachment: local !important;
}
.tw-bg-scroll {
background-attachment: scroll !important;
}
.tw-bg-transparent {
background-color: transparent !important;
}
.tw-bg-black {
background-color: #000 !important;
}
.tw-bg-white {
background-color: #fff !important;
}
.tw-bg-gray-100 {
background-color: #f7fafc !important;
}
.tw-bg-gray-200 {
background-color: #edf2f7 !important;
}
.tw-bg-gray-300 {
background-color: #e2e8f0 !important;
}
.tw-bg-gray-400 {
background-color: #cbd5e0 !important;
}
.tw-bg-gray-500 {
background-color: #a0aec0 !important;
}
.tw-bg-gray-600 {
background-color: #718096 !important;
}
.tw-bg-gray-700 {
background-color: #4a5568 !important;
}
.tw-bg-gray-800 {
background-color: #2d3748 !important;
}
.tw-bg-gray-900 {
background-color: #1a202c !important;
}
.tw-bg-red-100 {
background-color: #fff5f5 !important;
}
.tw-bg-red-200 {
background-color: #fed7d7 !important;
}
.tw-bg-red-300 {
background-color: #feb2b2 !important;
}
.tw-bg-red-400 {
background-color: #fc8181 !important;
}
.tw-bg-red-500 {
background-color: #f56565 !important;
}
.tw-bg-red-600 {
background-color: #e53e3e !important;
}
.tw-bg-red-700 {
background-color: #c53030 !important;
}
.tw-bg-red-800 {
background-color: #9b2c2c !important;
}
.tw-bg-red-900 {
background-color: #742a2a !important;
}
.tw-bg-orange-100 {
background-color: #fffaf0 !important;
}
.tw-bg-orange-200 {
background-color: #feebc8 !important;
}
.tw-bg-orange-300 {
background-color: #fbd38d !important;
}
.tw-bg-orange-400 {
background-color: #f6ad55 !important;
}
.tw-bg-orange-500 {
background-color: #ed8936 !important;
}
.tw-bg-orange-600 {
background-color: #dd6b20 !important;
}
.tw-bg-orange-700 {
background-color: #c05621 !important;
}
.tw-bg-orange-800 {
background-color: #9c4221 !important;
}
.tw-bg-orange-900 {
background-color: #7b341e !important;
}
.tw-bg-yellow-100 {
background-color: #fffff0 !important;
}
.tw-bg-yellow-200 {
background-color: #fefcbf !important;
}
.tw-bg-yellow-300 {
background-color: #faf089 !important;
}
.tw-bg-yellow-400 {
background-color: #f6e05e !important;
}
.tw-bg-yellow-500 {
background-color: #ecc94b !important;
}
.tw-bg-yellow-600 {
background-color: #d69e2e !important;
}
.tw-bg-yellow-700 {
background-color: #b7791f !important;
}
.tw-bg-yellow-800 {
background-color: #975a16 !important;
}
.tw-bg-yellow-900 {
background-color: #744210 !important;
}
.tw-bg-green-100 {
background-color: #f0fff4 !important;
}
.tw-bg-green-200 {
background-color: #c6f6d5 !important;
}
.tw-bg-green-300 {
background-color: #9ae6b4 !important;
}
.tw-bg-green-400 {
background-color: #68d391 !important;
}
.tw-bg-green-500 {
background-color: #48bb78 !important;
}
.tw-bg-green-600 {
background-color: #38a169 !important;
}
.tw-bg-green-700 {
background-color: #2f855a !important;
}
.tw-bg-green-800 {
background-color: #276749 !important;
}
.tw-bg-green-900 {
background-color: #22543d !important;
}
.tw-bg-teal-100 {
background-color: #e6fffa !important;
}
.tw-bg-teal-200 {
background-color: #b2f5ea !important;
}
.tw-bg-teal-300 {
background-color: #81e6d9 !important;
}
.tw-bg-teal-400 {
background-color: #4fd1c5 !important;
}
.tw-bg-teal-500 {
background-color: #38b2ac !important;
}
.tw-bg-teal-600 {
background-color: #319795 !important;
}
.tw-bg-teal-700 {
background-color: #2c7a7b !important;
}
.tw-bg-teal-800 {
background-color: #285e61 !important;
}
.tw-bg-teal-900 {
background-color: #234e52 !important;
}
.tw-bg-blue-100 {
background-color: #ebf8ff !important;
}
.tw-bg-blue-200 {
background-color: #bee3f8 !important;
}
.tw-bg-blue-300 {
background-color: #90cdf4 !important;
}
.tw-bg-blue-400 {
background-color: #63b3ed !important;
}
.tw-bg-blue-500 {
background-color: #4299e1 !important;
}
.tw-bg-blue-600 {
background-color: #3182ce !important;
}
.tw-bg-blue-700 {
background-color: #2b6cb0 !important;
}
.tw-bg-blue-800 {
background-color: #2c5282 !important;
}
.tw-bg-blue-900 {
background-color: #2a4365 !important;
}
.tw-bg-indigo-100 {
background-color: #ebf4ff !important;
}
.tw-bg-indigo-200 {
background-color: #c3dafe !important;
}
.tw-bg-indigo-300 {
background-color: #a3bffa !important;
}
.tw-bg-indigo-400 {
background-color: #7f9cf5 !important;
}
.tw-bg-indigo-500 {
background-color: #667eea !important;
}
.tw-bg-indigo-600 {
background-color: #5a67d8 !important;
}
.tw-bg-indigo-700 {
background-color: #4c51bf !important;
}
.tw-bg-indigo-800 {
background-color: #434190 !important;
}
.tw-bg-indigo-900 {
background-color: #3c366b !important;
}
.tw-bg-purple-100 {
background-color: #faf5ff !important;
}
.tw-bg-purple-200 {
background-color: #e9d8fd !important;
}
.tw-bg-purple-300 {
background-color: #d6bcfa !important;
}
.tw-bg-purple-400 {
background-color: #b794f4 !important;
}
.tw-bg-purple-500 {
background-color: #9f7aea !important;
}
.tw-bg-purple-600 {
background-color: #805ad5 !important;
}
.tw-bg-purple-700 {
background-color: #6b46c1 !important;
}
.tw-bg-purple-800 {
background-color: #553c9a !important;
}
.tw-bg-purple-900 {
background-color: #44337a !important;
}
.tw-bg-pink-100 {
background-color: #fff5f7 !important;
}
.tw-bg-pink-200 {
background-color: #fed7e2 !important;
}
.tw-bg-pink-300 {
background-color: #fbb6ce !important;
}
.tw-bg-pink-400 {
background-color: #f687b3 !important;
}
.tw-bg-pink-500 {
background-color: #ed64a6 !important;
}
.tw-bg-pink-600 {
background-color: #d53f8c !important;
}
.tw-bg-pink-700 {
background-color: #b83280 !important;
}
.tw-bg-pink-800 {
background-color: #97266d !important;
}
.tw-bg-pink-900 {
background-color: #702459 !important;
}
.hover\:tw-bg-transparent:hover {
background-color: transparent !important;
}
.hover\:tw-bg-black:hover {
background-color: #000 !important;
}
.hover\:tw-bg-white:hover {
background-color: #fff !important;
}
.hover\:tw-bg-gray-100:hover {
background-color: #f7fafc !important;
}
.hover\:tw-bg-gray-200:hover {
background-color: #edf2f7 !important;
}
.hover\:tw-bg-gray-300:hover {
background-color: #e2e8f0 !important;
}
.hover\:tw-bg-gray-400:hover {
background-color: #cbd5e0 !important;
}
.hover\:tw-bg-gray-500:hover {
background-color: #a0aec0 !important;
}
.hover\:tw-bg-gray-600:hover {
background-color: #718096 !important;
}
.hover\:tw-bg-gray-700:hover {
background-color: #4a5568 !important;
}
.hover\:tw-bg-gray-800:hover {
background-color: #2d3748 !important;
}
.hover\:tw-bg-gray-900:hover {
background-color: #1a202c !important;
}
.hover\:tw-bg-red-100:hover {
background-color: #fff5f5 !important;
}
.hover\:tw-bg-red-200:hover {
background-color: #fed7d7 !important;
}
.hover\:tw-bg-red-300:hover {
background-color: #feb2b2 !important;
}
.hover\:tw-bg-red-400:hover {
background-color: #fc8181 !important;
}
.hover\:tw-bg-red-500:hover {
background-color: #f56565 !important;
}
.hover\:tw-bg-red-600:hover {
background-color: #e53e3e !important;
}
.hover\:tw-bg-red-700:hover {
background-color: #c53030 !important;
}
.hover\:tw-bg-red-800:hover {
background-color: #9b2c2c !important;
}
.hover\:tw-bg-red-900:hover {
background-color: #742a2a !important;
}
.hover\:tw-bg-orange-100:hover {
background-color: #fffaf0 !important;
}
.hover\:tw-bg-orange-200:hover {
background-color: #feebc8 !important;
}
.hover\:tw-bg-orange-300:hover {
background-color: #fbd38d !important;
}
.hover\:tw-bg-orange-400:hover {
background-color: #f6ad55 !important;
}
.hover\:tw-bg-orange-500:hover {
background-color: #ed8936 !important;
}
.hover\:tw-bg-orange-600:hover {
background-color: #dd6b20 !important;
}
.hover\:tw-bg-orange-700:hover {
background-color: #c05621 !important;
}
.hover\:tw-bg-orange-800:hover {
background-color: #9c4221 !important;
}
.hover\:tw-bg-orange-900:hover {
background-color: #7b341e !important;
}
.hover\:tw-bg-yellow-100:hover {
background-color: #fffff0 !important;
}
.hover\:tw-bg-yellow-200:hover {
background-color: #fefcbf !important;
}
.hover\:tw-bg-yellow-300:hover {
background-color: #faf089 !important;
}
.hover\:tw-bg-yellow-400:hover {
background-color: #f6e05e !important;
}
.hover\:tw-bg-yellow-500:hover {
background-color: #ecc94b !important;
}
.hover\:tw-bg-yellow-600:hover {
background-color: #d69e2e !important;
}
.hover\:tw-bg-yellow-700:hover {
background-color: #b7791f !important;
}
.hover\:tw-bg-yellow-800:hover {
background-color: #975a16 !important;
}
.hover\:tw-bg-yellow-900:hover {
background-color: #744210 !important;
}
.hover\:tw-bg-green-100:hover {
background-color: #f0fff4 !important;
}
.hover\:tw-bg-green-200:hover {
background-color: #c6f6d5 !important;
}
.hover\:tw-bg-green-300:hover {
background-color: #9ae6b4 !important;
}
.hover\:tw-bg-green-400:hover {
background-color: #68d391 !important;
}
.hover\:tw-bg-green-500:hover {
background-color: #48bb78 !important;
}
.hover\:tw-bg-green-600:hover {
background-color: #38a169 !important;
}
.hover\:tw-bg-green-700:hover {
background-color: #2f855a !important;
}
.hover\:tw-bg-green-800:hover {
background-color: #276749 !important;
}
.hover\:tw-bg-green-900:hover {
background-color: #22543d !important;
}
.hover\:tw-bg-teal-100:hover {
background-color: #e6fffa !important;
}
.hover\:tw-bg-teal-200:hover {
background-color: #b2f5ea !important;
}
.hover\:tw-bg-teal-300:hover {
background-color: #81e6d9 !important;
}
.hover\:tw-bg-teal-400:hover {
background-color: #4fd1c5 !important;
}
.hover\:tw-bg-teal-500:hover {
background-color: #38b2ac !important;
}
.hover\:tw-bg-teal-600:hover {
background-color: #319795 !important;
}
.hover\:tw-bg-teal-700:hover {
background-color: #2c7a7b !important;
}
.hover\:tw-bg-teal-800:hover {
background-color: #285e61 !important;
}
.hover\:tw-bg-teal-900:hover {
background-color: #234e52 !important;
}
.hover\:tw-bg-blue-100:hover {
background-color: #ebf8ff !important;
}
.hover\:tw-bg-blue-200:hover {
background-color: #bee3f8 !important;
}
.hover\:tw-bg-blue-300:hover {
background-color: #90cdf4 !important;
}
.hover\:tw-bg-blue-400:hover {
background-color: #63b3ed !important;
}
.hover\:tw-bg-blue-500:hover {
background-color: #4299e1 !important;
}
.hover\:tw-bg-blue-600:hover {
background-color: #3182ce !important;
}
.hover\:tw-bg-blue-700:hover {
background-color: #2b6cb0 !important;
}
.hover\:tw-bg-blue-800:hover {
background-color: #2c5282 !important;
}
.hover\:tw-bg-blue-900:hover {
background-color: #2a4365 !important;
}
.hover\:tw-bg-indigo-100:hover {
background-color: #ebf4ff !important;
}
.hover\:tw-bg-indigo-200:hover {
background-color: #c3dafe !important;
}
.hover\:tw-bg-indigo-300:hover {
background-color: #a3bffa !important;
}
.hover\:tw-bg-indigo-400:hover {
background-color: #7f9cf5 !important;
}
.hover\:tw-bg-indigo-500:hover {
background-color: #667eea !important;
}
.hover\:tw-bg-indigo-600:hover {
background-color: #5a67d8 !important;
}
.hover\:tw-bg-indigo-700:hover {
background-color: #4c51bf !important;
}
.hover\:tw-bg-indigo-800:hover {
background-color: #434190 !important;
}
.hover\:tw-bg-indigo-900:hover {
background-color: #3c366b !important;
}
.hover\:tw-bg-purple-100:hover {
background-color: #faf5ff !important;
}
.hover\:tw-bg-purple-200:hover {
background-color: #e9d8fd !important;
}
.hover\:tw-bg-purple-300:hover {
background-color: #d6bcfa !important;
}
.hover\:tw-bg-purple-400:hover {
background-color: #b794f4 !important;
}
.hover\:tw-bg-purple-500:hover {
background-color: #9f7aea !important;
}
.hover\:tw-bg-purple-600:hover {
background-color: #805ad5 !important;
}
.hover\:tw-bg-purple-700:hover {
background-color: #6b46c1 !important;
}
.hover\:tw-bg-purple-800:hover {
background-color: #553c9a !important;
}
.hover\:tw-bg-purple-900:hover {
background-color: #44337a !important;
}
.hover\:tw-bg-pink-100:hover {
background-color: #fff5f7 !important;
}
.hover\:tw-bg-pink-200:hover {
background-color: #fed7e2 !important;
}
.hover\:tw-bg-pink-300:hover {
background-color: #fbb6ce !important;
}
.hover\:tw-bg-pink-400:hover {
background-color: #f687b3 !important;
}
.hover\:tw-bg-pink-500:hover {
background-color: #ed64a6 !important;
}
.hover\:tw-bg-pink-600:hover {
background-color: #d53f8c !important;
}
.hover\:tw-bg-pink-700:hover {
background-color: #b83280 !important;
}
.hover\:tw-bg-pink-800:hover {
background-color: #97266d !important;
}
.hover\:tw-bg-pink-900:hover {
background-color: #702459 !important;
}
.focus\:tw-bg-transparent:focus {
background-color: transparent !important;
}
.focus\:tw-bg-black:focus {
background-color: #000 !important;
}
.focus\:tw-bg-white:focus {
background-color: #fff !important;
}
.focus\:tw-bg-gray-100:focus {
background-color: #f7fafc !important;
}
.focus\:tw-bg-gray-200:focus {
background-color: #edf2f7 !important;
}
.focus\:tw-bg-gray-300:focus {
background-color: #e2e8f0 !important;
}
.focus\:tw-bg-gray-400:focus {
background-color: #cbd5e0 !important;
}
.focus\:tw-bg-gray-500:focus {
background-color: #a0aec0 !important;
}
.focus\:tw-bg-gray-600:focus {
background-color: #718096 !important;
}
.focus\:tw-bg-gray-700:focus {
background-color: #4a5568 !important;
}
.focus\:tw-bg-gray-800:focus {
background-color: #2d3748 !important;
}
.focus\:tw-bg-gray-900:focus {
background-color: #1a202c !important;
}
.focus\:tw-bg-red-100:focus {
background-color: #fff5f5 !important;
}
.focus\:tw-bg-red-200:focus {
background-color: #fed7d7 !important;
}
.focus\:tw-bg-red-300:focus {
background-color: #feb2b2 !important;
}
.focus\:tw-bg-red-400:focus {
background-color: #fc8181 !important;
}
.focus\:tw-bg-red-500:focus {
background-color: #f56565 !important;
}
.focus\:tw-bg-red-600:focus {
background-color: #e53e3e !important;
}
.focus\:tw-bg-red-700:focus {
background-color: #c53030 !important;
}
.focus\:tw-bg-red-800:focus {
background-color: #9b2c2c !important;
}
.focus\:tw-bg-red-900:focus {
background-color: #742a2a !important;
}
.focus\:tw-bg-orange-100:focus {
background-color: #fffaf0 !important;
}
.focus\:tw-bg-orange-200:focus {
background-color: #feebc8 !important;
}
.focus\:tw-bg-orange-300:focus {
background-color: #fbd38d !important;
}
.focus\:tw-bg-orange-400:focus {
background-color: #f6ad55 !important;
}
.focus\:tw-bg-orange-500:focus {
background-color: #ed8936 !important;
}
.focus\:tw-bg-orange-600:focus {
background-color: #dd6b20 !important;
}
.focus\:tw-bg-orange-700:focus {
background-color: #c05621 !important;
}
.focus\:tw-bg-orange-800:focus {
background-color: #9c4221 !important;
}
.focus\:tw-bg-orange-900:focus {
background-color: #7b341e !important;
}
.focus\:tw-bg-yellow-100:focus {
background-color: #fffff0 !important;
}
.focus\:tw-bg-yellow-200:focus {
background-color: #fefcbf !important;
}
.focus\:tw-bg-yellow-300:focus {
background-color: #faf089 !important;
}
.focus\:tw-bg-yellow-400:focus {
background-color: #f6e05e !important;
}
.focus\:tw-bg-yellow-500:focus {
background-color: #ecc94b !important;
}
.focus\:tw-bg-yellow-600:focus {
background-color: #d69e2e !important;
}
.focus\:tw-bg-yellow-700:focus {
background-color: #b7791f !important;
}
.focus\:tw-bg-yellow-800:focus {
background-color: #975a16 !important;
}
.focus\:tw-bg-yellow-900:focus {
background-color: #744210 !important;
}
.focus\:tw-bg-green-100:focus {
background-color: #f0fff4 !important;
}
.focus\:tw-bg-green-200:focus {
background-color: #c6f6d5 !important;
}
.focus\:tw-bg-green-300:focus {
background-color: #9ae6b4 !important;
}
.focus\:tw-bg-green-400:focus {
background-color: #68d391 !important;
}
.focus\:tw-bg-green-500:focus {
background-color: #48bb78 !important;
}
.focus\:tw-bg-green-600:focus {
background-color: #38a169 !important;
}
.focus\:tw-bg-green-700:focus {
background-color: #2f855a !important;
}
.focus\:tw-bg-green-800:focus {
background-color: #276749 !important;
}
.focus\:tw-bg-green-900:focus {
background-color: #22543d !important;
}
.focus\:tw-bg-teal-100:focus {
background-color: #e6fffa !important;
}
.focus\:tw-bg-teal-200:focus {
background-color: #b2f5ea !important;
}
.focus\:tw-bg-teal-300:focus {
background-color: #81e6d9 !important;
}
.focus\:tw-bg-teal-400:focus {
background-color: #4fd1c5 !important;
}
.focus\:tw-bg-teal-500:focus {
background-color: #38b2ac !important;
}
.focus\:tw-bg-teal-600:focus {
background-color: #319795 !important;
}
.focus\:tw-bg-teal-700:focus {
background-color: #2c7a7b !important;
}
.focus\:tw-bg-teal-800:focus {
background-color: #285e61 !important;
}
.focus\:tw-bg-teal-900:focus {
background-color: #234e52 !important;
}
.focus\:tw-bg-blue-100:focus {
background-color: #ebf8ff !important;
}
.focus\:tw-bg-blue-200:focus {
background-color: #bee3f8 !important;
}
.focus\:tw-bg-blue-300:focus {
background-color: #90cdf4 !important;
}
.focus\:tw-bg-blue-400:focus {
background-color: #63b3ed !important;
}
.focus\:tw-bg-blue-500:focus {
background-color: #4299e1 !important;
}
.focus\:tw-bg-blue-600:focus {
background-color: #3182ce !important;
}
.focus\:tw-bg-blue-700:focus {
background-color: #2b6cb0 !important;
}
.focus\:tw-bg-blue-800:focus {
background-color: #2c5282 !important;
}
.focus\:tw-bg-blue-900:focus {
background-color: #2a4365 !important;
}
.focus\:tw-bg-indigo-100:focus {
background-color: #ebf4ff !important;
}
.focus\:tw-bg-indigo-200:focus {
background-color: #c3dafe !important;
}
.focus\:tw-bg-indigo-300:focus {
background-color: #a3bffa !important;
}
.focus\:tw-bg-indigo-400:focus {
background-color: #7f9cf5 !important;
}
.focus\:tw-bg-indigo-500:focus {
background-color: #667eea !important;
}
.focus\:tw-bg-indigo-600:focus {
background-color: #5a67d8 !important;
}
.focus\:tw-bg-indigo-700:focus {
background-color: #4c51bf !important;
}
.focus\:tw-bg-indigo-800:focus {
background-color: #434190 !important;
}
.focus\:tw-bg-indigo-900:focus {
background-color: #3c366b !important;
}
.focus\:tw-bg-purple-100:focus {
background-color: #faf5ff !important;
}
.focus\:tw-bg-purple-200:focus {
background-color: #e9d8fd !important;
}
.focus\:tw-bg-purple-300:focus {
background-color: #d6bcfa !important;
}
.focus\:tw-bg-purple-400:focus {
background-color: #b794f4 !important;
}
.focus\:tw-bg-purple-500:focus {
background-color: #9f7aea !important;
}
.focus\:tw-bg-purple-600:focus {
background-color: #805ad5 !important;
}
.focus\:tw-bg-purple-700:focus {
background-color: #6b46c1 !important;
}
.focus\:tw-bg-purple-800:focus {
background-color: #553c9a !important;
}
.focus\:tw-bg-purple-900:focus {
background-color: #44337a !important;
}
.focus\:tw-bg-pink-100:focus {
background-color: #fff5f7 !important;
}
.focus\:tw-bg-pink-200:focus {
background-color: #fed7e2 !important;
}
.focus\:tw-bg-pink-300:focus {
background-color: #fbb6ce !important;
}
.focus\:tw-bg-pink-400:focus {
background-color: #f687b3 !important;
}
.focus\:tw-bg-pink-500:focus {
background-color: #ed64a6 !important;
}
.focus\:tw-bg-pink-600:focus {
background-color: #d53f8c !important;
}
.focus\:tw-bg-pink-700:focus {
background-color: #b83280 !important;
}
.focus\:tw-bg-pink-800:focus {
background-color: #97266d !important;
}
.focus\:tw-bg-pink-900:focus {
background-color: #702459 !important;
}
.tw-bg-bottom {
background-position: bottom !important;
}
.tw-bg-center {
background-position: center !important;
}
.tw-bg-left {
background-position: left !important;
}
.tw-bg-left-bottom {
background-position: left bottom !important;
}
.tw-bg-left-top {
background-position: left top !important;
}
.tw-bg-right {
background-position: right !important;
}
.tw-bg-right-bottom {
background-position: right bottom !important;
}
.tw-bg-right-top {
background-position: right top !important;
}
.tw-bg-top {
background-position: top !important;
}
.tw-bg-repeat {
background-repeat: repeat !important;
}
.tw-bg-no-repeat {
background-repeat: no-repeat !important;
}
.tw-bg-repeat-x {
background-repeat: repeat-x !important;
}
.tw-bg-repeat-y {
background-repeat: repeat-y !important;
}
.tw-bg-auto {
background-size: auto !important;
}
.tw-bg-cover {
background-size: cover !important;
}
.tw-bg-contain {
background-size: contain !important;
}
.tw-border-collapse {
border-collapse: collapse !important;
}
.tw-border-separate {
border-collapse: separate !important;
}
.tw-border-transparent {
border-color: transparent !important;
}
.tw-border-black {
border-color: #000 !important;
}
.tw-border-white {
border-color: #fff !important;
}
.tw-border-gray-100 {
border-color: #f7fafc !important;
}
.tw-border-gray-200 {
border-color: #edf2f7 !important;
}
.tw-border-gray-300 {
border-color: #e2e8f0 !important;
}
.tw-border-gray-400 {
border-color: #cbd5e0 !important;
}
.tw-border-gray-500 {
border-color: #a0aec0 !important;
}
.tw-border-gray-600 {
border-color: #718096 !important;
}
.tw-border-gray-700 {
border-color: #4a5568 !important;
}
.tw-border-gray-800 {
border-color: #2d3748 !important;
}
.tw-border-gray-900 {
border-color: #1a202c !important;
}
.tw-border-red-100 {
border-color: #fff5f5 !important;
}
.tw-border-red-200 {
border-color: #fed7d7 !important;
}
.tw-border-red-300 {
border-color: #feb2b2 !important;
}
.tw-border-red-400 {
border-color: #fc8181 !important;
}
.tw-border-red-500 {
border-color: #f56565 !important;
}
.tw-border-red-600 {
border-color: #e53e3e !important;
}
.tw-border-red-700 {
border-color: #c53030 !important;
}
.tw-border-red-800 {
border-color: #9b2c2c !important;
}
.tw-border-red-900 {
border-color: #742a2a !important;
}
.tw-border-orange-100 {
border-color: #fffaf0 !important;
}
.tw-border-orange-200 {
border-color: #feebc8 !important;
}
.tw-border-orange-300 {
border-color: #fbd38d !important;
}
.tw-border-orange-400 {
border-color: #f6ad55 !important;
}
.tw-border-orange-500 {
border-color: #ed8936 !important;
}
.tw-border-orange-600 {
border-color: #dd6b20 !important;
}
.tw-border-orange-700 {
border-color: #c05621 !important;
}
.tw-border-orange-800 {
border-color: #9c4221 !important;
}
.tw-border-orange-900 {
border-color: #7b341e !important;
}
.tw-border-yellow-100 {
border-color: #fffff0 !important;
}
.tw-border-yellow-200 {
border-color: #fefcbf !important;
}
.tw-border-yellow-300 {
border-color: #faf089 !important;
}
.tw-border-yellow-400 {
border-color: #f6e05e !important;
}
.tw-border-yellow-500 {
border-color: #ecc94b !important;
}
.tw-border-yellow-600 {
border-color: #d69e2e !important;
}
.tw-border-yellow-700 {
border-color: #b7791f !important;
}
.tw-border-yellow-800 {
border-color: #975a16 !important;
}
.tw-border-yellow-900 {
border-color: #744210 !important;
}
.tw-border-green-100 {
border-color: #f0fff4 !important;
}
.tw-border-green-200 {
border-color: #c6f6d5 !important;
}
.tw-border-green-300 {
border-color: #9ae6b4 !important;
}
.tw-border-green-400 {
border-color: #68d391 !important;
}
.tw-border-green-500 {
border-color: #48bb78 !important;
}
.tw-border-green-600 {
border-color: #38a169 !important;
}
.tw-border-green-700 {
border-color: #2f855a !important;
}
.tw-border-green-800 {
border-color: #276749 !important;
}
.tw-border-green-900 {
border-color: #22543d !important;
}
.tw-border-teal-100 {
border-color: #e6fffa !important;
}
.tw-border-teal-200 {
border-color: #b2f5ea !important;
}
.tw-border-teal-300 {
border-color: #81e6d9 !important;
}
.tw-border-teal-400 {
border-color: #4fd1c5 !important;
}
.tw-border-teal-500 {
border-color: #38b2ac !important;
}
.tw-border-teal-600 {
border-color: #319795 !important;
}
.tw-border-teal-700 {
border-color: #2c7a7b !important;
}
.tw-border-teal-800 {
border-color: #285e61 !important;
}
.tw-border-teal-900 {
border-color: #234e52 !important;
}
.tw-border-blue-100 {
border-color: #ebf8ff !important;
}
.tw-border-blue-200 {
border-color: #bee3f8 !important;
}
.tw-border-blue-300 {
border-color: #90cdf4 !important;
}
.tw-border-blue-400 {
border-color: #63b3ed !important;
}
.tw-border-blue-500 {
border-color: #4299e1 !important;
}
.tw-border-blue-600 {
border-color: #3182ce !important;
}
.tw-border-blue-700 {
border-color: #2b6cb0 !important;
}
.tw-border-blue-800 {
border-color: #2c5282 !important;
}
.tw-border-blue-900 {
border-color: #2a4365 !important;
}
.tw-border-indigo-100 {
border-color: #ebf4ff !important;
}
.tw-border-indigo-200 {
border-color: #c3dafe !important;
}
.tw-border-indigo-300 {
border-color: #a3bffa !important;
}
.tw-border-indigo-400 {
border-color: #7f9cf5 !important;
}
.tw-border-indigo-500 {
border-color: #667eea !important;
}
.tw-border-indigo-600 {
border-color: #5a67d8 !important;
}
.tw-border-indigo-700 {
border-color: #4c51bf !important;
}
.tw-border-indigo-800 {
border-color: #434190 !important;
}
.tw-border-indigo-900 {
border-color: #3c366b !important;
}
.tw-border-purple-100 {
border-color: #faf5ff !important;
}
.tw-border-purple-200 {
border-color: #e9d8fd !important;
}
.tw-border-purple-300 {
border-color: #d6bcfa !important;
}
.tw-border-purple-400 {
border-color: #b794f4 !important;
}
.tw-border-purple-500 {
border-color: #9f7aea !important;
}
.tw-border-purple-600 {
border-color: #805ad5 !important;
}
.tw-border-purple-700 {
border-color: #6b46c1 !important;
}
.tw-border-purple-800 {
border-color: #553c9a !important;
}
.tw-border-purple-900 {
border-color: #44337a !important;
}
.tw-border-pink-100 {
border-color: #fff5f7 !important;
}
.tw-border-pink-200 {
border-color: #fed7e2 !important;
}
.tw-border-pink-300 {
border-color: #fbb6ce !important;
}
.tw-border-pink-400 {
border-color: #f687b3 !important;
}
.tw-border-pink-500 {
border-color: #ed64a6 !important;
}
.tw-border-pink-600 {
border-color: #d53f8c !important;
}
.tw-border-pink-700 {
border-color: #b83280 !important;
}
.tw-border-pink-800 {
border-color: #97266d !important;
}
.tw-border-pink-900 {
border-color: #702459 !important;
}
.hover\:tw-border-transparent:hover {
border-color: transparent !important;
}
.hover\:tw-border-black:hover {
border-color: #000 !important;
}
.hover\:tw-border-white:hover {
border-color: #fff !important;
}
.hover\:tw-border-gray-100:hover {
border-color: #f7fafc !important;
}
.hover\:tw-border-gray-200:hover {
border-color: #edf2f7 !important;
}
.hover\:tw-border-gray-300:hover {
border-color: #e2e8f0 !important;
}
.hover\:tw-border-gray-400:hover {
border-color: #cbd5e0 !important;
}
.hover\:tw-border-gray-500:hover {
border-color: #a0aec0 !important;
}
.hover\:tw-border-gray-600:hover {
border-color: #718096 !important;
}
.hover\:tw-border-gray-700:hover {
border-color: #4a5568 !important;
}
.hover\:tw-border-gray-800:hover {
border-color: #2d3748 !important;
}
.hover\:tw-border-gray-900:hover {
border-color: #1a202c !important;
}
.hover\:tw-border-red-100:hover {
border-color: #fff5f5 !important;
}
.hover\:tw-border-red-200:hover {
border-color: #fed7d7 !important;
}
.hover\:tw-border-red-300:hover {
border-color: #feb2b2 !important;
}
.hover\:tw-border-red-400:hover {
border-color: #fc8181 !important;
}
.hover\:tw-border-red-500:hover {
border-color: #f56565 !important;
}
.hover\:tw-border-red-600:hover {
border-color: #e53e3e !important;
}
.hover\:tw-border-red-700:hover {
border-color: #c53030 !important;
}
.hover\:tw-border-red-800:hover {
border-color: #9b2c2c !important;
}
.hover\:tw-border-red-900:hover {
border-color: #742a2a !important;
}
.hover\:tw-border-orange-100:hover {
border-color: #fffaf0 !important;
}
.hover\:tw-border-orange-200:hover {
border-color: #feebc8 !important;
}
.hover\:tw-border-orange-300:hover {
border-color: #fbd38d !important;
}
.hover\:tw-border-orange-400:hover {
border-color: #f6ad55 !important;
}
.hover\:tw-border-orange-500:hover {
border-color: #ed8936 !important;
}
.hover\:tw-border-orange-600:hover {
border-color: #dd6b20 !important;
}
.hover\:tw-border-orange-700:hover {
border-color: #c05621 !important;
}
.hover\:tw-border-orange-800:hover {
border-color: #9c4221 !important;
}
.hover\:tw-border-orange-900:hover {
border-color: #7b341e !important;
}
.hover\:tw-border-yellow-100:hover {
border-color: #fffff0 !important;
}
.hover\:tw-border-yellow-200:hover {
border-color: #fefcbf !important;
}
.hover\:tw-border-yellow-300:hover {
border-color: #faf089 !important;
}
.hover\:tw-border-yellow-400:hover {
border-color: #f6e05e !important;
}
.hover\:tw-border-yellow-500:hover {
border-color: #ecc94b !important;
}
.hover\:tw-border-yellow-600:hover {
border-color: #d69e2e !important;
}
.hover\:tw-border-yellow-700:hover {
border-color: #b7791f !important;
}
.hover\:tw-border-yellow-800:hover {
border-color: #975a16 !important;
}
.hover\:tw-border-yellow-900:hover {
border-color: #744210 !important;
}
.hover\:tw-border-green-100:hover {
border-color: #f0fff4 !important;
}
.hover\:tw-border-green-200:hover {
border-color: #c6f6d5 !important;
}
.hover\:tw-border-green-300:hover {
border-color: #9ae6b4 !important;
}
.hover\:tw-border-green-400:hover {
border-color: #68d391 !important;
}
.hover\:tw-border-green-500:hover {
border-color: #48bb78 !important;
}
.hover\:tw-border-green-600:hover {
border-color: #38a169 !important;
}
.hover\:tw-border-green-700:hover {
border-color: #2f855a !important;
}
.hover\:tw-border-green-800:hover {
border-color: #276749 !important;
}
.hover\:tw-border-green-900:hover {
border-color: #22543d !important;
}
.hover\:tw-border-teal-100:hover {
border-color: #e6fffa !important;
}
.hover\:tw-border-teal-200:hover {
border-color: #b2f5ea !important;
}
.hover\:tw-border-teal-300:hover {
border-color: #81e6d9 !important;
}
.hover\:tw-border-teal-400:hover {
border-color: #4fd1c5 !important;
}
.hover\:tw-border-teal-500:hover {
border-color: #38b2ac !important;
}
.hover\:tw-border-teal-600:hover {
border-color: #319795 !important;
}
.hover\:tw-border-teal-700:hover {
border-color: #2c7a7b !important;
}
.hover\:tw-border-teal-800:hover {
border-color: #285e61 !important;
}
.hover\:tw-border-teal-900:hover {
border-color: #234e52 !important;
}
.hover\:tw-border-blue-100:hover {
border-color: #ebf8ff !important;
}
.hover\:tw-border-blue-200:hover {
border-color: #bee3f8 !important;
}
.hover\:tw-border-blue-300:hover {
border-color: #90cdf4 !important;
}
.hover\:tw-border-blue-400:hover {
border-color: #63b3ed !important;
}
.hover\:tw-border-blue-500:hover {
border-color: #4299e1 !important;
}
.hover\:tw-border-blue-600:hover {
border-color: #3182ce !important;
}
.hover\:tw-border-blue-700:hover {
border-color: #2b6cb0 !important;
}
.hover\:tw-border-blue-800:hover {
border-color: #2c5282 !important;
}
.hover\:tw-border-blue-900:hover {
border-color: #2a4365 !important;
}
.hover\:tw-border-indigo-100:hover {
border-color: #ebf4ff !important;
}
.hover\:tw-border-indigo-200:hover {
border-color: #c3dafe !important;
}
.hover\:tw-border-indigo-300:hover {
border-color: #a3bffa !important;
}
.hover\:tw-border-indigo-400:hover {
border-color: #7f9cf5 !important;
}
.hover\:tw-border-indigo-500:hover {
border-color: #667eea !important;
}
.hover\:tw-border-indigo-600:hover {
border-color: #5a67d8 !important;
}
.hover\:tw-border-indigo-700:hover {
border-color: #4c51bf !important;
}
.hover\:tw-border-indigo-800:hover {
border-color: #434190 !important;
}
.hover\:tw-border-indigo-900:hover {
border-color: #3c366b !important;
}
.hover\:tw-border-purple-100:hover {
border-color: #faf5ff !important;
}
.hover\:tw-border-purple-200:hover {
border-color: #e9d8fd !important;
}
.hover\:tw-border-purple-300:hover {
border-color: #d6bcfa !important;
}
.hover\:tw-border-purple-400:hover {
border-color: #b794f4 !important;
}
.hover\:tw-border-purple-500:hover {
border-color: #9f7aea !important;
}
.hover\:tw-border-purple-600:hover {
border-color: #805ad5 !important;
}
.hover\:tw-border-purple-700:hover {
border-color: #6b46c1 !important;
}
.hover\:tw-border-purple-800:hover {
border-color: #553c9a !important;
}
.hover\:tw-border-purple-900:hover {
border-color: #44337a !important;
}
.hover\:tw-border-pink-100:hover {
border-color: #fff5f7 !important;
}
.hover\:tw-border-pink-200:hover {
border-color: #fed7e2 !important;
}
.hover\:tw-border-pink-300:hover {
border-color: #fbb6ce !important;
}
.hover\:tw-border-pink-400:hover {
border-color: #f687b3 !important;
}
.hover\:tw-border-pink-500:hover {
border-color: #ed64a6 !important;
}
.hover\:tw-border-pink-600:hover {
border-color: #d53f8c !important;
}
.hover\:tw-border-pink-700:hover {
border-color: #b83280 !important;
}
.hover\:tw-border-pink-800:hover {
border-color: #97266d !important;
}
.hover\:tw-border-pink-900:hover {
border-color: #702459 !important;
}
.focus\:tw-border-transparent:focus {
border-color: transparent !important;
}
.focus\:tw-border-black:focus {
border-color: #000 !important;
}
.focus\:tw-border-white:focus {
border-color: #fff !important;
}
.focus\:tw-border-gray-100:focus {
border-color: #f7fafc !important;
}
.focus\:tw-border-gray-200:focus {
border-color: #edf2f7 !important;
}
.focus\:tw-border-gray-300:focus {
border-color: #e2e8f0 !important;
}
.focus\:tw-border-gray-400:focus {
border-color: #cbd5e0 !important;
}
.focus\:tw-border-gray-500:focus {
border-color: #a0aec0 !important;
}
.focus\:tw-border-gray-600:focus {
border-color: #718096 !important;
}
.focus\:tw-border-gray-700:focus {
border-color: #4a5568 !important;
}
.focus\:tw-border-gray-800:focus {
border-color: #2d3748 !important;
}
.focus\:tw-border-gray-900:focus {
border-color: #1a202c !important;
}
.focus\:tw-border-red-100:focus {
border-color: #fff5f5 !important;
}
.focus\:tw-border-red-200:focus {
border-color: #fed7d7 !important;
}
.focus\:tw-border-red-300:focus {
border-color: #feb2b2 !important;
}
.focus\:tw-border-red-400:focus {
border-color: #fc8181 !important;
}
.focus\:tw-border-red-500:focus {
border-color: #f56565 !important;
}
.focus\:tw-border-red-600:focus {
border-color: #e53e3e !important;
}
.focus\:tw-border-red-700:focus {
border-color: #c53030 !important;
}
.focus\:tw-border-red-800:focus {
border-color: #9b2c2c !important;
}
.focus\:tw-border-red-900:focus {
border-color: #742a2a !important;
}
.focus\:tw-border-orange-100:focus {
border-color: #fffaf0 !important;
}
.focus\:tw-border-orange-200:focus {
border-color: #feebc8 !important;
}
.focus\:tw-border-orange-300:focus {
border-color: #fbd38d !important;
}
.focus\:tw-border-orange-400:focus {
border-color: #f6ad55 !important;
}
.focus\:tw-border-orange-500:focus {
border-color: #ed8936 !important;
}
.focus\:tw-border-orange-600:focus {
border-color: #dd6b20 !important;
}
.focus\:tw-border-orange-700:focus {
border-color: #c05621 !important;
}
.focus\:tw-border-orange-800:focus {
border-color: #9c4221 !important;
}
.focus\:tw-border-orange-900:focus {
border-color: #7b341e !important;
}
.focus\:tw-border-yellow-100:focus {
border-color: #fffff0 !important;
}
.focus\:tw-border-yellow-200:focus {
border-color: #fefcbf !important;
}
.focus\:tw-border-yellow-300:focus {
border-color: #faf089 !important;
}
.focus\:tw-border-yellow-400:focus {
border-color: #f6e05e !important;
}
.focus\:tw-border-yellow-500:focus {
border-color: #ecc94b !important;
}
.focus\:tw-border-yellow-600:focus {
border-color: #d69e2e !important;
}
.focus\:tw-border-yellow-700:focus {
border-color: #b7791f !important;
}
.focus\:tw-border-yellow-800:focus {
border-color: #975a16 !important;
}
.focus\:tw-border-yellow-900:focus {
border-color: #744210 !important;
}
.focus\:tw-border-green-100:focus {
border-color: #f0fff4 !important;
}
.focus\:tw-border-green-200:focus {
border-color: #c6f6d5 !important;
}
.focus\:tw-border-green-300:focus {
border-color: #9ae6b4 !important;
}
.focus\:tw-border-green-400:focus {
border-color: #68d391 !important;
}
.focus\:tw-border-green-500:focus {
border-color: #48bb78 !important;
}
.focus\:tw-border-green-600:focus {
border-color: #38a169 !important;
}
.focus\:tw-border-green-700:focus {
border-color: #2f855a !important;
}
.focus\:tw-border-green-800:focus {
border-color: #276749 !important;
}
.focus\:tw-border-green-900:focus {
border-color: #22543d !important;
}
.focus\:tw-border-teal-100:focus {
border-color: #e6fffa !important;
}
.focus\:tw-border-teal-200:focus {
border-color: #b2f5ea !important;
}
.focus\:tw-border-teal-300:focus {
border-color: #81e6d9 !important;
}
.focus\:tw-border-teal-400:focus {
border-color: #4fd1c5 !important;
}
.focus\:tw-border-teal-500:focus {
border-color: #38b2ac !important;
}
.focus\:tw-border-teal-600:focus {
border-color: #319795 !important;
}
.focus\:tw-border-teal-700:focus {
border-color: #2c7a7b !important;
}
.focus\:tw-border-teal-800:focus {
border-color: #285e61 !important;
}
.focus\:tw-border-teal-900:focus {
border-color: #234e52 !important;
}
.focus\:tw-border-blue-100:focus {
border-color: #ebf8ff !important;
}
.focus\:tw-border-blue-200:focus {
border-color: #bee3f8 !important;
}
.focus\:tw-border-blue-300:focus {
border-color: #90cdf4 !important;
}
.focus\:tw-border-blue-400:focus {
border-color: #63b3ed !important;
}
.focus\:tw-border-blue-500:focus {
border-color: #4299e1 !important;
}
.focus\:tw-border-blue-600:focus {
border-color: #3182ce !important;
}
.focus\:tw-border-blue-700:focus {
border-color: #2b6cb0 !important;
}
.focus\:tw-border-blue-800:focus {
border-color: #2c5282 !important;
}
.focus\:tw-border-blue-900:focus {
border-color: #2a4365 !important;
}
.focus\:tw-border-indigo-100:focus {
border-color: #ebf4ff !important;
}
.focus\:tw-border-indigo-200:focus {
border-color: #c3dafe !important;
}
.focus\:tw-border-indigo-300:focus {
border-color: #a3bffa !important;
}
.focus\:tw-border-indigo-400:focus {
border-color: #7f9cf5 !important;
}
.focus\:tw-border-indigo-500:focus {
border-color: #667eea !important;
}
.focus\:tw-border-indigo-600:focus {
border-color: #5a67d8 !important;
}
.focus\:tw-border-indigo-700:focus {
border-color: #4c51bf !important;
}
.focus\:tw-border-indigo-800:focus {
border-color: #434190 !important;
}
.focus\:tw-border-indigo-900:focus {
border-color: #3c366b !important;
}
.focus\:tw-border-purple-100:focus {
border-color: #faf5ff !important;
}
.focus\:tw-border-purple-200:focus {
border-color: #e9d8fd !important;
}
.focus\:tw-border-purple-300:focus {
border-color: #d6bcfa !important;
}
.focus\:tw-border-purple-400:focus {
border-color: #b794f4 !important;
}
.focus\:tw-border-purple-500:focus {
border-color: #9f7aea !important;
}
.focus\:tw-border-purple-600:focus {
border-color: #805ad5 !important;
}
.focus\:tw-border-purple-700:focus {
border-color: #6b46c1 !important;
}
.focus\:tw-border-purple-800:focus {
border-color: #553c9a !important;
}
.focus\:tw-border-purple-900:focus {
border-color: #44337a !important;
}
.focus\:tw-border-pink-100:focus {
border-color: #fff5f7 !important;
}
.focus\:tw-border-pink-200:focus {
border-color: #fed7e2 !important;
}
.focus\:tw-border-pink-300:focus {
border-color: #fbb6ce !important;
}
.focus\:tw-border-pink-400:focus {
border-color: #f687b3 !important;
}
.focus\:tw-border-pink-500:focus {
border-color: #ed64a6 !important;
}
.focus\:tw-border-pink-600:focus {
border-color: #d53f8c !important;
}
.focus\:tw-border-pink-700:focus {
border-color: #b83280 !important;
}
.focus\:tw-border-pink-800:focus {
border-color: #97266d !important;
}
.focus\:tw-border-pink-900:focus {
border-color: #702459 !important;
}
.tw-rounded-none {
border-radius: 0 !important;
}
.tw-rounded-sm {
border-radius: .125rem !important;
}
.tw-rounded {
border-radius: .25rem !important;
}
.tw-rounded-lg {
border-radius: .5rem !important;
}
.tw-rounded-full {
border-radius: 9999px !important;
}
.tw-rounded-t-none {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.tw-rounded-r-none {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.tw-rounded-b-none {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.tw-rounded-l-none {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.tw-rounded-t-sm {
border-top-left-radius: .125rem !important;
border-top-right-radius: .125rem !important;
}
.tw-rounded-r-sm {
border-top-right-radius: .125rem !important;
border-bottom-right-radius: .125rem !important;
}
.tw-rounded-b-sm {
border-bottom-right-radius: .125rem !important;
border-bottom-left-radius: .125rem !important;
}
.tw-rounded-l-sm {
border-top-left-radius: .125rem !important;
border-bottom-left-radius: .125rem !important;
}
.tw-rounded-t {
border-top-left-radius: .25rem !important;
border-top-right-radius: .25rem !important;
}
.tw-rounded-r {
border-top-right-radius: .25rem !important;
border-bottom-right-radius: .25rem !important;
}
.tw-rounded-b {
border-bottom-right-radius: .25rem !important;
border-bottom-left-radius: .25rem !important;
}
.tw-rounded-l {
border-top-left-radius: .25rem !important;
border-bottom-left-radius: .25rem !important;
}
.tw-rounded-t-lg {
border-top-left-radius: .5rem !important;
border-top-right-radius: .5rem !important;
}
.tw-rounded-r-lg {
border-top-right-radius: .5rem !important;
border-bottom-right-radius: .5rem !important;
}
.tw-rounded-b-lg {
border-bottom-right-radius: .5rem !important;
border-bottom-left-radius: .5rem !important;
}
.tw-rounded-l-lg {
border-top-left-radius: .5rem !important;
border-bottom-left-radius: .5rem !important;
}
.tw-rounded-t-full {
border-top-left-radius: 9999px !important;
border-top-right-radius: 9999px !important;
}
.tw-rounded-r-full {
border-top-right-radius: 9999px !important;
border-bottom-right-radius: 9999px !important;
}
.tw-rounded-b-full {
border-bottom-right-radius: 9999px !important;
border-bottom-left-radius: 9999px !important;
}
.tw-rounded-l-full {
border-top-left-radius: 9999px !important;
border-bottom-left-radius: 9999px !important;
}
.tw-rounded-tl-none {
border-top-left-radius: 0 !important;
}
.tw-rounded-tr-none {
border-top-right-radius: 0 !important;
}
.tw-rounded-br-none {
border-bottom-right-radius: 0 !important;
}
.tw-rounded-bl-none {
border-bottom-left-radius: 0 !important;
}
.tw-rounded-tl-sm {
border-top-left-radius: .125rem !important;
}
.tw-rounded-tr-sm {
border-top-right-radius: .125rem !important;
}
.tw-rounded-br-sm {
border-bottom-right-radius: .125rem !important;
}
.tw-rounded-bl-sm {
border-bottom-left-radius: .125rem !important;
}
.tw-rounded-tl {
border-top-left-radius: .25rem !important;
}
.tw-rounded-tr {
border-top-right-radius: .25rem !important;
}
.tw-rounded-br {
border-bottom-right-radius: .25rem !important;
}
.tw-rounded-bl {
border-bottom-left-radius: .25rem !important;
}
.tw-rounded-tl-lg {
border-top-left-radius: .5rem !important;
}
.tw-rounded-tr-lg {
border-top-right-radius: .5rem !important;
}
.tw-rounded-br-lg {
border-bottom-right-radius: .5rem !important;
}
.tw-rounded-bl-lg {
border-bottom-left-radius: .5rem !important;
}
.tw-rounded-tl-full {
border-top-left-radius: 9999px !important;
}
.tw-rounded-tr-full {
border-top-right-radius: 9999px !important;
}
.tw-rounded-br-full {
border-bottom-right-radius: 9999px !important;
}
.tw-rounded-bl-full {
border-bottom-left-radius: 9999px !important;
}
.tw-border-solid {
border-style: solid !important;
}
.tw-border-dashed {
border-style: dashed !important;
}
.tw-border-dotted {
border-style: dotted !important;
}
.tw-border-none {
border-style: none !important;
}
.tw-border-0 {
border-width: 0 !important;
}
.tw-border-2 {
border-width: 2px !important;
}
.tw-border-4 {
border-width: 4px !important;
}
.tw-border-8 {
border-width: 8px !important;
}
.tw-border {
border-width: 1px !important;
}
.tw-border-t-0 {
border-top-width: 0 !important;
}
.tw-border-r-0 {
border-right-width: 0 !important;
}
.tw-border-b-0 {
border-bottom-width: 0 !important;
}
.tw-border-l-0 {
border-left-width: 0 !important;
}
.tw-border-t-2 {
border-top-width: 2px !important;
}
.tw-border-r-2 {
border-right-width: 2px !important;
}
.tw-border-b-2 {
border-bottom-width: 2px !important;
}
.tw-border-l-2 {
border-left-width: 2px !important;
}
.tw-border-t-4 {
border-top-width: 4px !important;
}
.tw-border-r-4 {
border-right-width: 4px !important;
}
.tw-border-b-4 {
border-bottom-width: 4px !important;
}
.tw-border-l-4 {
border-left-width: 4px !important;
}
.tw-border-t-8 {
border-top-width: 8px !important;
}
.tw-border-r-8 {
border-right-width: 8px !important;
}
.tw-border-b-8 {
border-bottom-width: 8px !important;
}
.tw-border-l-8 {
border-left-width: 8px !important;
}
.tw-border-t {
border-top-width: 1px !important;
}
.tw-border-r {
border-right-width: 1px !important;
}
.tw-border-b {
border-bottom-width: 1px !important;
}
.tw-border-l {
border-left-width: 1px !important;
}
.tw-cursor-auto {
cursor: auto !important;
}
.tw-cursor-default {
cursor: default !important;
}
.tw-cursor-pointer {
cursor: pointer !important;
}
.tw-cursor-wait {
cursor: wait !important;
}
.tw-cursor-move {
cursor: move !important;
}
.tw-cursor-not-allowed {
cursor: not-allowed !important;
}
.tw-block {
display: block !important;
}
.tw-inline-block {
display: inline-block !important;
}
.tw-inline {
display: inline !important;
}
.tw-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.tw-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.tw-table {
display: table !important;
}
.tw-table-row {
display: table-row !important;
}
.tw-table-cell {
display: table-cell !important;
}
.tw-hidden {
display: none !important;
}
.tw-flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.tw-flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.tw-flex-col {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.tw-flex-col-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.tw-flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.tw-flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.tw-flex-no-wrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.tw-items-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.tw-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.tw-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.tw-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.tw-items-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.tw-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.tw-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.tw-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.tw-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.tw-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
.tw-justify-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.tw-justify-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.tw-justify-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.tw-justify-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.tw-justify-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.tw-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.tw-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.tw-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.tw-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.tw-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.tw-flex-1 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important;
}
.tw-flex-auto {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.tw-flex-initial {
-webkit-box-flex: 0 !important;
-ms-flex: 0 1 auto !important;
flex: 0 1 auto !important;
}
.tw-flex-none {
-webkit-box-flex: 0 !important;
-ms-flex: none !important;
flex: none !important;
}
.tw-flex-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.tw-flex-grow {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.tw-flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.tw-flex-shrink {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.tw-float-right {
float: right !important;
}
.tw-float-left {
float: left !important;
}
.tw-float-none {
float: none !important;
}
.tw-clearfix:after {
content: "" !important;
display: table !important;
clear: both !important;
}
.tw-font-sans {
font-family: -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" !important;
}
.tw-font-serif {
font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
}
.tw-font-mono {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.tw-font-hairline {
font-weight: 100 !important;
}
.tw-font-thin {
font-weight: 200 !important;
}
.tw-font-light {
font-weight: 300 !important;
}
.tw-font-normal {
font-weight: 400 !important;
}
.tw-font-medium {
font-weight: 500 !important;
}
.tw-font-semibold {
font-weight: 600 !important;
}
.tw-font-bold {
font-weight: 700 !important;
}
.tw-font-extrabold {
font-weight: 800 !important;
}
.tw-font-black {
font-weight: 900 !important;
}
.hover\:tw-font-hairline:hover {
font-weight: 100 !important;
}
.hover\:tw-font-thin:hover {
font-weight: 200 !important;
}
.hover\:tw-font-light:hover {
font-weight: 300 !important;
}
.hover\:tw-font-normal:hover {
font-weight: 400 !important;
}
.hover\:tw-font-medium:hover {
font-weight: 500 !important;
}
.hover\:tw-font-semibold:hover {
font-weight: 600 !important;
}
.hover\:tw-font-bold:hover {
font-weight: 700 !important;
}
.hover\:tw-font-extrabold:hover {
font-weight: 800 !important;
}
.hover\:tw-font-black:hover {
font-weight: 900 !important;
}
.focus\:tw-font-hairline:focus {
font-weight: 100 !important;
}
.focus\:tw-font-thin:focus {
font-weight: 200 !important;
}
.focus\:tw-font-light:focus {
font-weight: 300 !important;
}
.focus\:tw-font-normal:focus {
font-weight: 400 !important;
}
.focus\:tw-font-medium:focus {
font-weight: 500 !important;
}
.focus\:tw-font-semibold:focus {
font-weight: 600 !important;
}
.focus\:tw-font-bold:focus {
font-weight: 700 !important;
}
.focus\:tw-font-extrabold:focus {
font-weight: 800 !important;
}
.focus\:tw-font-black:focus {
font-weight: 900 !important;
}
.tw-h-0 {
height: 0 !important;
}
.tw-h-1 {
height: .25rem !important;
}
.tw-h-2 {
height: .5rem !important;
}
.tw-h-3 {
height: .75rem !important;
}
.tw-h-4 {
height: 1rem !important;
}
.tw-h-5 {
height: 1.25rem !important;
}
.tw-h-6 {
height: 1.5rem !important;
}
.tw-h-8 {
height: 2rem !important;
}
.tw-h-10 {
height: 2.5rem !important;
}
.tw-h-12 {
height: 3rem !important;
}
.tw-h-16 {
height: 4rem !important;
}
.tw-h-20 {
height: 5rem !important;
}
.tw-h-24 {
height: 6rem !important;
}
.tw-h-32 {
height: 8rem !important;
}
.tw-h-40 {
height: 10rem !important;
}
.tw-h-48 {
height: 12rem !important;
}
.tw-h-56 {
height: 14rem !important;
}
.tw-h-64 {
height: 16rem !important;
}
.tw-h-auto {
height: auto !important;
}
.tw-h-px {
height: 1px !important;
}
.tw-h-full {
height: 100% !important;
}
.tw-h-screen {
height: 100vh !important;
}
.tw-leading-none {
line-height: 1 !important;
}
.tw-leading-tight {
line-height: 1.25 !important;
}
.tw-leading-snug {
line-height: 1.375 !important;
}
.tw-leading-normal {
line-height: 1.5 !important;
}
.tw-leading-relaxed {
line-height: 1.625 !important;
}
.tw-leading-loose {
line-height: 2 !important;
}
.tw-list-inside {
list-style-position: inside !important;
}
.tw-list-outside {
list-style-position: outside !important;
}
.tw-list-none {
list-style-type: none !important;
}
.tw-list-disc {
list-style-type: disc !important;
}
.tw-list-decimal {
list-style-type: decimal !important;
}
.tw-m-0 {
margin: 0 !important;
}
.tw-m-1 {
margin: .25rem !important;
}
.tw-m-2 {
margin: .5rem !important;
}
.tw-m-3 {
margin: .75rem !important;
}
.tw-m-4 {
margin: 1rem !important;
}
.tw-m-5 {
margin: 1.25rem !important;
}
.tw-m-6 {
margin: 1.5rem !important;
}
.tw-m-8 {
margin: 2rem !important;
}
.tw-m-10 {
margin: 2.5rem !important;
}
.tw-m-12 {
margin: 3rem !important;
}
.tw-m-16 {
margin: 4rem !important;
}
.tw-m-20 {
margin: 5rem !important;
}
.tw-m-24 {
margin: 6rem !important;
}
.tw-m-32 {
margin: 8rem !important;
}
.tw-m-40 {
margin: 10rem !important;
}
.tw-m-48 {
margin: 12rem !important;
}
.tw-m-56 {
margin: 14rem !important;
}
.tw-m-64 {
margin: 16rem !important;
}
.tw-m-auto {
margin: auto !important;
}
.tw-m-px {
margin: 1px !important;
}
.tw-my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.tw-mx-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
.tw-my-1 {
margin-top: .25rem !important;
margin-bottom: .25rem !important;
}
.tw-mx-1 {
margin-left: .25rem !important;
margin-right: .25rem !important;
}
.tw-my-2 {
margin-top: .5rem !important;
margin-bottom: .5rem !important;
}
.tw-mx-2 {
margin-left: .5rem !important;
margin-right: .5rem !important;
}
.tw-my-3 {
margin-top: .75rem !important;
margin-bottom: .75rem !important;
}
.tw-mx-3 {
margin-left: .75rem !important;
margin-right: .75rem !important;
}
.tw-my-4 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.tw-mx-4 {
margin-left: 1rem !important;
margin-right: 1rem !important;
}
.tw-my-5 {
margin-top: 1.25rem !important;
margin-bottom: 1.25rem !important;
}
.tw-mx-5 {
margin-left: 1.25rem !important;
margin-right: 1.25rem !important;
}
.tw-my-6 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.tw-mx-6 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
}
.tw-my-8 {
margin-top: 2rem !important;
margin-bottom: 2rem !important;
}
.tw-mx-8 {
margin-left: 2rem !important;
margin-right: 2rem !important;
}
.tw-my-10 {
margin-top: 2.5rem !important;
margin-bottom: 2.5rem !important;
}
.tw-mx-10 {
margin-left: 2.5rem !important;
margin-right: 2.5rem !important;
}
.tw-my-12 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.tw-mx-12 {
margin-left: 3rem !important;
margin-right: 3rem !important;
}
.tw-my-16 {
margin-top: 4rem !important;
margin-bottom: 4rem !important;
}
.tw-mx-16 {
margin-left: 4rem !important;
margin-right: 4rem !important;
}
.tw-my-20 {
margin-top: 5rem !important;
margin-bottom: 5rem !important;
}
.tw-mx-20 {
margin-left: 5rem !important;
margin-right: 5rem !important;
}
.tw-my-24 {
margin-top: 6rem !important;
margin-bottom: 6rem !important;
}
.tw-mx-24 {
margin-left: 6rem !important;
margin-right: 6rem !important;
}
.tw-my-32 {
margin-top: 8rem !important;
margin-bottom: 8rem !important;
}
.tw-mx-32 {
margin-left: 8rem !important;
margin-right: 8rem !important;
}
.tw-my-40 {
margin-top: 10rem !important;
margin-bottom: 10rem !important;
}
.tw-mx-40 {
margin-left: 10rem !important;
margin-right: 10rem !important;
}
.tw-my-48 {
margin-top: 12rem !important;
margin-bottom: 12rem !important;
}
.tw-mx-48 {
margin-left: 12rem !important;
margin-right: 12rem !important;
}
.tw-my-56 {
margin-top: 14rem !important;
margin-bottom: 14rem !important;
}
.tw-mx-56 {
margin-left: 14rem !important;
margin-right: 14rem !important;
}
.tw-my-64 {
margin-top: 16rem !important;
margin-bottom: 16rem !important;
}
.tw-mx-64 {
margin-left: 16rem !important;
margin-right: 16rem !important;
}
.tw-my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.tw-mx-auto {
margin-left: auto !important;
margin-right: auto !important;
}
.tw-my-px {
margin-top: 1px !important;
margin-bottom: 1px !important;
}
.tw-mx-px {
margin-left: 1px !important;
margin-right: 1px !important;
}
.tw-mt-0 {
margin-top: 0 !important;
}
.tw-mr-0 {
margin-right: 0 !important;
}
.tw-mb-0 {
margin-bottom: 0 !important;
}
.tw-ml-0 {
margin-left: 0 !important;
}
.tw-mt-1 {
margin-top: .25rem !important;
}
.tw-mr-1 {
margin-right: .25rem !important;
}
.tw-mb-1 {
margin-bottom: .25rem !important;
}
.tw-ml-1 {
margin-left: .25rem !important;
}
.tw-mt-2 {
margin-top: .5rem !important;
}
.tw-mr-2 {
margin-right: .5rem !important;
}
.tw-mb-2 {
margin-bottom: .5rem !important;
}
.tw-ml-2 {
margin-left: .5rem !important;
}
.tw-mt-3 {
margin-top: .75rem !important;
}
.tw-mr-3 {
margin-right: .75rem !important;
}
.tw-mb-3 {
margin-bottom: .75rem !important;
}
.tw-ml-3 {
margin-left: .75rem !important;
}
.tw-mt-4 {
margin-top: 1rem !important;
}
.tw-mr-4 {
margin-right: 1rem !important;
}
.tw-mb-4 {
margin-bottom: 1rem !important;
}
.tw-ml-4 {
margin-left: 1rem !important;
}
.tw-mt-5 {
margin-top: 1.25rem !important;
}
.tw-mr-5 {
margin-right: 1.25rem !important;
}
.tw-mb-5 {
margin-bottom: 1.25rem !important;
}
.tw-ml-5 {
margin-left: 1.25rem !important;
}
.tw-mt-6 {
margin-top: 1.5rem !important;
}
.tw-mr-6 {
margin-right: 1.5rem !important;
}
.tw-mb-6 {
margin-bottom: 1.5rem !important;
}
.tw-ml-6 {
margin-left: 1.5rem !important;
}
.tw-mt-8 {
margin-top: 2rem !important;
}
.tw-mr-8 {
margin-right: 2rem !important;
}
.tw-mb-8 {
margin-bottom: 2rem !important;
}
.tw-ml-8 {
margin-left: 2rem !important;
}
.tw-mt-10 {
margin-top: 2.5rem !important;
}
.tw-mr-10 {
margin-right: 2.5rem !important;
}
.tw-mb-10 {
margin-bottom: 2.5rem !important;
}
.tw-ml-10 {
margin-left: 2.5rem !important;
}
.tw-mt-12 {
margin-top: 3rem !important;
}
.tw-mr-12 {
margin-right: 3rem !important;
}
.tw-mb-12 {
margin-bottom: 3rem !important;
}
.tw-ml-12 {
margin-left: 3rem !important;
}
.tw-mt-16 {
margin-top: 4rem !important;
}
.tw-mr-16 {
margin-right: 4rem !important;
}
.tw-mb-16 {
margin-bottom: 4rem !important;
}
.tw-ml-16 {
margin-left: 4rem !important;
}
.tw-mt-20 {
margin-top: 5rem !important;
}
.tw-mr-20 {
margin-right: 5rem !important;
}
.tw-mb-20 {
margin-bottom: 5rem !important;
}
.tw-ml-20 {
margin-left: 5rem !important;
}
.tw-mt-24 {
margin-top: 6rem !important;
}
.tw-mr-24 {
margin-right: 6rem !important;
}
.tw-mb-24 {
margin-bottom: 6rem !important;
}
.tw-ml-24 {
margin-left: 6rem !important;
}
.tw-mt-32 {
margin-top: 8rem !important;
}
.tw-mr-32 {
margin-right: 8rem !important;
}
.tw-mb-32 {
margin-bottom: 8rem !important;
}
.tw-ml-32 {
margin-left: 8rem !important;
}
.tw-mt-40 {
margin-top: 10rem !important;
}
.tw-mr-40 {
margin-right: 10rem !important;
}
.tw-mb-40 {
margin-bottom: 10rem !important;
}
.tw-ml-40 {
margin-left: 10rem !important;
}
.tw-mt-48 {
margin-top: 12rem !important;
}
.tw-mr-48 {
margin-right: 12rem !important;
}
.tw-mb-48 {
margin-bottom: 12rem !important;
}
.tw-ml-48 {
margin-left: 12rem !important;
}
.tw-mt-56 {
margin-top: 14rem !important;
}
.tw-mr-56 {
margin-right: 14rem !important;
}
.tw-mb-56 {
margin-bottom: 14rem !important;
}
.tw-ml-56 {
margin-left: 14rem !important;
}
.tw-mt-64 {
margin-top: 16rem !important;
}
.tw-mr-64 {
margin-right: 16rem !important;
}
.tw-mb-64 {
margin-bottom: 16rem !important;
}
.tw-ml-64 {
margin-left: 16rem !important;
}
.tw-mt-auto {
margin-top: auto !important;
}
.tw-mr-auto {
margin-right: auto !important;
}
.tw-mb-auto {
margin-bottom: auto !important;
}
.tw-ml-auto {
margin-left: auto !important;
}
.tw-mt-px {
margin-top: 1px !important;
}
.tw-mr-px {
margin-right: 1px !important;
}
.tw-mb-px {
margin-bottom: 1px !important;
}
.tw-ml-px {
margin-left: 1px !important;
}
.tw-max-h-full {
max-height: 100% !important;
}
.tw-max-h-screen {
max-height: 100vh !important;
}
.tw-max-w-xs {
max-width: 20rem !important;
}
.tw-max-w-sm {
max-width: 24rem !important;
}
.tw-max-w-md {
max-width: 28rem !important;
}
.tw-max-w-lg {
max-width: 32rem !important;
}
.tw-max-w-xl {
max-width: 36rem !important;
}
.tw-max-w-2xl {
max-width: 42rem !important;
}
.tw-max-w-3xl {
max-width: 48rem !important;
}
.tw-max-w-4xl {
max-width: 56rem !important;
}
.tw-max-w-5xl {
max-width: 64rem !important;
}
.tw-max-w-6xl {
max-width: 72rem !important;
}
.tw-max-w-full {
max-width: 100% !important;
}
.tw-min-h-0 {
min-height: 0 !important;
}
.tw-min-h-full {
min-height: 100% !important;
}
.tw-min-h-screen {
min-height: 100vh !important;
}
.tw-min-w-0 {
min-width: 0 !important;
}
.tw-min-w-full {
min-width: 100% !important;
}
.tw--m-0 {
margin: 0 !important;
}
.tw--m-1 {
margin: -0.25rem !important;
}
.tw--m-2 {
margin: -0.5rem !important;
}
.tw--m-3 {
margin: -0.75rem !important;
}
.tw--m-4 {
margin: -1rem !important;
}
.tw--m-5 {
margin: -1.25rem !important;
}
.tw--m-6 {
margin: -1.5rem !important;
}
.tw--m-8 {
margin: -2rem !important;
}
.tw--m-10 {
margin: -2.5rem !important;
}
.tw--m-12 {
margin: -3rem !important;
}
.tw--m-16 {
margin: -4rem !important;
}
.tw--m-20 {
margin: -5rem !important;
}
.tw--m-24 {
margin: -6rem !important;
}
.tw--m-32 {
margin: -8rem !important;
}
.tw--m-40 {
margin: -10rem !important;
}
.tw--m-48 {
margin: -12rem !important;
}
.tw--m-56 {
margin: -14rem !important;
}
.tw--m-64 {
margin: -16rem !important;
}
.tw--m-px {
margin: -1px !important;
}
.tw--my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.tw--mx-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
.tw--my-1 {
margin-top: -0.25rem !important;
margin-bottom: -0.25rem !important;
}
.tw--mx-1 {
margin-left: -0.25rem !important;
margin-right: -0.25rem !important;
}
.tw--my-2 {
margin-top: -0.5rem !important;
margin-bottom: -0.5rem !important;
}
.tw--mx-2 {
margin-left: -0.5rem !important;
margin-right: -0.5rem !important;
}
.tw--my-3 {
margin-top: -0.75rem !important;
margin-bottom: -0.75rem !important;
}
.tw--mx-3 {
margin-left: -0.75rem !important;
margin-right: -0.75rem !important;
}
.tw--my-4 {
margin-top: -1rem !important;
margin-bottom: -1rem !important;
}
.tw--mx-4 {
margin-left: -1rem !important;
margin-right: -1rem !important;
}
.tw--my-5 {
margin-top: -1.25rem !important;
margin-bottom: -1.25rem !important;
}
.tw--mx-5 {
margin-left: -1.25rem !important;
margin-right: -1.25rem !important;
}
.tw--my-6 {
margin-top: -1.5rem !important;
margin-bottom: -1.5rem !important;
}
.tw--mx-6 {
margin-left: -1.5rem !important;
margin-right: -1.5rem !important;
}
.tw--my-8 {
margin-top: -2rem !important;
margin-bottom: -2rem !important;
}
.tw--mx-8 {
margin-left: -2rem !important;
margin-right: -2rem !important;
}
.tw--my-10 {
margin-top: -2.5rem !important;
margin-bottom: -2.5rem !important;
}
.tw--mx-10 {
margin-left: -2.5rem !important;
margin-right: -2.5rem !important;
}
.tw--my-12 {
margin-top: -3rem !important;
margin-bottom: -3rem !important;
}
.tw--mx-12 {
margin-left: -3rem !important;
margin-right: -3rem !important;
}
.tw--my-16 {
margin-top: -4rem !important;
margin-bottom: -4rem !important;
}
.tw--mx-16 {
margin-left: -4rem !important;
margin-right: -4rem !important;
}
.tw--my-20 {
margin-top: -5rem !important;
margin-bottom: -5rem !important;
}
.tw--mx-20 {
margin-left: -5rem !important;
margin-right: -5rem !important;
}
.tw--my-24 {
margin-top: -6rem !important;
margin-bottom: -6rem !important;
}
.tw--mx-24 {
margin-left: -6rem !important;
margin-right: -6rem !important;
}
.tw--my-32 {
margin-top: -8rem !important;
margin-bottom: -8rem !important;
}
.tw--mx-32 {
margin-left: -8rem !important;
margin-right: -8rem !important;
}
.tw--my-40 {
margin-top: -10rem !important;
margin-bottom: -10rem !important;
}
.tw--mx-40 {
margin-left: -10rem !important;
margin-right: -10rem !important;
}
.tw--my-48 {
margin-top: -12rem !important;
margin-bottom: -12rem !important;
}
.tw--mx-48 {
margin-left: -12rem !important;
margin-right: -12rem !important;
}
.tw--my-56 {
margin-top: -14rem !important;
margin-bottom: -14rem !important;
}
.tw--mx-56 {
margin-left: -14rem !important;
margin-right: -14rem !important;
}
.tw--my-64 {
margin-top: -16rem !important;
margin-bottom: -16rem !important;
}
.tw--mx-64 {
margin-left: -16rem !important;
margin-right: -16rem !important;
}
.tw--my-px {
margin-top: -1px !important;
margin-bottom: -1px !important;
}
.tw--mx-px {
margin-left: -1px !important;
margin-right: -1px !important;
}
.tw--mt-0 {
margin-top: 0 !important;
}
.tw--mr-0 {
margin-right: 0 !important;
}
.tw--mb-0 {
margin-bottom: 0 !important;
}
.tw--ml-0 {
margin-left: 0 !important;
}
.tw--mt-1 {
margin-top: -0.25rem !important;
}
.tw--mr-1 {
margin-right: -0.25rem !important;
}
.tw--mb-1 {
margin-bottom: -0.25rem !important;
}
.tw--ml-1 {
margin-left: -0.25rem !important;
}
.tw--mt-2 {
margin-top: -0.5rem !important;
}
.tw--mr-2 {
margin-right: -0.5rem !important;
}
.tw--mb-2 {
margin-bottom: -0.5rem !important;
}
.tw--ml-2 {
margin-left: -0.5rem !important;
}
.tw--mt-3 {
margin-top: -0.75rem !important;
}
.tw--mr-3 {
margin-right: -0.75rem !important;
}
.tw--mb-3 {
margin-bottom: -0.75rem !important;
}
.tw--ml-3 {
margin-left: -0.75rem !important;
}
.tw--mt-4 {
margin-top: -1rem !important;
}
.tw--mr-4 {
margin-right: -1rem !important;
}
.tw--mb-4 {
margin-bottom: -1rem !important;
}
.tw--ml-4 {
margin-left: -1rem !important;
}
.tw--mt-5 {
margin-top: -1.25rem !important;
}
.tw--mr-5 {
margin-right: -1.25rem !important;
}
.tw--mb-5 {
margin-bottom: -1.25rem !important;
}
.tw--ml-5 {
margin-left: -1.25rem !important;
}
.tw--mt-6 {
margin-top: -1.5rem !important;
}
.tw--mr-6 {
margin-right: -1.5rem !important;
}
.tw--mb-6 {
margin-bottom: -1.5rem !important;
}
.tw--ml-6 {
margin-left: -1.5rem !important;
}
.tw--mt-8 {
margin-top: -2rem !important;
}
.tw--mr-8 {
margin-right: -2rem !important;
}
.tw--mb-8 {
margin-bottom: -2rem !important;
}
.tw--ml-8 {
margin-left: -2rem !important;
}
.tw--mt-10 {
margin-top: -2.5rem !important;
}
.tw--mr-10 {
margin-right: -2.5rem !important;
}
.tw--mb-10 {
margin-bottom: -2.5rem !important;
}
.tw--ml-10 {
margin-left: -2.5rem !important;
}
.tw--mt-12 {
margin-top: -3rem !important;
}
.tw--mr-12 {
margin-right: -3rem !important;
}
.tw--mb-12 {
margin-bottom: -3rem !important;
}
.tw--ml-12 {
margin-left: -3rem !important;
}
.tw--mt-16 {
margin-top: -4rem !important;
}
.tw--mr-16 {
margin-right: -4rem !important;
}
.tw--mb-16 {
margin-bottom: -4rem !important;
}
.tw--ml-16 {
margin-left: -4rem !important;
}
.tw--mt-20 {
margin-top: -5rem !important;
}
.tw--mr-20 {
margin-right: -5rem !important;
}
.tw--mb-20 {
margin-bottom: -5rem !important;
}
.tw--ml-20 {
margin-left: -5rem !important;
}
.tw--mt-24 {
margin-top: -6rem !important;
}
.tw--mr-24 {
margin-right: -6rem !important;
}
.tw--mb-24 {
margin-bottom: -6rem !important;
}
.tw--ml-24 {
margin-left: -6rem !important;
}
.tw--mt-32 {
margin-top: -8rem !important;
}
.tw--mr-32 {
margin-right: -8rem !important;
}
.tw--mb-32 {
margin-bottom: -8rem !important;
}
.tw--ml-32 {
margin-left: -8rem !important;
}
.tw--mt-40 {
margin-top: -10rem !important;
}
.tw--mr-40 {
margin-right: -10rem !important;
}
.tw--mb-40 {
margin-bottom: -10rem !important;
}
.tw--ml-40 {
margin-left: -10rem !important;
}
.tw--mt-48 {
margin-top: -12rem !important;
}
.tw--mr-48 {
margin-right: -12rem !important;
}
.tw--mb-48 {
margin-bottom: -12rem !important;
}
.tw--ml-48 {
margin-left: -12rem !important;
}
.tw--mt-56 {
margin-top: -14rem !important;
}
.tw--mr-56 {
margin-right: -14rem !important;
}
.tw--mb-56 {
margin-bottom: -14rem !important;
}
.tw--ml-56 {
margin-left: -14rem !important;
}
.tw--mt-64 {
margin-top: -16rem !important;
}
.tw--mr-64 {
margin-right: -16rem !important;
}
.tw--mb-64 {
margin-bottom: -16rem !important;
}
.tw--ml-64 {
margin-left: -16rem !important;
}
.tw--mt-px {
margin-top: -1px !important;
}
.tw--mr-px {
margin-right: -1px !important;
}
.tw--mb-px {
margin-bottom: -1px !important;
}
.tw--ml-px {
margin-left: -1px !important;
}
.tw-object-contain {
-o-object-fit: contain !important;
object-fit: contain !important;
}
.tw-object-cover {
-o-object-fit: cover !important;
object-fit: cover !important;
}
.tw-object-fill {
-o-object-fit: fill !important;
object-fit: fill !important;
}
.tw-object-none {
-o-object-fit: none !important;
object-fit: none !important;
}
.tw-object-scale-down {
-o-object-fit: scale-down !important;
object-fit: scale-down !important;
}
.tw-object-bottom {
-o-object-position: bottom !important;
object-position: bottom !important;
}
.tw-object-center {
-o-object-position: center !important;
object-position: center !important;
}
.tw-object-left {
-o-object-position: left !important;
object-position: left !important;
}
.tw-object-left-bottom {
-o-object-position: left bottom !important;
object-position: left bottom !important;
}
.tw-object-left-top {
-o-object-position: left top !important;
object-position: left top !important;
}
.tw-object-right {
-o-object-position: right !important;
object-position: right !important;
}
.tw-object-right-bottom {
-o-object-position: right bottom !important;
object-position: right bottom !important;
}
.tw-object-right-top {
-o-object-position: right top !important;
object-position: right top !important;
}
.tw-object-top {
-o-object-position: top !important;
object-position: top !important;
}
.tw-opacity-0 {
opacity: 0 !important;
}
.tw-opacity-25 {
opacity: .25 !important;
}
.tw-opacity-50 {
opacity: .5 !important;
}
.tw-opacity-75 {
opacity: .75 !important;
}
.tw-opacity-100 {
opacity: 1 !important;
}
.tw-outline-none {
outline: 0 !important;
}
.focus\:tw-outline-none:focus {
outline: 0 !important;
}
.tw-overflow-auto {
overflow: auto !important;
}
.tw-overflow-hidden {
overflow: hidden !important;
}
.tw-overflow-visible {
overflow: visible !important;
}
.tw-overflow-scroll {
overflow: scroll !important;
}
.tw-overflow-x-auto {
overflow-x: auto !important;
}
.tw-overflow-y-auto {
overflow-y: auto !important;
}
.tw-overflow-x-hidden {
overflow-x: hidden !important;
}
.tw-overflow-y-hidden {
overflow-y: hidden !important;
}
.tw-overflow-x-visible {
overflow-x: visible !important;
}
.tw-overflow-y-visible {
overflow-y: visible !important;
}
.tw-overflow-x-scroll {
overflow-x: scroll !important;
}
.tw-overflow-y-scroll {
overflow-y: scroll !important;
}
.tw-scrolling-touch {
-webkit-overflow-scrolling: touch !important;
}
.tw-scrolling-auto {
-webkit-overflow-scrolling: auto !important;
}
.tw-p-0 {
padding: 0 !important;
}
.tw-p-1 {
padding: .25rem !important;
}
.tw-p-2 {
padding: .5rem !important;
}
.tw-p-3 {
padding: .75rem !important;
}
.tw-p-4 {
padding: 1rem !important;
}
.tw-p-5 {
padding: 1.25rem !important;
}
.tw-p-6 {
padding: 1.5rem !important;
}
.tw-p-8 {
padding: 2rem !important;
}
.tw-p-10 {
padding: 2.5rem !important;
}
.tw-p-12 {
padding: 3rem !important;
}
.tw-p-16 {
padding: 4rem !important;
}
.tw-p-20 {
padding: 5rem !important;
}
.tw-p-24 {
padding: 6rem !important;
}
.tw-p-32 {
padding: 8rem !important;
}
.tw-p-40 {
padding: 10rem !important;
}
.tw-p-48 {
padding: 12rem !important;
}
.tw-p-56 {
padding: 14rem !important;
}
.tw-p-64 {
padding: 16rem !important;
}
.tw-p-px {
padding: 1px !important;
}
.tw-py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.tw-px-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
.tw-py-1 {
padding-top: .25rem !important;
padding-bottom: .25rem !important;
}
.tw-px-1 {
padding-left: .25rem !important;
padding-right: .25rem !important;
}
.tw-py-2 {
padding-top: .5rem !important;
padding-bottom: .5rem !important;
}
.tw-px-2 {
padding-left: .5rem !important;
padding-right: .5rem !important;
}
.tw-py-3 {
padding-top: .75rem !important;
padding-bottom: .75rem !important;
}
.tw-px-3 {
padding-left: .75rem !important;
padding-right: .75rem !important;
}
.tw-py-4 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.tw-px-4 {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
.tw-py-5 {
padding-top: 1.25rem !important;
padding-bottom: 1.25rem !important;
}
.tw-px-5 {
padding-left: 1.25rem !important;
padding-right: 1.25rem !important;
}
.tw-py-6 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.tw-px-6 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
.tw-py-8 {
padding-top: 2rem !important;
padding-bottom: 2rem !important;
}
.tw-px-8 {
padding-left: 2rem !important;
padding-right: 2rem !important;
}
.tw-py-10 {
padding-top: 2.5rem !important;
padding-bottom: 2.5rem !important;
}
.tw-px-10 {
padding-left: 2.5rem !important;
padding-right: 2.5rem !important;
}
.tw-py-12 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.tw-px-12 {
padding-left: 3rem !important;
padding-right: 3rem !important;
}
.tw-py-16 {
padding-top: 4rem !important;
padding-bottom: 4rem !important;
}
.tw-px-16 {
padding-left: 4rem !important;
padding-right: 4rem !important;
}
.tw-py-20 {
padding-top: 5rem !important;
padding-bottom: 5rem !important;
}
.tw-px-20 {
padding-left: 5rem !important;
padding-right: 5rem !important;
}
.tw-py-24 {
padding-top: 6rem !important;
padding-bottom: 6rem !important;
}
.tw-px-24 {
padding-left: 6rem !important;
padding-right: 6rem !important;
}
.tw-py-32 {
padding-top: 8rem !important;
padding-bottom: 8rem !important;
}
.tw-px-32 {
padding-left: 8rem !important;
padding-right: 8rem !important;
}
.tw-py-40 {
padding-top: 10rem !important;
padding-bottom: 10rem !important;
}
.tw-px-40 {
padding-left: 10rem !important;
padding-right: 10rem !important;
}
.tw-py-48 {
padding-top: 12rem !important;
padding-bottom: 12rem !important;
}
.tw-px-48 {
padding-left: 12rem !important;
padding-right: 12rem !important;
}
.tw-py-56 {
padding-top: 14rem !important;
padding-bottom: 14rem !important;
}
.tw-px-56 {
padding-left: 14rem !important;
padding-right: 14rem !important;
}
.tw-py-64 {
padding-top: 16rem !important;
padding-bottom: 16rem !important;
}
.tw-px-64 {
padding-left: 16rem !important;
padding-right: 16rem !important;
}
.tw-py-px {
padding-top: 1px !important;
padding-bottom: 1px !important;
}
.tw-px-px {
padding-left: 1px !important;
padding-right: 1px !important;
}
.tw-pt-0 {
padding-top: 0 !important;
}
.tw-pr-0 {
padding-right: 0 !important;
}
.tw-pb-0 {
padding-bottom: 0 !important;
}
.tw-pl-0 {
padding-left: 0 !important;
}
.tw-pt-1 {
padding-top: .25rem !important;
}
.tw-pr-1 {
padding-right: .25rem !important;
}
.tw-pb-1 {
padding-bottom: .25rem !important;
}
.tw-pl-1 {
padding-left: .25rem !important;
}
.tw-pt-2 {
padding-top: .5rem !important;
}
.tw-pr-2 {
padding-right: .5rem !important;
}
.tw-pb-2 {
padding-bottom: .5rem !important;
}
.tw-pl-2 {
padding-left: .5rem !important;
}
.tw-pt-3 {
padding-top: .75rem !important;
}
.tw-pr-3 {
padding-right: .75rem !important;
}
.tw-pb-3 {
padding-bottom: .75rem !important;
}
.tw-pl-3 {
padding-left: .75rem !important;
}
.tw-pt-4 {
padding-top: 1rem !important;
}
.tw-pr-4 {
padding-right: 1rem !important;
}
.tw-pb-4 {
padding-bottom: 1rem !important;
}
.tw-pl-4 {
padding-left: 1rem !important;
}
.tw-pt-5 {
padding-top: 1.25rem !important;
}
.tw-pr-5 {
padding-right: 1.25rem !important;
}
.tw-pb-5 {
padding-bottom: 1.25rem !important;
}
.tw-pl-5 {
padding-left: 1.25rem !important;
}
.tw-pt-6 {
padding-top: 1.5rem !important;
}
.tw-pr-6 {
padding-right: 1.5rem !important;
}
.tw-pb-6 {
padding-bottom: 1.5rem !important;
}
.tw-pl-6 {
padding-left: 1.5rem !important;
}
.tw-pt-8 {
padding-top: 2rem !important;
}
.tw-pr-8 {
padding-right: 2rem !important;
}
.tw-pb-8 {
padding-bottom: 2rem !important;
}
.tw-pl-8 {
padding-left: 2rem !important;
}
.tw-pt-10 {
padding-top: 2.5rem !important;
}
.tw-pr-10 {
padding-right: 2.5rem !important;
}
.tw-pb-10 {
padding-bottom: 2.5rem !important;
}
.tw-pl-10 {
padding-left: 2.5rem !important;
}
.tw-pt-12 {
padding-top: 3rem !important;
}
.tw-pr-12 {
padding-right: 3rem !important;
}
.tw-pb-12 {
padding-bottom: 3rem !important;
}
.tw-pl-12 {
padding-left: 3rem !important;
}
.tw-pt-16 {
padding-top: 4rem !important;
}
.tw-pr-16 {
padding-right: 4rem !important;
}
.tw-pb-16 {
padding-bottom: 4rem !important;
}
.tw-pl-16 {
padding-left: 4rem !important;
}
.tw-pt-20 {
padding-top: 5rem !important;
}
.tw-pr-20 {
padding-right: 5rem !important;
}
.tw-pb-20 {
padding-bottom: 5rem !important;
}
.tw-pl-20 {
padding-left: 5rem !important;
}
.tw-pt-24 {
padding-top: 6rem !important;
}
.tw-pr-24 {
padding-right: 6rem !important;
}
.tw-pb-24 {
padding-bottom: 6rem !important;
}
.tw-pl-24 {
padding-left: 6rem !important;
}
.tw-pt-32 {
padding-top: 8rem !important;
}
.tw-pr-32 {
padding-right: 8rem !important;
}
.tw-pb-32 {
padding-bottom: 8rem !important;
}
.tw-pl-32 {
padding-left: 8rem !important;
}
.tw-pt-40 {
padding-top: 10rem !important;
}
.tw-pr-40 {
padding-right: 10rem !important;
}
.tw-pb-40 {
padding-bottom: 10rem !important;
}
.tw-pl-40 {
padding-left: 10rem !important;
}
.tw-pt-48 {
padding-top: 12rem !important;
}
.tw-pr-48 {
padding-right: 12rem !important;
}
.tw-pb-48 {
padding-bottom: 12rem !important;
}
.tw-pl-48 {
padding-left: 12rem !important;
}
.tw-pt-56 {
padding-top: 14rem !important;
}
.tw-pr-56 {
padding-right: 14rem !important;
}
.tw-pb-56 {
padding-bottom: 14rem !important;
}
.tw-pl-56 {
padding-left: 14rem !important;
}
.tw-pt-64 {
padding-top: 16rem !important;
}
.tw-pr-64 {
padding-right: 16rem !important;
}
.tw-pb-64 {
padding-bottom: 16rem !important;
}
.tw-pl-64 {
padding-left: 16rem !important;
}
.tw-pt-px {
padding-top: 1px !important;
}
.tw-pr-px {
padding-right: 1px !important;
}
.tw-pb-px {
padding-bottom: 1px !important;
}
.tw-pl-px {
padding-left: 1px !important;
}
.tw-pointer-events-none {
pointer-events: none !important;
}
.tw-pointer-events-auto {
pointer-events: auto !important;
}
.tw-static {
position: static !important;
}
.tw-fixed {
position: fixed !important;
}
.tw-absolute {
position: absolute !important;
}
.tw-relative {
position: relative !important;
}
.tw-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.tw-inset-0 {
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
left: 0 !important;
}
.tw-inset-auto {
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important;
}
.tw-inset-y-0 {
top: 0 !important;
bottom: 0 !important;
}
.tw-inset-x-0 {
right: 0 !important;
left: 0 !important;
}
.tw-inset-y-auto {
top: auto !important;
bottom: auto !important;
}
.tw-inset-x-auto {
right: auto !important;
left: auto !important;
}
.tw-top-0 {
top: 0 !important;
}
.tw-right-0 {
right: 0 !important;
}
.tw-bottom-0 {
bottom: 0 !important;
}
.tw-left-0 {
left: 0 !important;
}
.tw-top-auto {
top: auto !important;
}
.tw-right-auto {
right: auto !important;
}
.tw-bottom-auto {
bottom: auto !important;
}
.tw-left-auto {
left: auto !important;
}
.tw-resize-none {
resize: none !important;
}
.tw-resize-y {
resize: vertical !important;
}
.tw-resize-x {
resize: horizontal !important;
}
.tw-resize {
resize: both !important;
}
.tw-shadow {
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
}
.tw-shadow-md {
-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
}
.tw-shadow-lg {
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
}
.tw-shadow-xl {
-webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
}
.tw-shadow-2xl {
-webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
}
.tw-shadow-inner {
-webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}
.tw-shadow-outline {
-webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
}
.tw-shadow-none {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.hover\:tw-shadow:hover {
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
}
.hover\:tw-shadow-md:hover {
-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
}
.hover\:tw-shadow-lg:hover {
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
}
.hover\:tw-shadow-xl:hover {
-webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
}
.hover\:tw-shadow-2xl:hover {
-webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
}
.hover\:tw-shadow-inner:hover {
-webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}
.hover\:tw-shadow-outline:hover {
-webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
}
.hover\:tw-shadow-none:hover {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.focus\:tw-shadow:focus {
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
}
.focus\:tw-shadow-md:focus {
-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
}
.focus\:tw-shadow-lg:focus {
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
}
.focus\:tw-shadow-xl:focus {
-webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
}
.focus\:tw-shadow-2xl:focus {
-webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
}
.focus\:tw-shadow-inner:focus {
-webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}
.focus\:tw-shadow-outline:focus {
-webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
}
.focus\:tw-shadow-none:focus {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.tw-fill-current {
fill: currentColor !important;
}
.tw-stroke-current {
stroke: currentColor !important;
}
.tw-table-auto {
table-layout: auto !important;
}
.tw-table-fixed {
table-layout: fixed !important;
}
.tw-text-left {
text-align: left !important;
}
.tw-text-center {
text-align: center !important;
}
.tw-text-right {
text-align: right !important;
}
.tw-text-justify {
text-align: justify !important;
}
.tw-text-transparent {
color: transparent !important;
}
.tw-text-black {
color: #000 !important;
}
.tw-text-white {
color: #fff !important;
}
.tw-text-gray-100 {
color: #f7fafc !important;
}
.tw-text-gray-200 {
color: #edf2f7 !important;
}
.tw-text-gray-300 {
color: #e2e8f0 !important;
}
.tw-text-gray-400 {
color: #cbd5e0 !important;
}
.tw-text-gray-500 {
color: #a0aec0 !important;
}
.tw-text-gray-600 {
color: #718096 !important;
}
.tw-text-gray-700 {
color: #4a5568 !important;
}
.tw-text-gray-800 {
color: #2d3748 !important;
}
.tw-text-gray-900 {
color: #1a202c !important;
}
.tw-text-red-100 {
color: #fff5f5 !important;
}
.tw-text-red-200 {
color: #fed7d7 !important;
}
.tw-text-red-300 {
color: #feb2b2 !important;
}
.tw-text-red-400 {
color: #fc8181 !important;
}
.tw-text-red-500 {
color: #f56565 !important;
}
.tw-text-red-600 {
color: #e53e3e !important;
}
.tw-text-red-700 {
color: #c53030 !important;
}
.tw-text-red-800 {
color: #9b2c2c !important;
}
.tw-text-red-900 {
color: #742a2a !important;
}
.tw-text-orange-100 {
color: #fffaf0 !important;
}
.tw-text-orange-200 {
color: #feebc8 !important;
}
.tw-text-orange-300 {
color: #fbd38d !important;
}
.tw-text-orange-400 {
color: #f6ad55 !important;
}
.tw-text-orange-500 {
color: #ed8936 !important;
}
.tw-text-orange-600 {
color: #dd6b20 !important;
}
.tw-text-orange-700 {
color: #c05621 !important;
}
.tw-text-orange-800 {
color: #9c4221 !important;
}
.tw-text-orange-900 {
color: #7b341e !important;
}
.tw-text-yellow-100 {
color: #fffff0 !important;
}
.tw-text-yellow-200 {
color: #fefcbf !important;
}
.tw-text-yellow-300 {
color: #faf089 !important;
}
.tw-text-yellow-400 {
color: #f6e05e !important;
}
.tw-text-yellow-500 {
color: #ecc94b !important;
}
.tw-text-yellow-600 {
color: #d69e2e !important;
}
.tw-text-yellow-700 {
color: #b7791f !important;
}
.tw-text-yellow-800 {
color: #975a16 !important;
}
.tw-text-yellow-900 {
color: #744210 !important;
}
.tw-text-green-100 {
color: #f0fff4 !important;
}
.tw-text-green-200 {
color: #c6f6d5 !important;
}
.tw-text-green-300 {
color: #9ae6b4 !important;
}
.tw-text-green-400 {
color: #68d391 !important;
}
.tw-text-green-500 {
color: #48bb78 !important;
}
.tw-text-green-600 {
color: #38a169 !important;
}
.tw-text-green-700 {
color: #2f855a !important;
}
.tw-text-green-800 {
color: #276749 !important;
}
.tw-text-green-900 {
color: #22543d !important;
}
.tw-text-teal-100 {
color: #e6fffa !important;
}
.tw-text-teal-200 {
color: #b2f5ea !important;
}
.tw-text-teal-300 {
color: #81e6d9 !important;
}
.tw-text-teal-400 {
color: #4fd1c5 !important;
}
.tw-text-teal-500 {
color: #38b2ac !important;
}
.tw-text-teal-600 {
color: #319795 !important;
}
.tw-text-teal-700 {
color: #2c7a7b !important;
}
.tw-text-teal-800 {
color: #285e61 !important;
}
.tw-text-teal-900 {
color: #234e52 !important;
}
.tw-text-blue-100 {
color: #ebf8ff !important;
}
.tw-text-blue-200 {
color: #bee3f8 !important;
}
.tw-text-blue-300 {
color: #90cdf4 !important;
}
.tw-text-blue-400 {
color: #63b3ed !important;
}
.tw-text-blue-500 {
color: #4299e1 !important;
}
.tw-text-blue-600 {
color: #3182ce !important;
}
.tw-text-blue-700 {
color: #2b6cb0 !important;
}
.tw-text-blue-800 {
color: #2c5282 !important;
}
.tw-text-blue-900 {
color: #2a4365 !important;
}
.tw-text-indigo-100 {
color: #ebf4ff !important;
}
.tw-text-indigo-200 {
color: #c3dafe !important;
}
.tw-text-indigo-300 {
color: #a3bffa !important;
}
.tw-text-indigo-400 {
color: #7f9cf5 !important;
}
.tw-text-indigo-500 {
color: #667eea !important;
}
.tw-text-indigo-600 {
color: #5a67d8 !important;
}
.tw-text-indigo-700 {
color: #4c51bf !important;
}
.tw-text-indigo-800 {
color: #434190 !important;
}
.tw-text-indigo-900 {
color: #3c366b !important;
}
.tw-text-purple-100 {
color: #faf5ff !important;
}
.tw-text-purple-200 {
color: #e9d8fd !important;
}
.tw-text-purple-300 {
color: #d6bcfa !important;
}
.tw-text-purple-400 {
color: #b794f4 !important;
}
.tw-text-purple-500 {
color: #9f7aea !important;
}
.tw-text-purple-600 {
color: #805ad5 !important;
}
.tw-text-purple-700 {
color: #6b46c1 !important;
}
.tw-text-purple-800 {
color: #553c9a !important;
}
.tw-text-purple-900 {
color: #44337a !important;
}
.tw-text-pink-100 {
color: #fff5f7 !important;
}
.tw-text-pink-200 {
color: #fed7e2 !important;
}
.tw-text-pink-300 {
color: #fbb6ce !important;
}
.tw-text-pink-400 {
color: #f687b3 !important;
}
.tw-text-pink-500 {
color: #ed64a6 !important;
}
.tw-text-pink-600 {
color: #d53f8c !important;
}
.tw-text-pink-700 {
color: #b83280 !important;
}
.tw-text-pink-800 {
color: #97266d !important;
}
.tw-text-pink-900 {
color: #702459 !important;
}
.hover\:tw-text-transparent:hover {
color: transparent !important;
}
.hover\:tw-text-black:hover {
color: #000 !important;
}
.hover\:tw-text-white:hover {
color: #fff !important;
}
.hover\:tw-text-gray-100:hover {
color: #f7fafc !important;
}
.hover\:tw-text-gray-200:hover {
color: #edf2f7 !important;
}
.hover\:tw-text-gray-300:hover {
color: #e2e8f0 !important;
}
.hover\:tw-text-gray-400:hover {
color: #cbd5e0 !important;
}
.hover\:tw-text-gray-500:hover {
color: #a0aec0 !important;
}
.hover\:tw-text-gray-600:hover {
color: #718096 !important;
}
.hover\:tw-text-gray-700:hover {
color: #4a5568 !important;
}
.hover\:tw-text-gray-800:hover {
color: #2d3748 !important;
}
.hover\:tw-text-gray-900:hover {
color: #1a202c !important;
}
.hover\:tw-text-red-100:hover {
color: #fff5f5 !important;
}
.hover\:tw-text-red-200:hover {
color: #fed7d7 !important;
}
.hover\:tw-text-red-300:hover {
color: #feb2b2 !important;
}
.hover\:tw-text-red-400:hover {
color: #fc8181 !important;
}
.hover\:tw-text-red-500:hover {
color: #f56565 !important;
}
.hover\:tw-text-red-600:hover {
color: #e53e3e !important;
}
.hover\:tw-text-red-700:hover {
color: #c53030 !important;
}
.hover\:tw-text-red-800:hover {
color: #9b2c2c !important;
}
.hover\:tw-text-red-900:hover {
color: #742a2a !important;
}
.hover\:tw-text-orange-100:hover {
color: #fffaf0 !important;
}
.hover\:tw-text-orange-200:hover {
color: #feebc8 !important;
}
.hover\:tw-text-orange-300:hover {
color: #fbd38d !important;
}
.hover\:tw-text-orange-400:hover {
color: #f6ad55 !important;
}
.hover\:tw-text-orange-500:hover {
color: #ed8936 !important;
}
.hover\:tw-text-orange-600:hover {
color: #dd6b20 !important;
}
.hover\:tw-text-orange-700:hover {
color: #c05621 !important;
}
.hover\:tw-text-orange-800:hover {
color: #9c4221 !important;
}
.hover\:tw-text-orange-900:hover {
color: #7b341e !important;
}
.hover\:tw-text-yellow-100:hover {
color: #fffff0 !important;
}
.hover\:tw-text-yellow-200:hover {
color: #fefcbf !important;
}
.hover\:tw-text-yellow-300:hover {
color: #faf089 !important;
}
.hover\:tw-text-yellow-400:hover {
color: #f6e05e !important;
}
.hover\:tw-text-yellow-500:hover {
color: #ecc94b !important;
}
.hover\:tw-text-yellow-600:hover {
color: #d69e2e !important;
}
.hover\:tw-text-yellow-700:hover {
color: #b7791f !important;
}
.hover\:tw-text-yellow-800:hover {
color: #975a16 !important;
}
.hover\:tw-text-yellow-900:hover {
color: #744210 !important;
}
.hover\:tw-text-green-100:hover {
color: #f0fff4 !important;
}
.hover\:tw-text-green-200:hover {
color: #c6f6d5 !important;
}
.hover\:tw-text-green-300:hover {
color: #9ae6b4 !important;
}
.hover\:tw-text-green-400:hover {
color: #68d391 !important;
}
.hover\:tw-text-green-500:hover {
color: #48bb78 !important;
}
.hover\:tw-text-green-600:hover {
color: #38a169 !important;
}
.hover\:tw-text-green-700:hover {
color: #2f855a !important;
}
.hover\:tw-text-green-800:hover {
color: #276749 !important;
}
.hover\:tw-text-green-900:hover {
color: #22543d !important;
}
.hover\:tw-text-teal-100:hover {
color: #e6fffa !important;
}
.hover\:tw-text-teal-200:hover {
color: #b2f5ea !important;
}
.hover\:tw-text-teal-300:hover {
color: #81e6d9 !important;
}
.hover\:tw-text-teal-400:hover {
color: #4fd1c5 !important;
}
.hover\:tw-text-teal-500:hover {
color: #38b2ac !important;
}
.hover\:tw-text-teal-600:hover {
color: #319795 !important;
}
.hover\:tw-text-teal-700:hover {
color: #2c7a7b !important;
}
.hover\:tw-text-teal-800:hover {
color: #285e61 !important;
}
.hover\:tw-text-teal-900:hover {
color: #234e52 !important;
}
.hover\:tw-text-blue-100:hover {
color: #ebf8ff !important;
}
.hover\:tw-text-blue-200:hover {
color: #bee3f8 !important;
}
.hover\:tw-text-blue-300:hover {
color: #90cdf4 !important;
}
.hover\:tw-text-blue-400:hover {
color: #63b3ed !important;
}
.hover\:tw-text-blue-500:hover {
color: #4299e1 !important;
}
.hover\:tw-text-blue-600:hover {
color: #3182ce !important;
}
.hover\:tw-text-blue-700:hover {
color: #2b6cb0 !important;
}
.hover\:tw-text-blue-800:hover {
color: #2c5282 !important;
}
.hover\:tw-text-blue-900:hover {
color: #2a4365 !important;
}
.hover\:tw-text-indigo-100:hover {
color: #ebf4ff !important;
}
.hover\:tw-text-indigo-200:hover {
color: #c3dafe !important;
}
.hover\:tw-text-indigo-300:hover {
color: #a3bffa !important;
}
.hover\:tw-text-indigo-400:hover {
color: #7f9cf5 !important;
}
.hover\:tw-text-indigo-500:hover {
color: #667eea !important;
}
.hover\:tw-text-indigo-600:hover {
color: #5a67d8 !important;
}
.hover\:tw-text-indigo-700:hover {
color: #4c51bf !important;
}
.hover\:tw-text-indigo-800:hover {
color: #434190 !important;
}
.hover\:tw-text-indigo-900:hover {
color: #3c366b !important;
}
.hover\:tw-text-purple-100:hover {
color: #faf5ff !important;
}
.hover\:tw-text-purple-200:hover {
color: #e9d8fd !important;
}
.hover\:tw-text-purple-300:hover {
color: #d6bcfa !important;
}
.hover\:tw-text-purple-400:hover {
color: #b794f4 !important;
}
.hover\:tw-text-purple-500:hover {
color: #9f7aea !important;
}
.hover\:tw-text-purple-600:hover {
color: #805ad5 !important;
}
.hover\:tw-text-purple-700:hover {
color: #6b46c1 !important;
}
.hover\:tw-text-purple-800:hover {
color: #553c9a !important;
}
.hover\:tw-text-purple-900:hover {
color: #44337a !important;
}
.hover\:tw-text-pink-100:hover {
color: #fff5f7 !important;
}
.hover\:tw-text-pink-200:hover {
color: #fed7e2 !important;
}
.hover\:tw-text-pink-300:hover {
color: #fbb6ce !important;
}
.hover\:tw-text-pink-400:hover {
color: #f687b3 !important;
}
.hover\:tw-text-pink-500:hover {
color: #ed64a6 !important;
}
.hover\:tw-text-pink-600:hover {
color: #d53f8c !important;
}
.hover\:tw-text-pink-700:hover {
color: #b83280 !important;
}
.hover\:tw-text-pink-800:hover {
color: #97266d !important;
}
.hover\:tw-text-pink-900:hover {
color: #702459 !important;
}
.focus\:tw-text-transparent:focus {
color: transparent !important;
}
.focus\:tw-text-black:focus {
color: #000 !important;
}
.focus\:tw-text-white:focus {
color: #fff !important;
}
.focus\:tw-text-gray-100:focus {
color: #f7fafc !important;
}
.focus\:tw-text-gray-200:focus {
color: #edf2f7 !important;
}
.focus\:tw-text-gray-300:focus {
color: #e2e8f0 !important;
}
.focus\:tw-text-gray-400:focus {
color: #cbd5e0 !important;
}
.focus\:tw-text-gray-500:focus {
color: #a0aec0 !important;
}
.focus\:tw-text-gray-600:focus {
color: #718096 !important;
}
.focus\:tw-text-gray-700:focus {
color: #4a5568 !important;
}
.focus\:tw-text-gray-800:focus {
color: #2d3748 !important;
}
.focus\:tw-text-gray-900:focus {
color: #1a202c !important;
}
.focus\:tw-text-red-100:focus {
color: #fff5f5 !important;
}
.focus\:tw-text-red-200:focus {
color: #fed7d7 !important;
}
.focus\:tw-text-red-300:focus {
color: #feb2b2 !important;
}
.focus\:tw-text-red-400:focus {
color: #fc8181 !important;
}
.focus\:tw-text-red-500:focus {
color: #f56565 !important;
}
.focus\:tw-text-red-600:focus {
color: #e53e3e !important;
}
.focus\:tw-text-red-700:focus {
color: #c53030 !important;
}
.focus\:tw-text-red-800:focus {
color: #9b2c2c !important;
}
.focus\:tw-text-red-900:focus {
color: #742a2a !important;
}
.focus\:tw-text-orange-100:focus {
color: #fffaf0 !important;
}
.focus\:tw-text-orange-200:focus {
color: #feebc8 !important;
}
.focus\:tw-text-orange-300:focus {
color: #fbd38d !important;
}
.focus\:tw-text-orange-400:focus {
color: #f6ad55 !important;
}
.focus\:tw-text-orange-500:focus {
color: #ed8936 !important;
}
.focus\:tw-text-orange-600:focus {
color: #dd6b20 !important;
}
.focus\:tw-text-orange-700:focus {
color: #c05621 !important;
}
.focus\:tw-text-orange-800:focus {
color: #9c4221 !important;
}
.focus\:tw-text-orange-900:focus {
color: #7b341e !important;
}
.focus\:tw-text-yellow-100:focus {
color: #fffff0 !important;
}
.focus\:tw-text-yellow-200:focus {
color: #fefcbf !important;
}
.focus\:tw-text-yellow-300:focus {
color: #faf089 !important;
}
.focus\:tw-text-yellow-400:focus {
color: #f6e05e !important;
}
.focus\:tw-text-yellow-500:focus {
color: #ecc94b !important;
}
.focus\:tw-text-yellow-600:focus {
color: #d69e2e !important;
}
.focus\:tw-text-yellow-700:focus {
color: #b7791f !important;
}
.focus\:tw-text-yellow-800:focus {
color: #975a16 !important;
}
.focus\:tw-text-yellow-900:focus {
color: #744210 !important;
}
.focus\:tw-text-green-100:focus {
color: #f0fff4 !important;
}
.focus\:tw-text-green-200:focus {
color: #c6f6d5 !important;
}
.focus\:tw-text-green-300:focus {
color: #9ae6b4 !important;
}
.focus\:tw-text-green-400:focus {
color: #68d391 !important;
}
.focus\:tw-text-green-500:focus {
color: #48bb78 !important;
}
.focus\:tw-text-green-600:focus {
color: #38a169 !important;
}
.focus\:tw-text-green-700:focus {
color: #2f855a !important;
}
.focus\:tw-text-green-800:focus {
color: #276749 !important;
}
.focus\:tw-text-green-900:focus {
color: #22543d !important;
}
.focus\:tw-text-teal-100:focus {
color: #e6fffa !important;
}
.focus\:tw-text-teal-200:focus {
color: #b2f5ea !important;
}
.focus\:tw-text-teal-300:focus {
color: #81e6d9 !important;
}
.focus\:tw-text-teal-400:focus {
color: #4fd1c5 !important;
}
.focus\:tw-text-teal-500:focus {
color: #38b2ac !important;
}
.focus\:tw-text-teal-600:focus {
color: #319795 !important;
}
.focus\:tw-text-teal-700:focus {
color: #2c7a7b !important;
}
.focus\:tw-text-teal-800:focus {
color: #285e61 !important;
}
.focus\:tw-text-teal-900:focus {
color: #234e52 !important;
}
.focus\:tw-text-blue-100:focus {
color: #ebf8ff !important;
}
.focus\:tw-text-blue-200:focus {
color: #bee3f8 !important;
}
.focus\:tw-text-blue-300:focus {
color: #90cdf4 !important;
}
.focus\:tw-text-blue-400:focus {
color: #63b3ed !important;
}
.focus\:tw-text-blue-500:focus {
color: #4299e1 !important;
}
.focus\:tw-text-blue-600:focus {
color: #3182ce !important;
}
.focus\:tw-text-blue-700:focus {
color: #2b6cb0 !important;
}
.focus\:tw-text-blue-800:focus {
color: #2c5282 !important;
}
.focus\:tw-text-blue-900:focus {
color: #2a4365 !important;
}
.focus\:tw-text-indigo-100:focus {
color: #ebf4ff !important;
}
.focus\:tw-text-indigo-200:focus {
color: #c3dafe !important;
}
.focus\:tw-text-indigo-300:focus {
color: #a3bffa !important;
}
.focus\:tw-text-indigo-400:focus {
color: #7f9cf5 !important;
}
.focus\:tw-text-indigo-500:focus {
color: #667eea !important;
}
.focus\:tw-text-indigo-600:focus {
color: #5a67d8 !important;
}
.focus\:tw-text-indigo-700:focus {
color: #4c51bf !important;
}
.focus\:tw-text-indigo-800:focus {
color: #434190 !important;
}
.focus\:tw-text-indigo-900:focus {
color: #3c366b !important;
}
.focus\:tw-text-purple-100:focus {
color: #faf5ff !important;
}
.focus\:tw-text-purple-200:focus {
color: #e9d8fd !important;
}
.focus\:tw-text-purple-300:focus {
color: #d6bcfa !important;
}
.focus\:tw-text-purple-400:focus {
color: #b794f4 !important;
}
.focus\:tw-text-purple-500:focus {
color: #9f7aea !important;
}
.focus\:tw-text-purple-600:focus {
color: #805ad5 !important;
}
.focus\:tw-text-purple-700:focus {
color: #6b46c1 !important;
}
.focus\:tw-text-purple-800:focus {
color: #553c9a !important;
}
.focus\:tw-text-purple-900:focus {
color: #44337a !important;
}
.focus\:tw-text-pink-100:focus {
color: #fff5f7 !important;
}
.focus\:tw-text-pink-200:focus {
color: #fed7e2 !important;
}
.focus\:tw-text-pink-300:focus {
color: #fbb6ce !important;
}
.focus\:tw-text-pink-400:focus {
color: #f687b3 !important;
}
.focus\:tw-text-pink-500:focus {
color: #ed64a6 !important;
}
.focus\:tw-text-pink-600:focus {
color: #d53f8c !important;
}
.focus\:tw-text-pink-700:focus {
color: #b83280 !important;
}
.focus\:tw-text-pink-800:focus {
color: #97266d !important;
}
.focus\:tw-text-pink-900:focus {
color: #702459 !important;
}
.tw-text-xs {
font-size: .75rem !important;
}
.tw-text-sm {
font-size: .875rem !important;
}
.tw-text-base {
font-size: 1rem !important;
}
.tw-text-lg {
font-size: 1.125rem !important;
}
.tw-text-xl {
font-size: 1.25rem !important;
}
.tw-text-2xl {
font-size: 1.5rem !important;
}
.tw-text-3xl {
font-size: 1.875rem !important;
}
.tw-text-4xl {
font-size: 2.25rem !important;
}
.tw-text-5xl {
font-size: 3rem !important;
}
.tw-text-6xl {
font-size: 4rem !important;
}
.tw-italic {
font-style: italic !important;
}
.tw-not-italic {
font-style: normal !important;
}
.tw-uppercase {
text-transform: uppercase !important;
}
.tw-lowercase {
text-transform: lowercase !important;
}
.tw-capitalize {
text-transform: capitalize !important;
}
.tw-normal-case {
text-transform: none !important;
}
.tw-underline {
text-decoration: underline !important;
}
.tw-line-through {
text-decoration: line-through !important;
}
.tw-no-underline {
text-decoration: none !important;
}
.hover\:tw-underline:hover {
text-decoration: underline !important;
}
.hover\:tw-line-through:hover {
text-decoration: line-through !important;
}
.hover\:tw-no-underline:hover {
text-decoration: none !important;
}
.focus\:tw-underline:focus {
text-decoration: underline !important;
}
.focus\:tw-line-through:focus {
text-decoration: line-through !important;
}
.focus\:tw-no-underline:focus {
text-decoration: none !important;
}
.tw-antialiased {
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
.tw-subpixel-antialiased {
-webkit-font-smoothing: auto !important;
-moz-osx-font-smoothing: auto !important;
}
.tw-tracking-tighter {
letter-spacing: -.05em !important;
}
.tw-tracking-tight {
letter-spacing: -.025em !important;
}
.tw-tracking-normal {
letter-spacing: 0 !important;
}
.tw-tracking-wide {
letter-spacing: .025em !important;
}
.tw-tracking-wider {
letter-spacing: .05em !important;
}
.tw-tracking-widest {
letter-spacing: .1em !important;
}
.tw-select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.tw-select-text {
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;
}
.tw-align-baseline {
vertical-align: baseline !important;
}
.tw-align-top {
vertical-align: top !important;
}
.tw-align-middle {
vertical-align: middle !important;
}
.tw-align-bottom {
vertical-align: bottom !important;
}
.tw-align-text-top {
vertical-align: text-top !important;
}
.tw-align-text-bottom {
vertical-align: text-bottom !important;
}
.tw-visible {
visibility: visible !important;
}
.tw-invisible {
visibility: hidden !important;
}
.tw-whitespace-normal {
white-space: normal !important;
}
.tw-whitespace-no-wrap {
white-space: nowrap !important;
}
.tw-whitespace-pre {
white-space: pre !important;
}
.tw-whitespace-pre-line {
white-space: pre-line !important;
}
.tw-whitespace-pre-wrap {
white-space: pre-wrap !important;
}
.tw-break-normal {
overflow-wrap: normal !important;
word-break: normal !important;
}
.tw-break-words {
overflow-wrap: break-word !important;
}
.tw-break-all {
word-break: break-all !important;
}
.tw-truncate {
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}
.tw-w-0 {
width: 0 !important;
}
.tw-w-1 {
width: .25rem !important;
}
.tw-w-2 {
width: .5rem !important;
}
.tw-w-3 {
width: .75rem !important;
}
.tw-w-4 {
width: 1rem !important;
}
.tw-w-5 {
width: 1.25rem !important;
}
.tw-w-6 {
width: 1.5rem !important;
}
.tw-w-8 {
width: 2rem !important;
}
.tw-w-10 {
width: 2.5rem !important;
}
.tw-w-12 {
width: 3rem !important;
}
.tw-w-16 {
width: 4rem !important;
}
.tw-w-20 {
width: 5rem !important;
}
.tw-w-24 {
width: 6rem !important;
}
.tw-w-32 {
width: 8rem !important;
}
.tw-w-40 {
width: 10rem !important;
}
.tw-w-48 {
width: 12rem !important;
}
.tw-w-56 {
width: 14rem !important;
}
.tw-w-64 {
width: 16rem !important;
}
.tw-w-auto {
width: auto !important;
}
.tw-w-px {
width: 1px !important;
}
.tw-w-1\/2 {
width: 50% !important;
}
.tw-w-1\/3 {
width: 33.33333% !important;
}
.tw-w-2\/3 {
width: 66.66667% !important;
}
.tw-w-1\/4 {
width: 25% !important;
}
.tw-w-3\/4 {
width: 75% !important;
}
.tw-w-1\/5 {
width: 20% !important;
}
.tw-w-2\/5 {
width: 40% !important;
}
.tw-w-3\/5 {
width: 60% !important;
}
.tw-w-4\/5 {
width: 80% !important;
}
.tw-w-1\/6 {
width: 16.66667% !important;
}
.tw-w-5\/6 {
width: 83.33333% !important;
}
.tw-w-full {
width: 100% !important;
}
.tw-w-screen {
width: 100vw !important;
}
.tw-z-0 {
z-index: 0 !important;
}
.tw-z-10 {
z-index: 10 !important;
}
.tw-z-20 {
z-index: 20 !important;
}
.tw-z-30 {
z-index: 30 !important;
}
.tw-z-40 {
z-index: 40 !important;
}
.tw-z-50 {
z-index: 50 !important;
}
.tw-z-auto {
z-index: auto !important;
}
/**
* Here you would add any custom utilities you need that don't come out of the
* box with Tailwind.
*
* Example :
*
* .bg-pattern-graph-paper { ... }
* .skew-45 { ... }
*
* Or if using a preprocessor or `postcss-import`:
*
* @import "utilities/background-patterns";
* @import "utilities/skew-transforms";
*/
@media (min-width: 640px) {
.sm\:tw-appearance-none {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
}
.sm\:tw-bg-fixed {
background-attachment: fixed !important;
}
.sm\:tw-bg-local {
background-attachment: local !important;
}
.sm\:tw-bg-scroll {
background-attachment: scroll !important;
}
.sm\:tw-bg-transparent {
background-color: transparent !important;
}
.sm\:tw-bg-black {
background-color: #000 !important;
}
.sm\:tw-bg-white {
background-color: #fff !important;
}
.sm\:tw-bg-gray-100 {
background-color: #f7fafc !important;
}
.sm\:tw-bg-gray-200 {
background-color: #edf2f7 !important;
}
.sm\:tw-bg-gray-300 {
background-color: #e2e8f0 !important;
}
.sm\:tw-bg-gray-400 {
background-color: #cbd5e0 !important;
}
.sm\:tw-bg-gray-500 {
background-color: #a0aec0 !important;
}
.sm\:tw-bg-gray-600 {
background-color: #718096 !important;
}
.sm\:tw-bg-gray-700 {
background-color: #4a5568 !important;
}
.sm\:tw-bg-gray-800 {
background-color: #2d3748 !important;
}
.sm\:tw-bg-gray-900 {
background-color: #1a202c !important;
}
.sm\:tw-bg-red-100 {
background-color: #fff5f5 !important;
}
.sm\:tw-bg-red-200 {
background-color: #fed7d7 !important;
}
.sm\:tw-bg-red-300 {
background-color: #feb2b2 !important;
}
.sm\:tw-bg-red-400 {
background-color: #fc8181 !important;
}
.sm\:tw-bg-red-500 {
background-color: #f56565 !important;
}
.sm\:tw-bg-red-600 {
background-color: #e53e3e !important;
}
.sm\:tw-bg-red-700 {
background-color: #c53030 !important;
}
.sm\:tw-bg-red-800 {
background-color: #9b2c2c !important;
}
.sm\:tw-bg-red-900 {
background-color: #742a2a !important;
}
.sm\:tw-bg-orange-100 {
background-color: #fffaf0 !important;
}
.sm\:tw-bg-orange-200 {
background-color: #feebc8 !important;
}
.sm\:tw-bg-orange-300 {
background-color: #fbd38d !important;
}
.sm\:tw-bg-orange-400 {
background-color: #f6ad55 !important;
}
.sm\:tw-bg-orange-500 {
background-color: #ed8936 !important;
}
.sm\:tw-bg-orange-600 {
background-color: #dd6b20 !important;
}
.sm\:tw-bg-orange-700 {
background-color: #c05621 !important;
}
.sm\:tw-bg-orange-800 {
background-color: #9c4221 !important;
}
.sm\:tw-bg-orange-900 {
background-color: #7b341e !important;
}
.sm\:tw-bg-yellow-100 {
background-color: #fffff0 !important;
}
.sm\:tw-bg-yellow-200 {
background-color: #fefcbf !important;
}
.sm\:tw-bg-yellow-300 {
background-color: #faf089 !important;
}
.sm\:tw-bg-yellow-400 {
background-color: #f6e05e !important;
}
.sm\:tw-bg-yellow-500 {
background-color: #ecc94b !important;
}
.sm\:tw-bg-yellow-600 {
background-color: #d69e2e !important;
}
.sm\:tw-bg-yellow-700 {
background-color: #b7791f !important;
}
.sm\:tw-bg-yellow-800 {
background-color: #975a16 !important;
}
.sm\:tw-bg-yellow-900 {
background-color: #744210 !important;
}
.sm\:tw-bg-green-100 {
background-color: #f0fff4 !important;
}
.sm\:tw-bg-green-200 {
background-color: #c6f6d5 !important;
}
.sm\:tw-bg-green-300 {
background-color: #9ae6b4 !important;
}
.sm\:tw-bg-green-400 {
background-color: #68d391 !important;
}
.sm\:tw-bg-green-500 {
background-color: #48bb78 !important;
}
.sm\:tw-bg-green-600 {
background-color: #38a169 !important;
}
.sm\:tw-bg-green-700 {
background-color: #2f855a !important;
}
.sm\:tw-bg-green-800 {
background-color: #276749 !important;
}
.sm\:tw-bg-green-900 {
background-color: #22543d !important;
}
.sm\:tw-bg-teal-100 {
background-color: #e6fffa !important;
}
.sm\:tw-bg-teal-200 {
background-color: #b2f5ea !important;
}
.sm\:tw-bg-teal-300 {
background-color: #81e6d9 !important;
}
.sm\:tw-bg-teal-400 {
background-color: #4fd1c5 !important;
}
.sm\:tw-bg-teal-500 {
background-color: #38b2ac !important;
}
.sm\:tw-bg-teal-600 {
background-color: #319795 !important;
}
.sm\:tw-bg-teal-700 {
background-color: #2c7a7b !important;
}
.sm\:tw-bg-teal-800 {
background-color: #285e61 !important;
}
.sm\:tw-bg-teal-900 {
background-color: #234e52 !important;
}
.sm\:tw-bg-blue-100 {
background-color: #ebf8ff !important;
}
.sm\:tw-bg-blue-200 {
background-color: #bee3f8 !important;
}
.sm\:tw-bg-blue-300 {
background-color: #90cdf4 !important;
}
.sm\:tw-bg-blue-400 {
background-color: #63b3ed !important;
}
.sm\:tw-bg-blue-500 {
background-color: #4299e1 !important;
}
.sm\:tw-bg-blue-600 {
background-color: #3182ce !important;
}
.sm\:tw-bg-blue-700 {
background-color: #2b6cb0 !important;
}
.sm\:tw-bg-blue-800 {
background-color: #2c5282 !important;
}
.sm\:tw-bg-blue-900 {
background-color: #2a4365 !important;
}
.sm\:tw-bg-indigo-100 {
background-color: #ebf4ff !important;
}
.sm\:tw-bg-indigo-200 {
background-color: #c3dafe !important;
}
.sm\:tw-bg-indigo-300 {
background-color: #a3bffa !important;
}
.sm\:tw-bg-indigo-400 {
background-color: #7f9cf5 !important;
}
.sm\:tw-bg-indigo-500 {
background-color: #667eea !important;
}
.sm\:tw-bg-indigo-600 {
background-color: #5a67d8 !important;
}
.sm\:tw-bg-indigo-700 {
background-color: #4c51bf !important;
}
.sm\:tw-bg-indigo-800 {
background-color: #434190 !important;
}
.sm\:tw-bg-indigo-900 {
background-color: #3c366b !important;
}
.sm\:tw-bg-purple-100 {
background-color: #faf5ff !important;
}
.sm\:tw-bg-purple-200 {
background-color: #e9d8fd !important;
}
.sm\:tw-bg-purple-300 {
background-color: #d6bcfa !important;
}
.sm\:tw-bg-purple-400 {
background-color: #b794f4 !important;
}
.sm\:tw-bg-purple-500 {
background-color: #9f7aea !important;
}
.sm\:tw-bg-purple-600 {
background-color: #805ad5 !important;
}
.sm\:tw-bg-purple-700 {
background-color: #6b46c1 !important;
}
.sm\:tw-bg-purple-800 {
background-color: #553c9a !important;
}
.sm\:tw-bg-purple-900 {
background-color: #44337a !important;
}
.sm\:tw-bg-pink-100 {
background-color: #fff5f7 !important;
}
.sm\:tw-bg-pink-200 {
background-color: #fed7e2 !important;
}
.sm\:tw-bg-pink-300 {
background-color: #fbb6ce !important;
}
.sm\:tw-bg-pink-400 {
background-color: #f687b3 !important;
}
.sm\:tw-bg-pink-500 {
background-color: #ed64a6 !important;
}
.sm\:tw-bg-pink-600 {
background-color: #d53f8c !important;
}
.sm\:tw-bg-pink-700 {
background-color: #b83280 !important;
}
.sm\:tw-bg-pink-800 {
background-color: #97266d !important;
}
.sm\:tw-bg-pink-900 {
background-color: #702459 !important;
}
.sm\:hover\:tw-bg-transparent:hover {
background-color: transparent !important;
}
.sm\:hover\:tw-bg-black:hover {
background-color: #000 !important;
}
.sm\:hover\:tw-bg-white:hover {
background-color: #fff !important;
}
.sm\:hover\:tw-bg-gray-100:hover {
background-color: #f7fafc !important;
}
.sm\:hover\:tw-bg-gray-200:hover {
background-color: #edf2f7 !important;
}
.sm\:hover\:tw-bg-gray-300:hover {
background-color: #e2e8f0 !important;
}
.sm\:hover\:tw-bg-gray-400:hover {
background-color: #cbd5e0 !important;
}
.sm\:hover\:tw-bg-gray-500:hover {
background-color: #a0aec0 !important;
}
.sm\:hover\:tw-bg-gray-600:hover {
background-color: #718096 !important;
}
.sm\:hover\:tw-bg-gray-700:hover {
background-color: #4a5568 !important;
}
.sm\:hover\:tw-bg-gray-800:hover {
background-color: #2d3748 !important;
}
.sm\:hover\:tw-bg-gray-900:hover {
background-color: #1a202c !important;
}
.sm\:hover\:tw-bg-red-100:hover {
background-color: #fff5f5 !important;
}
.sm\:hover\:tw-bg-red-200:hover {
background-color: #fed7d7 !important;
}
.sm\:hover\:tw-bg-red-300:hover {
background-color: #feb2b2 !important;
}
.sm\:hover\:tw-bg-red-400:hover {
background-color: #fc8181 !important;
}
.sm\:hover\:tw-bg-red-500:hover {
background-color: #f56565 !important;
}
.sm\:hover\:tw-bg-red-600:hover {
background-color: #e53e3e !important;
}
.sm\:hover\:tw-bg-red-700:hover {
background-color: #c53030 !important;
}
.sm\:hover\:tw-bg-red-800:hover {
background-color: #9b2c2c !important;
}
.sm\:hover\:tw-bg-red-900:hover {
background-color: #742a2a !important;
}
.sm\:hover\:tw-bg-orange-100:hover {
background-color: #fffaf0 !important;
}
.sm\:hover\:tw-bg-orange-200:hover {
background-color: #feebc8 !important;
}
.sm\:hover\:tw-bg-orange-300:hover {
background-color: #fbd38d !important;
}
.sm\:hover\:tw-bg-orange-400:hover {
background-color: #f6ad55 !important;
}
.sm\:hover\:tw-bg-orange-500:hover {
background-color: #ed8936 !important;
}
.sm\:hover\:tw-bg-orange-600:hover {
background-color: #dd6b20 !important;
}
.sm\:hover\:tw-bg-orange-700:hover {
background-color: #c05621 !important;
}
.sm\:hover\:tw-bg-orange-800:hover {
background-color: #9c4221 !important;
}
.sm\:hover\:tw-bg-orange-900:hover {
background-color: #7b341e !important;
}
.sm\:hover\:tw-bg-yellow-100:hover {
background-color: #fffff0 !important;
}
.sm\:hover\:tw-bg-yellow-200:hover {
background-color: #fefcbf !important;
}
.sm\:hover\:tw-bg-yellow-300:hover {
background-color: #faf089 !important;
}
.sm\:hover\:tw-bg-yellow-400:hover {
background-color: #f6e05e !important;
}
.sm\:hover\:tw-bg-yellow-500:hover {
background-color: #ecc94b !important;
}
.sm\:hover\:tw-bg-yellow-600:hover {
background-color: #d69e2e !important;
}
.sm\:hover\:tw-bg-yellow-700:hover {
background-color: #b7791f !important;
}
.sm\:hover\:tw-bg-yellow-800:hover {
background-color: #975a16 !important;
}
.sm\:hover\:tw-bg-yellow-900:hover {
background-color: #744210 !important;
}
.sm\:hover\:tw-bg-green-100:hover {
background-color: #f0fff4 !important;
}
.sm\:hover\:tw-bg-green-200:hover {
background-color: #c6f6d5 !important;
}
.sm\:hover\:tw-bg-green-300:hover {
background-color: #9ae6b4 !important;
}
.sm\:hover\:tw-bg-green-400:hover {
background-color: #68d391 !important;
}
.sm\:hover\:tw-bg-green-500:hover {
background-color: #48bb78 !important;
}
.sm\:hover\:tw-bg-green-600:hover {
background-color: #38a169 !important;
}
.sm\:hover\:tw-bg-green-700:hover {
background-color: #2f855a !important;
}
.sm\:hover\:tw-bg-green-800:hover {
background-color: #276749 !important;
}
.sm\:hover\:tw-bg-green-900:hover {
background-color: #22543d !important;
}
.sm\:hover\:tw-bg-teal-100:hover {
background-color: #e6fffa !important;
}
.sm\:hover\:tw-bg-teal-200:hover {
background-color: #b2f5ea !important;
}
.sm\:hover\:tw-bg-teal-300:hover {
background-color: #81e6d9 !important;
}
.sm\:hover\:tw-bg-teal-400:hover {
background-color: #4fd1c5 !important;
}
.sm\:hover\:tw-bg-teal-500:hover {
background-color: #38b2ac !important;
}
.sm\:hover\:tw-bg-teal-600:hover {
background-color: #319795 !important;
}
.sm\:hover\:tw-bg-teal-700:hover {
background-color: #2c7a7b !important;
}
.sm\:hover\:tw-bg-teal-800:hover {
background-color: #285e61 !important;
}
.sm\:hover\:tw-bg-teal-900:hover {
background-color: #234e52 !important;
}
.sm\:hover\:tw-bg-blue-100:hover {
background-color: #ebf8ff !important;
}
.sm\:hover\:tw-bg-blue-200:hover {
background-color: #bee3f8 !important;
}
.sm\:hover\:tw-bg-blue-300:hover {
background-color: #90cdf4 !important;
}
.sm\:hover\:tw-bg-blue-400:hover {
background-color: #63b3ed !important;
}
.sm\:hover\:tw-bg-blue-500:hover {
background-color: #4299e1 !important;
}
.sm\:hover\:tw-bg-blue-600:hover {
background-color: #3182ce !important;
}
.sm\:hover\:tw-bg-blue-700:hover {
background-color: #2b6cb0 !important;
}
.sm\:hover\:tw-bg-blue-800:hover {
background-color: #2c5282 !important;
}
.sm\:hover\:tw-bg-blue-900:hover {
background-color: #2a4365 !important;
}
.sm\:hover\:tw-bg-indigo-100:hover {
background-color: #ebf4ff !important;
}
.sm\:hover\:tw-bg-indigo-200:hover {
background-color: #c3dafe !important;
}
.sm\:hover\:tw-bg-indigo-300:hover {
background-color: #a3bffa !important;
}
.sm\:hover\:tw-bg-indigo-400:hover {
background-color: #7f9cf5 !important;
}
.sm\:hover\:tw-bg-indigo-500:hover {
background-color: #667eea !important;
}
.sm\:hover\:tw-bg-indigo-600:hover {
background-color: #5a67d8 !important;
}
.sm\:hover\:tw-bg-indigo-700:hover {
background-color: #4c51bf !important;
}
.sm\:hover\:tw-bg-indigo-800:hover {
background-color: #434190 !important;
}
.sm\:hover\:tw-bg-indigo-900:hover {
background-color: #3c366b !important;
}
.sm\:hover\:tw-bg-purple-100:hover {
background-color: #faf5ff !important;
}
.sm\:hover\:tw-bg-purple-200:hover {
background-color: #e9d8fd !important;
}
.sm\:hover\:tw-bg-purple-300:hover {
background-color: #d6bcfa !important;
}
.sm\:hover\:tw-bg-purple-400:hover {
background-color: #b794f4 !important;
}
.sm\:hover\:tw-bg-purple-500:hover {
background-color: #9f7aea !important;
}
.sm\:hover\:tw-bg-purple-600:hover {
background-color: #805ad5 !important;
}
.sm\:hover\:tw-bg-purple-700:hover {
background-color: #6b46c1 !important;
}
.sm\:hover\:tw-bg-purple-800:hover {
background-color: #553c9a !important;
}
.sm\:hover\:tw-bg-purple-900:hover {
background-color: #44337a !important;
}
.sm\:hover\:tw-bg-pink-100:hover {
background-color: #fff5f7 !important;
}
.sm\:hover\:tw-bg-pink-200:hover {
background-color: #fed7e2 !important;
}
.sm\:hover\:tw-bg-pink-300:hover {
background-color: #fbb6ce !important;
}
.sm\:hover\:tw-bg-pink-400:hover {
background-color: #f687b3 !important;
}
.sm\:hover\:tw-bg-pink-500:hover {
background-color: #ed64a6 !important;
}
.sm\:hover\:tw-bg-pink-600:hover {
background-color: #d53f8c !important;
}
.sm\:hover\:tw-bg-pink-700:hover {
background-color: #b83280 !important;
}
.sm\:hover\:tw-bg-pink-800:hover {
background-color: #97266d !important;
}
.sm\:hover\:tw-bg-pink-900:hover {
background-color: #702459 !important;
}
.sm\:focus\:tw-bg-transparent:focus {
background-color: transparent !important;
}
.sm\:focus\:tw-bg-black:focus {
background-color: #000 !important;
}
.sm\:focus\:tw-bg-white:focus {
background-color: #fff !important;
}
.sm\:focus\:tw-bg-gray-100:focus {
background-color: #f7fafc !important;
}
.sm\:focus\:tw-bg-gray-200:focus {
background-color: #edf2f7 !important;
}
.sm\:focus\:tw-bg-gray-300:focus {
background-color: #e2e8f0 !important;
}
.sm\:focus\:tw-bg-gray-400:focus {
background-color: #cbd5e0 !important;
}
.sm\:focus\:tw-bg-gray-500:focus {
background-color: #a0aec0 !important;
}
.sm\:focus\:tw-bg-gray-600:focus {
background-color: #718096 !important;
}
.sm\:focus\:tw-bg-gray-700:focus {
background-color: #4a5568 !important;
}
.sm\:focus\:tw-bg-gray-800:focus {
background-color: #2d3748 !important;
}
.sm\:focus\:tw-bg-gray-900:focus {
background-color: #1a202c !important;
}
.sm\:focus\:tw-bg-red-100:focus {
background-color: #fff5f5 !important;
}
.sm\:focus\:tw-bg-red-200:focus {
background-color: #fed7d7 !important;
}
.sm\:focus\:tw-bg-red-300:focus {
background-color: #feb2b2 !important;
}
.sm\:focus\:tw-bg-red-400:focus {
background-color: #fc8181 !important;
}
.sm\:focus\:tw-bg-red-500:focus {
background-color: #f56565 !important;
}
.sm\:focus\:tw-bg-red-600:focus {
background-color: #e53e3e !important;
}
.sm\:focus\:tw-bg-red-700:focus {
background-color: #c53030 !important;
}
.sm\:focus\:tw-bg-red-800:focus {
background-color: #9b2c2c !important;
}
.sm\:focus\:tw-bg-red-900:focus {
background-color: #742a2a !important;
}
.sm\:focus\:tw-bg-orange-100:focus {
background-color: #fffaf0 !important;
}
.sm\:focus\:tw-bg-orange-200:focus {
background-color: #feebc8 !important;
}
.sm\:focus\:tw-bg-orange-300:focus {
background-color: #fbd38d !important;
}
.sm\:focus\:tw-bg-orange-400:focus {
background-color: #f6ad55 !important;
}
.sm\:focus\:tw-bg-orange-500:focus {
background-color: #ed8936 !important;
}
.sm\:focus\:tw-bg-orange-600:focus {
background-color: #dd6b20 !important;
}
.sm\:focus\:tw-bg-orange-700:focus {
background-color: #c05621 !important;
}
.sm\:focus\:tw-bg-orange-800:focus {
background-color: #9c4221 !important;
}
.sm\:focus\:tw-bg-orange-900:focus {
background-color: #7b341e !important;
}
.sm\:focus\:tw-bg-yellow-100:focus {
background-color: #fffff0 !important;
}
.sm\:focus\:tw-bg-yellow-200:focus {
background-color: #fefcbf !important;
}
.sm\:focus\:tw-bg-yellow-300:focus {
background-color: #faf089 !important;
}
.sm\:focus\:tw-bg-yellow-400:focus {
background-color: #f6e05e !important;
}
.sm\:focus\:tw-bg-yellow-500:focus {
background-color: #ecc94b !important;
}
.sm\:focus\:tw-bg-yellow-600:focus {
background-color: #d69e2e !important;
}
.sm\:focus\:tw-bg-yellow-700:focus {
background-color: #b7791f !important;
}
.sm\:focus\:tw-bg-yellow-800:focus {
background-color: #975a16 !important;
}
.sm\:focus\:tw-bg-yellow-900:focus {
background-color: #744210 !important;
}
.sm\:focus\:tw-bg-green-100:focus {
background-color: #f0fff4 !important;
}
.sm\:focus\:tw-bg-green-200:focus {
background-color: #c6f6d5 !important;
}
.sm\:focus\:tw-bg-green-300:focus {
background-color: #9ae6b4 !important;
}
.sm\:focus\:tw-bg-green-400:focus {
background-color: #68d391 !important;
}
.sm\:focus\:tw-bg-green-500:focus {
background-color: #48bb78 !important;
}
.sm\:focus\:tw-bg-green-600:focus {
background-color: #38a169 !important;
}
.sm\:focus\:tw-bg-green-700:focus {
background-color: #2f855a !important;
}
.sm\:focus\:tw-bg-green-800:focus {
background-color: #276749 !important;
}
.sm\:focus\:tw-bg-green-900:focus {
background-color: #22543d !important;
}
.sm\:focus\:tw-bg-teal-100:focus {
background-color: #e6fffa !important;
}
.sm\:focus\:tw-bg-teal-200:focus {
background-color: #b2f5ea !important;
}
.sm\:focus\:tw-bg-teal-300:focus {
background-color: #81e6d9 !important;
}
.sm\:focus\:tw-bg-teal-400:focus {
background-color: #4fd1c5 !important;
}
.sm\:focus\:tw-bg-teal-500:focus {
background-color: #38b2ac !important;
}
.sm\:focus\:tw-bg-teal-600:focus {
background-color: #319795 !important;
}
.sm\:focus\:tw-bg-teal-700:focus {
background-color: #2c7a7b !important;
}
.sm\:focus\:tw-bg-teal-800:focus {
background-color: #285e61 !important;
}
.sm\:focus\:tw-bg-teal-900:focus {
background-color: #234e52 !important;
}
.sm\:focus\:tw-bg-blue-100:focus {
background-color: #ebf8ff !important;
}
.sm\:focus\:tw-bg-blue-200:focus {
background-color: #bee3f8 !important;
}
.sm\:focus\:tw-bg-blue-300:focus {
background-color: #90cdf4 !important;
}
.sm\:focus\:tw-bg-blue-400:focus {
background-color: #63b3ed !important;
}
.sm\:focus\:tw-bg-blue-500:focus {
background-color: #4299e1 !important;
}
.sm\:focus\:tw-bg-blue-600:focus {
background-color: #3182ce !important;
}
.sm\:focus\:tw-bg-blue-700:focus {
background-color: #2b6cb0 !important;
}
.sm\:focus\:tw-bg-blue-800:focus {
background-color: #2c5282 !important;
}
.sm\:focus\:tw-bg-blue-900:focus {
background-color: #2a4365 !important;
}
.sm\:focus\:tw-bg-indigo-100:focus {
background-color: #ebf4ff !important;
}
.sm\:focus\:tw-bg-indigo-200:focus {
background-color: #c3dafe !important;
}
.sm\:focus\:tw-bg-indigo-300:focus {
background-color: #a3bffa !important;
}
.sm\:focus\:tw-bg-indigo-400:focus {
background-color: #7f9cf5 !important;
}
.sm\:focus\:tw-bg-indigo-500:focus {
background-color: #667eea !important;
}
.sm\:focus\:tw-bg-indigo-600:focus {
background-color: #5a67d8 !important;
}
.sm\:focus\:tw-bg-indigo-700:focus {
background-color: #4c51bf !important;
}
.sm\:focus\:tw-bg-indigo-800:focus {
background-color: #434190 !important;
}
.sm\:focus\:tw-bg-indigo-900:focus {
background-color: #3c366b !important;
}
.sm\:focus\:tw-bg-purple-100:focus {
background-color: #faf5ff !important;
}
.sm\:focus\:tw-bg-purple-200:focus {
background-color: #e9d8fd !important;
}
.sm\:focus\:tw-bg-purple-300:focus {
background-color: #d6bcfa !important;
}
.sm\:focus\:tw-bg-purple-400:focus {
background-color: #b794f4 !important;
}
.sm\:focus\:tw-bg-purple-500:focus {
background-color: #9f7aea !important;
}
.sm\:focus\:tw-bg-purple-600:focus {
background-color: #805ad5 !important;
}
.sm\:focus\:tw-bg-purple-700:focus {
background-color: #6b46c1 !important;
}
.sm\:focus\:tw-bg-purple-800:focus {
background-color: #553c9a !important;
}
.sm\:focus\:tw-bg-purple-900:focus {
background-color: #44337a !important;
}
.sm\:focus\:tw-bg-pink-100:focus {
background-color: #fff5f7 !important;
}
.sm\:focus\:tw-bg-pink-200:focus {
background-color: #fed7e2 !important;
}
.sm\:focus\:tw-bg-pink-300:focus {
background-color: #fbb6ce !important;
}
.sm\:focus\:tw-bg-pink-400:focus {
background-color: #f687b3 !important;
}
.sm\:focus\:tw-bg-pink-500:focus {
background-color: #ed64a6 !important;
}
.sm\:focus\:tw-bg-pink-600:focus {
background-color: #d53f8c !important;
}
.sm\:focus\:tw-bg-pink-700:focus {
background-color: #b83280 !important;
}
.sm\:focus\:tw-bg-pink-800:focus {
background-color: #97266d !important;
}
.sm\:focus\:tw-bg-pink-900:focus {
background-color: #702459 !important;
}
.sm\:tw-bg-bottom {
background-position: bottom !important;
}
.sm\:tw-bg-center {
background-position: center !important;
}
.sm\:tw-bg-left {
background-position: left !important;
}
.sm\:tw-bg-left-bottom {
background-position: left bottom !important;
}
.sm\:tw-bg-left-top {
background-position: left top !important;
}
.sm\:tw-bg-right {
background-position: right !important;
}
.sm\:tw-bg-right-bottom {
background-position: right bottom !important;
}
.sm\:tw-bg-right-top {
background-position: right top !important;
}
.sm\:tw-bg-top {
background-position: top !important;
}
.sm\:tw-bg-repeat {
background-repeat: repeat !important;
}
.sm\:tw-bg-no-repeat {
background-repeat: no-repeat !important;
}
.sm\:tw-bg-repeat-x {
background-repeat: repeat-x !important;
}
.sm\:tw-bg-repeat-y {
background-repeat: repeat-y !important;
}
.sm\:tw-bg-auto {
background-size: auto !important;
}
.sm\:tw-bg-cover {
background-size: cover !important;
}
.sm\:tw-bg-contain {
background-size: contain !important;
}
.sm\:tw-border-transparent {
border-color: transparent !important;
}
.sm\:tw-border-black {
border-color: #000 !important;
}
.sm\:tw-border-white {
border-color: #fff !important;
}
.sm\:tw-border-gray-100 {
border-color: #f7fafc !important;
}
.sm\:tw-border-gray-200 {
border-color: #edf2f7 !important;
}
.sm\:tw-border-gray-300 {
border-color: #e2e8f0 !important;
}
.sm\:tw-border-gray-400 {
border-color: #cbd5e0 !important;
}
.sm\:tw-border-gray-500 {
border-color: #a0aec0 !important;
}
.sm\:tw-border-gray-600 {
border-color: #718096 !important;
}
.sm\:tw-border-gray-700 {
border-color: #4a5568 !important;
}
.sm\:tw-border-gray-800 {
border-color: #2d3748 !important;
}
.sm\:tw-border-gray-900 {
border-color: #1a202c !important;
}
.sm\:tw-border-red-100 {
border-color: #fff5f5 !important;
}
.sm\:tw-border-red-200 {
border-color: #fed7d7 !important;
}
.sm\:tw-border-red-300 {
border-color: #feb2b2 !important;
}
.sm\:tw-border-red-400 {
border-color: #fc8181 !important;
}
.sm\:tw-border-red-500 {
border-color: #f56565 !important;
}
.sm\:tw-border-red-600 {
border-color: #e53e3e !important;
}
.sm\:tw-border-red-700 {
border-color: #c53030 !important;
}
.sm\:tw-border-red-800 {
border-color: #9b2c2c !important;
}
.sm\:tw-border-red-900 {
border-color: #742a2a !important;
}
.sm\:tw-border-orange-100 {
border-color: #fffaf0 !important;
}
.sm\:tw-border-orange-200 {
border-color: #feebc8 !important;
}
.sm\:tw-border-orange-300 {
border-color: #fbd38d !important;
}
.sm\:tw-border-orange-400 {
border-color: #f6ad55 !important;
}
.sm\:tw-border-orange-500 {
border-color: #ed8936 !important;
}
.sm\:tw-border-orange-600 {
border-color: #dd6b20 !important;
}
.sm\:tw-border-orange-700 {
border-color: #c05621 !important;
}
.sm\:tw-border-orange-800 {
border-color: #9c4221 !important;
}
.sm\:tw-border-orange-900 {
border-color: #7b341e !important;
}
.sm\:tw-border-yellow-100 {
border-color: #fffff0 !important;
}
.sm\:tw-border-yellow-200 {
border-color: #fefcbf !important;
}
.sm\:tw-border-yellow-300 {
border-color: #faf089 !important;
}
.sm\:tw-border-yellow-400 {
border-color: #f6e05e !important;
}
.sm\:tw-border-yellow-500 {
border-color: #ecc94b !important;
}
.sm\:tw-border-yellow-600 {
border-color: #d69e2e !important;
}
.sm\:tw-border-yellow-700 {
border-color: #b7791f !important;
}
.sm\:tw-border-yellow-800 {
border-color: #975a16 !important;
}
.sm\:tw-border-yellow-900 {
border-color: #744210 !important;
}
.sm\:tw-border-green-100 {
border-color: #f0fff4 !important;
}
.sm\:tw-border-green-200 {
border-color: #c6f6d5 !important;
}
.sm\:tw-border-green-300 {
border-color: #9ae6b4 !important;
}
.sm\:tw-border-green-400 {
border-color: #68d391 !important;
}
.sm\:tw-border-green-500 {
border-color: #48bb78 !important;
}
.sm\:tw-border-green-600 {
border-color: #38a169 !important;
}
.sm\:tw-border-green-700 {
border-color: #2f855a !important;
}
.sm\:tw-border-green-800 {
border-color: #276749 !important;
}
.sm\:tw-border-green-900 {
border-color: #22543d !important;
}
.sm\:tw-border-teal-100 {
border-color: #e6fffa !important;
}
.sm\:tw-border-teal-200 {
border-color: #b2f5ea !important;
}
.sm\:tw-border-teal-300 {
border-color: #81e6d9 !important;
}
.sm\:tw-border-teal-400 {
border-color: #4fd1c5 !important;
}
.sm\:tw-border-teal-500 {
border-color: #38b2ac !important;
}
.sm\:tw-border-teal-600 {
border-color: #319795 !important;
}
.sm\:tw-border-teal-700 {
border-color: #2c7a7b !important;
}
.sm\:tw-border-teal-800 {
border-color: #285e61 !important;
}
.sm\:tw-border-teal-900 {
border-color: #234e52 !important;
}
.sm\:tw-border-blue-100 {
border-color: #ebf8ff !important;
}
.sm\:tw-border-blue-200 {
border-color: #bee3f8 !important;
}
.sm\:tw-border-blue-300 {
border-color: #90cdf4 !important;
}
.sm\:tw-border-blue-400 {
border-color: #63b3ed !important;
}
.sm\:tw-border-blue-500 {
border-color: #4299e1 !important;
}
.sm\:tw-border-blue-600 {
border-color: #3182ce !important;
}
.sm\:tw-border-blue-700 {
border-color: #2b6cb0 !important;
}
.sm\:tw-border-blue-800 {
border-color: #2c5282 !important;
}
.sm\:tw-border-blue-900 {
border-color: #2a4365 !important;
}
.sm\:tw-border-indigo-100 {
border-color: #ebf4ff !important;
}
.sm\:tw-border-indigo-200 {
border-color: #c3dafe !important;
}
.sm\:tw-border-indigo-300 {
border-color: #a3bffa !important;
}
.sm\:tw-border-indigo-400 {
border-color: #7f9cf5 !important;
}
.sm\:tw-border-indigo-500 {
border-color: #667eea !important;
}
.sm\:tw-border-indigo-600 {
border-color: #5a67d8 !important;
}
.sm\:tw-border-indigo-700 {
border-color: #4c51bf !important;
}
.sm\:tw-border-indigo-800 {
border-color: #434190 !important;
}
.sm\:tw-border-indigo-900 {
border-color: #3c366b !important;
}
.sm\:tw-border-purple-100 {
border-color: #faf5ff !important;
}
.sm\:tw-border-purple-200 {
border-color: #e9d8fd !important;
}
.sm\:tw-border-purple-300 {
border-color: #d6bcfa !important;
}
.sm\:tw-border-purple-400 {
border-color: #b794f4 !important;
}
.sm\:tw-border-purple-500 {
border-color: #9f7aea !important;
}
.sm\:tw-border-purple-600 {
border-color: #805ad5 !important;
}
.sm\:tw-border-purple-700 {
border-color: #6b46c1 !important;
}
.sm\:tw-border-purple-800 {
border-color: #553c9a !important;
}
.sm\:tw-border-purple-900 {
border-color: #44337a !important;
}
.sm\:tw-border-pink-100 {
border-color: #fff5f7 !important;
}
.sm\:tw-border-pink-200 {
border-color: #fed7e2 !important;
}
.sm\:tw-border-pink-300 {
border-color: #fbb6ce !important;
}
.sm\:tw-border-pink-400 {
border-color: #f687b3 !important;
}
.sm\:tw-border-pink-500 {
border-color: #ed64a6 !important;
}
.sm\:tw-border-pink-600 {
border-color: #d53f8c !important;
}
.sm\:tw-border-pink-700 {
border-color: #b83280 !important;
}
.sm\:tw-border-pink-800 {
border-color: #97266d !important;
}
.sm\:tw-border-pink-900 {
border-color: #702459 !important;
}
.sm\:hover\:tw-border-transparent:hover {
border-color: transparent !important;
}
.sm\:hover\:tw-border-black:hover {
border-color: #000 !important;
}
.sm\:hover\:tw-border-white:hover {
border-color: #fff !important;
}
.sm\:hover\:tw-border-gray-100:hover {
border-color: #f7fafc !important;
}
.sm\:hover\:tw-border-gray-200:hover {
border-color: #edf2f7 !important;
}
.sm\:hover\:tw-border-gray-300:hover {
border-color: #e2e8f0 !important;
}
.sm\:hover\:tw-border-gray-400:hover {
border-color: #cbd5e0 !important;
}
.sm\:hover\:tw-border-gray-500:hover {
border-color: #a0aec0 !important;
}
.sm\:hover\:tw-border-gray-600:hover {
border-color: #718096 !important;
}
.sm\:hover\:tw-border-gray-700:hover {
border-color: #4a5568 !important;
}
.sm\:hover\:tw-border-gray-800:hover {
border-color: #2d3748 !important;
}
.sm\:hover\:tw-border-gray-900:hover {
border-color: #1a202c !important;
}
.sm\:hover\:tw-border-red-100:hover {
border-color: #fff5f5 !important;
}
.sm\:hover\:tw-border-red-200:hover {
border-color: #fed7d7 !important;
}
.sm\:hover\:tw-border-red-300:hover {
border-color: #feb2b2 !important;
}
.sm\:hover\:tw-border-red-400:hover {
border-color: #fc8181 !important;
}
.sm\:hover\:tw-border-red-500:hover {
border-color: #f56565 !important;
}
.sm\:hover\:tw-border-red-600:hover {
border-color: #e53e3e !important;
}
.sm\:hover\:tw-border-red-700:hover {
border-color: #c53030 !important;
}
.sm\:hover\:tw-border-red-800:hover {
border-color: #9b2c2c !important;
}
.sm\:hover\:tw-border-red-900:hover {
border-color: #742a2a !important;
}
.sm\:hover\:tw-border-orange-100:hover {
border-color: #fffaf0 !important;
}
.sm\:hover\:tw-border-orange-200:hover {
border-color: #feebc8 !important;
}
.sm\:hover\:tw-border-orange-300:hover {
border-color: #fbd38d !important;
}
.sm\:hover\:tw-border-orange-400:hover {
border-color: #f6ad55 !important;
}
.sm\:hover\:tw-border-orange-500:hover {
border-color: #ed8936 !important;
}
.sm\:hover\:tw-border-orange-600:hover {
border-color: #dd6b20 !important;
}
.sm\:hover\:tw-border-orange-700:hover {
border-color: #c05621 !important;
}
.sm\:hover\:tw-border-orange-800:hover {
border-color: #9c4221 !important;
}
.sm\:hover\:tw-border-orange-900:hover {
border-color: #7b341e !important;
}
.sm\:hover\:tw-border-yellow-100:hover {
border-color: #fffff0 !important;
}
.sm\:hover\:tw-border-yellow-200:hover {
border-color: #fefcbf !important;
}
.sm\:hover\:tw-border-yellow-300:hover {
border-color: #faf089 !important;
}
.sm\:hover\:tw-border-yellow-400:hover {
border-color: #f6e05e !important;
}
.sm\:hover\:tw-border-yellow-500:hover {
border-color: #ecc94b !important;
}
.sm\:hover\:tw-border-yellow-600:hover {
border-color: #d69e2e !important;
}
.sm\:hover\:tw-border-yellow-700:hover {
border-color: #b7791f !important;
}
.sm\:hover\:tw-border-yellow-800:hover {
border-color: #975a16 !important;
}
.sm\:hover\:tw-border-yellow-900:hover {
border-color: #744210 !important;
}
.sm\:hover\:tw-border-green-100:hover {
border-color: #f0fff4 !important;
}
.sm\:hover\:tw-border-green-200:hover {
border-color: #c6f6d5 !important;
}
.sm\:hover\:tw-border-green-300:hover {
border-color: #9ae6b4 !important;
}
.sm\:hover\:tw-border-green-400:hover {
border-color: #68d391 !important;
}
.sm\:hover\:tw-border-green-500:hover {
border-color: #48bb78 !important;
}
.sm\:hover\:tw-border-green-600:hover {
border-color: #38a169 !important;
}
.sm\:hover\:tw-border-green-700:hover {
border-color: #2f855a !important;
}
.sm\:hover\:tw-border-green-800:hover {
border-color: #276749 !important;
}
.sm\:hover\:tw-border-green-900:hover {
border-color: #22543d !important;
}
.sm\:hover\:tw-border-teal-100:hover {
border-color: #e6fffa !important;
}
.sm\:hover\:tw-border-teal-200:hover {
border-color: #b2f5ea !important;
}
.sm\:hover\:tw-border-teal-300:hover {
border-color: #81e6d9 !important;
}
.sm\:hover\:tw-border-teal-400:hover {
border-color: #4fd1c5 !important;
}
.sm\:hover\:tw-border-teal-500:hover {
border-color: #38b2ac !important;
}
.sm\:hover\:tw-border-teal-600:hover {
border-color: #319795 !important;
}
.sm\:hover\:tw-border-teal-700:hover {
border-color: #2c7a7b !important;
}
.sm\:hover\:tw-border-teal-800:hover {
border-color: #285e61 !important;
}
.sm\:hover\:tw-border-teal-900:hover {
border-color: #234e52 !important;
}
.sm\:hover\:tw-border-blue-100:hover {
border-color: #ebf8ff !important;
}
.sm\:hover\:tw-border-blue-200:hover {
border-color: #bee3f8 !important;
}
.sm\:hover\:tw-border-blue-300:hover {
border-color: #90cdf4 !important;
}
.sm\:hover\:tw-border-blue-400:hover {
border-color: #63b3ed !important;
}
.sm\:hover\:tw-border-blue-500:hover {
border-color: #4299e1 !important;
}
.sm\:hover\:tw-border-blue-600:hover {
border-color: #3182ce !important;
}
.sm\:hover\:tw-border-blue-700:hover {
border-color: #2b6cb0 !important;
}
.sm\:hover\:tw-border-blue-800:hover {
border-color: #2c5282 !important;
}
.sm\:hover\:tw-border-blue-900:hover {
border-color: #2a4365 !important;
}
.sm\:hover\:tw-border-indigo-100:hover {
border-color: #ebf4ff !important;
}
.sm\:hover\:tw-border-indigo-200:hover {
border-color: #c3dafe !important;
}
.sm\:hover\:tw-border-indigo-300:hover {
border-color: #a3bffa !important;
}
.sm\:hover\:tw-border-indigo-400:hover {
border-color: #7f9cf5 !important;
}
.sm\:hover\:tw-border-indigo-500:hover {
border-color: #667eea !important;
}
.sm\:hover\:tw-border-indigo-600:hover {
border-color: #5a67d8 !important;
}
.sm\:hover\:tw-border-indigo-700:hover {
border-color: #4c51bf !important;
}
.sm\:hover\:tw-border-indigo-800:hover {
border-color: #434190 !important;
}
.sm\:hover\:tw-border-indigo-900:hover {
border-color: #3c366b !important;
}
.sm\:hover\:tw-border-purple-100:hover {
border-color: #faf5ff !important;
}
.sm\:hover\:tw-border-purple-200:hover {
border-color: #e9d8fd !important;
}
.sm\:hover\:tw-border-purple-300:hover {
border-color: #d6bcfa !important;
}
.sm\:hover\:tw-border-purple-400:hover {
border-color: #b794f4 !important;
}
.sm\:hover\:tw-border-purple-500:hover {
border-color: #9f7aea !important;
}
.sm\:hover\:tw-border-purple-600:hover {
border-color: #805ad5 !important;
}
.sm\:hover\:tw-border-purple-700:hover {
border-color: #6b46c1 !important;
}
.sm\:hover\:tw-border-purple-800:hover {
border-color: #553c9a !important;
}
.sm\:hover\:tw-border-purple-900:hover {
border-color: #44337a !important;
}
.sm\:hover\:tw-border-pink-100:hover {
border-color: #fff5f7 !important;
}
.sm\:hover\:tw-border-pink-200:hover {
border-color: #fed7e2 !important;
}
.sm\:hover\:tw-border-pink-300:hover {
border-color: #fbb6ce !important;
}
.sm\:hover\:tw-border-pink-400:hover {
border-color: #f687b3 !important;
}
.sm\:hover\:tw-border-pink-500:hover {
border-color: #ed64a6 !important;
}
.sm\:hover\:tw-border-pink-600:hover {
border-color: #d53f8c !important;
}
.sm\:hover\:tw-border-pink-700:hover {
border-color: #b83280 !important;
}
.sm\:hover\:tw-border-pink-800:hover {
border-color: #97266d !important;
}
.sm\:hover\:tw-border-pink-900:hover {
border-color: #702459 !important;
}
.sm\:focus\:tw-border-transparent:focus {
border-color: transparent !important;
}
.sm\:focus\:tw-border-black:focus {
border-color: #000 !important;
}
.sm\:focus\:tw-border-white:focus {
border-color: #fff !important;
}
.sm\:focus\:tw-border-gray-100:focus {
border-color: #f7fafc !important;
}
.sm\:focus\:tw-border-gray-200:focus {
border-color: #edf2f7 !important;
}
.sm\:focus\:tw-border-gray-300:focus {
border-color: #e2e8f0 !important;
}
.sm\:focus\:tw-border-gray-400:focus {
border-color: #cbd5e0 !important;
}
.sm\:focus\:tw-border-gray-500:focus {
border-color: #a0aec0 !important;
}
.sm\:focus\:tw-border-gray-600:focus {
border-color: #718096 !important;
}
.sm\:focus\:tw-border-gray-700:focus {
border-color: #4a5568 !important;
}
.sm\:focus\:tw-border-gray-800:focus {
border-color: #2d3748 !important;
}
.sm\:focus\:tw-border-gray-900:focus {
border-color: #1a202c !important;
}
.sm\:focus\:tw-border-red-100:focus {
border-color: #fff5f5 !important;
}
.sm\:focus\:tw-border-red-200:focus {
border-color: #fed7d7 !important;
}
.sm\:focus\:tw-border-red-300:focus {
border-color: #feb2b2 !important;
}
.sm\:focus\:tw-border-red-400:focus {
border-color: #fc8181 !important;
}
.sm\:focus\:tw-border-red-500:focus {
border-color: #f56565 !important;
}
.sm\:focus\:tw-border-red-600:focus {
border-color: #e53e3e !important;
}
.sm\:focus\:tw-border-red-700:focus {
border-color: #c53030 !important;
}
.sm\:focus\:tw-border-red-800:focus {
border-color: #9b2c2c !important;
}
.sm\:focus\:tw-border-red-900:focus {
border-color: #742a2a !important;
}
.sm\:focus\:tw-border-orange-100:focus {
border-color: #fffaf0 !important;
}
.sm\:focus\:tw-border-orange-200:focus {
border-color: #feebc8 !important;
}
.sm\:focus\:tw-border-orange-300:focus {
border-color: #fbd38d !important;
}
.sm\:focus\:tw-border-orange-400:focus {
border-color: #f6ad55 !important;
}
.sm\:focus\:tw-border-orange-500:focus {
border-color: #ed8936 !important;
}
.sm\:focus\:tw-border-orange-600:focus {
border-color: #dd6b20 !important;
}
.sm\:focus\:tw-border-orange-700:focus {
border-color: #c05621 !important;
}
.sm\:focus\:tw-border-orange-800:focus {
border-color: #9c4221 !important;
}
.sm\:focus\:tw-border-orange-900:focus {
border-color: #7b341e !important;
}
.sm\:focus\:tw-border-yellow-100:focus {
border-color: #fffff0 !important;
}
.sm\:focus\:tw-border-yellow-200:focus {
border-color: #fefcbf !important;
}
.sm\:focus\:tw-border-yellow-300:focus {
border-color: #faf089 !important;
}
.sm\:focus\:tw-border-yellow-400:focus {
border-color: #f6e05e !important;
}
.sm\:focus\:tw-border-yellow-500:focus {
border-color: #ecc94b !important;
}
.sm\:focus\:tw-border-yellow-600:focus {
border-color: #d69e2e !important;
}
.sm\:focus\:tw-border-yellow-700:focus {
border-color: #b7791f !important;
}
.sm\:focus\:tw-border-yellow-800:focus {
border-color: #975a16 !important;
}
.sm\:focus\:tw-border-yellow-900:focus {
border-color: #744210 !important;
}
.sm\:focus\:tw-border-green-100:focus {
border-color: #f0fff4 !important;
}
.sm\:focus\:tw-border-green-200:focus {
border-color: #c6f6d5 !important;
}
.sm\:focus\:tw-border-green-300:focus {
border-color: #9ae6b4 !important;
}
.sm\:focus\:tw-border-green-400:focus {
border-color: #68d391 !important;
}
.sm\:focus\:tw-border-green-500:focus {
border-color: #48bb78 !important;
}
.sm\:focus\:tw-border-green-600:focus {
border-color: #38a169 !important;
}
.sm\:focus\:tw-border-green-700:focus {
border-color: #2f855a !important;
}
.sm\:focus\:tw-border-green-800:focus {
border-color: #276749 !important;
}
.sm\:focus\:tw-border-green-900:focus {
border-color: #22543d !important;
}
.sm\:focus\:tw-border-teal-100:focus {
border-color: #e6fffa !important;
}
.sm\:focus\:tw-border-teal-200:focus {
border-color: #b2f5ea !important;
}
.sm\:focus\:tw-border-teal-300:focus {
border-color: #81e6d9 !important;
}
.sm\:focus\:tw-border-teal-400:focus {
border-color: #4fd1c5 !important;
}
.sm\:focus\:tw-border-teal-500:focus {
border-color: #38b2ac !important;
}
.sm\:focus\:tw-border-teal-600:focus {
border-color: #319795 !important;
}
.sm\:focus\:tw-border-teal-700:focus {
border-color: #2c7a7b !important;
}
.sm\:focus\:tw-border-teal-800:focus {
border-color: #285e61 !important;
}
.sm\:focus\:tw-border-teal-900:focus {
border-color: #234e52 !important;
}
.sm\:focus\:tw-border-blue-100:focus {
border-color: #ebf8ff !important;
}
.sm\:focus\:tw-border-blue-200:focus {
border-color: #bee3f8 !important;
}
.sm\:focus\:tw-border-blue-300:focus {
border-color: #90cdf4 !important;
}
.sm\:focus\:tw-border-blue-400:focus {
border-color: #63b3ed !important;
}
.sm\:focus\:tw-border-blue-500:focus {
border-color: #4299e1 !important;
}
.sm\:focus\:tw-border-blue-600:focus {
border-color: #3182ce !important;
}
.sm\:focus\:tw-border-blue-700:focus {
border-color: #2b6cb0 !important;
}
.sm\:focus\:tw-border-blue-800:focus {
border-color: #2c5282 !important;
}
.sm\:focus\:tw-border-blue-900:focus {
border-color: #2a4365 !important;
}
.sm\:focus\:tw-border-indigo-100:focus {
border-color: #ebf4ff !important;
}
.sm\:focus\:tw-border-indigo-200:focus {
border-color: #c3dafe !important;
}
.sm\:focus\:tw-border-indigo-300:focus {
border-color: #a3bffa !important;
}
.sm\:focus\:tw-border-indigo-400:focus {
border-color: #7f9cf5 !important;
}
.sm\:focus\:tw-border-indigo-500:focus {
border-color: #667eea !important;
}
.sm\:focus\:tw-border-indigo-600:focus {
border-color: #5a67d8 !important;
}
.sm\:focus\:tw-border-indigo-700:focus {
border-color: #4c51bf !important;
}
.sm\:focus\:tw-border-indigo-800:focus {
border-color: #434190 !important;
}
.sm\:focus\:tw-border-indigo-900:focus {
border-color: #3c366b !important;
}
.sm\:focus\:tw-border-purple-100:focus {
border-color: #faf5ff !important;
}
.sm\:focus\:tw-border-purple-200:focus {
border-color: #e9d8fd !important;
}
.sm\:focus\:tw-border-purple-300:focus {
border-color: #d6bcfa !important;
}
.sm\:focus\:tw-border-purple-400:focus {
border-color: #b794f4 !important;
}
.sm\:focus\:tw-border-purple-500:focus {
border-color: #9f7aea !important;
}
.sm\:focus\:tw-border-purple-600:focus {
border-color: #805ad5 !important;
}
.sm\:focus\:tw-border-purple-700:focus {
border-color: #6b46c1 !important;
}
.sm\:focus\:tw-border-purple-800:focus {
border-color: #553c9a !important;
}
.sm\:focus\:tw-border-purple-900:focus {
border-color: #44337a !important;
}
.sm\:focus\:tw-border-pink-100:focus {
border-color: #fff5f7 !important;
}
.sm\:focus\:tw-border-pink-200:focus {
border-color: #fed7e2 !important;
}
.sm\:focus\:tw-border-pink-300:focus {
border-color: #fbb6ce !important;
}
.sm\:focus\:tw-border-pink-400:focus {
border-color: #f687b3 !important;
}
.sm\:focus\:tw-border-pink-500:focus {
border-color: #ed64a6 !important;
}
.sm\:focus\:tw-border-pink-600:focus {
border-color: #d53f8c !important;
}
.sm\:focus\:tw-border-pink-700:focus {
border-color: #b83280 !important;
}
.sm\:focus\:tw-border-pink-800:focus {
border-color: #97266d !important;
}
.sm\:focus\:tw-border-pink-900:focus {
border-color: #702459 !important;
}
.sm\:tw-rounded-none {
border-radius: 0 !important;
}
.sm\:tw-rounded-sm {
border-radius: .125rem !important;
}
.sm\:tw-rounded {
border-radius: .25rem !important;
}
.sm\:tw-rounded-lg {
border-radius: .5rem !important;
}
.sm\:tw-rounded-full {
border-radius: 9999px !important;
}
.sm\:tw-rounded-t-none {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.sm\:tw-rounded-r-none {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.sm\:tw-rounded-b-none {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.sm\:tw-rounded-l-none {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.sm\:tw-rounded-t-sm {
border-top-left-radius: .125rem !important;
border-top-right-radius: .125rem !important;
}
.sm\:tw-rounded-r-sm {
border-top-right-radius: .125rem !important;
border-bottom-right-radius: .125rem !important;
}
.sm\:tw-rounded-b-sm {
border-bottom-right-radius: .125rem !important;
border-bottom-left-radius: .125rem !important;
}
.sm\:tw-rounded-l-sm {
border-top-left-radius: .125rem !important;
border-bottom-left-radius: .125rem !important;
}
.sm\:tw-rounded-t {
border-top-left-radius: .25rem !important;
border-top-right-radius: .25rem !important;
}
.sm\:tw-rounded-r {
border-top-right-radius: .25rem !important;
border-bottom-right-radius: .25rem !important;
}
.sm\:tw-rounded-b {
border-bottom-right-radius: .25rem !important;
border-bottom-left-radius: .25rem !important;
}
.sm\:tw-rounded-l {
border-top-left-radius: .25rem !important;
border-bottom-left-radius: .25rem !important;
}
.sm\:tw-rounded-t-lg {
border-top-left-radius: .5rem !important;
border-top-right-radius: .5rem !important;
}
.sm\:tw-rounded-r-lg {
border-top-right-radius: .5rem !important;
border-bottom-right-radius: .5rem !important;
}
.sm\:tw-rounded-b-lg {
border-bottom-right-radius: .5rem !important;
border-bottom-left-radius: .5rem !important;
}
.sm\:tw-rounded-l-lg {
border-top-left-radius: .5rem !important;
border-bottom-left-radius: .5rem !important;
}
.sm\:tw-rounded-t-full {
border-top-left-radius: 9999px !important;
border-top-right-radius: 9999px !important;
}
.sm\:tw-rounded-r-full {
border-top-right-radius: 9999px !important;
border-bottom-right-radius: 9999px !important;
}
.sm\:tw-rounded-b-full {
border-bottom-right-radius: 9999px !important;
border-bottom-left-radius: 9999px !important;
}
.sm\:tw-rounded-l-full {
border-top-left-radius: 9999px !important;
border-bottom-left-radius: 9999px !important;
}
.sm\:tw-rounded-tl-none {
border-top-left-radius: 0 !important;
}
.sm\:tw-rounded-tr-none {
border-top-right-radius: 0 !important;
}
.sm\:tw-rounded-br-none {
border-bottom-right-radius: 0 !important;
}
.sm\:tw-rounded-bl-none {
border-bottom-left-radius: 0 !important;
}
.sm\:tw-rounded-tl-sm {
border-top-left-radius: .125rem !important;
}
.sm\:tw-rounded-tr-sm {
border-top-right-radius: .125rem !important;
}
.sm\:tw-rounded-br-sm {
border-bottom-right-radius: .125rem !important;
}
.sm\:tw-rounded-bl-sm {
border-bottom-left-radius: .125rem !important;
}
.sm\:tw-rounded-tl {
border-top-left-radius: .25rem !important;
}
.sm\:tw-rounded-tr {
border-top-right-radius: .25rem !important;
}
.sm\:tw-rounded-br {
border-bottom-right-radius: .25rem !important;
}
.sm\:tw-rounded-bl {
border-bottom-left-radius: .25rem !important;
}
.sm\:tw-rounded-tl-lg {
border-top-left-radius: .5rem !important;
}
.sm\:tw-rounded-tr-lg {
border-top-right-radius: .5rem !important;
}
.sm\:tw-rounded-br-lg {
border-bottom-right-radius: .5rem !important;
}
.sm\:tw-rounded-bl-lg {
border-bottom-left-radius: .5rem !important;
}
.sm\:tw-rounded-tl-full {
border-top-left-radius: 9999px !important;
}
.sm\:tw-rounded-tr-full {
border-top-right-radius: 9999px !important;
}
.sm\:tw-rounded-br-full {
border-bottom-right-radius: 9999px !important;
}
.sm\:tw-rounded-bl-full {
border-bottom-left-radius: 9999px !important;
}
.sm\:tw-border-solid {
border-style: solid !important;
}
.sm\:tw-border-dashed {
border-style: dashed !important;
}
.sm\:tw-border-dotted {
border-style: dotted !important;
}
.sm\:tw-border-none {
border-style: none !important;
}
.sm\:tw-border-0 {
border-width: 0 !important;
}
.sm\:tw-border-2 {
border-width: 2px !important;
}
.sm\:tw-border-4 {
border-width: 4px !important;
}
.sm\:tw-border-8 {
border-width: 8px !important;
}
.sm\:tw-border {
border-width: 1px !important;
}
.sm\:tw-border-t-0 {
border-top-width: 0 !important;
}
.sm\:tw-border-r-0 {
border-right-width: 0 !important;
}
.sm\:tw-border-b-0 {
border-bottom-width: 0 !important;
}
.sm\:tw-border-l-0 {
border-left-width: 0 !important;
}
.sm\:tw-border-t-2 {
border-top-width: 2px !important;
}
.sm\:tw-border-r-2 {
border-right-width: 2px !important;
}
.sm\:tw-border-b-2 {
border-bottom-width: 2px !important;
}
.sm\:tw-border-l-2 {
border-left-width: 2px !important;
}
.sm\:tw-border-t-4 {
border-top-width: 4px !important;
}
.sm\:tw-border-r-4 {
border-right-width: 4px !important;
}
.sm\:tw-border-b-4 {
border-bottom-width: 4px !important;
}
.sm\:tw-border-l-4 {
border-left-width: 4px !important;
}
.sm\:tw-border-t-8 {
border-top-width: 8px !important;
}
.sm\:tw-border-r-8 {
border-right-width: 8px !important;
}
.sm\:tw-border-b-8 {
border-bottom-width: 8px !important;
}
.sm\:tw-border-l-8 {
border-left-width: 8px !important;
}
.sm\:tw-border-t {
border-top-width: 1px !important;
}
.sm\:tw-border-r {
border-right-width: 1px !important;
}
.sm\:tw-border-b {
border-bottom-width: 1px !important;
}
.sm\:tw-border-l {
border-left-width: 1px !important;
}
.sm\:tw-cursor-auto {
cursor: auto !important;
}
.sm\:tw-cursor-default {
cursor: default !important;
}
.sm\:tw-cursor-pointer {
cursor: pointer !important;
}
.sm\:tw-cursor-wait {
cursor: wait !important;
}
.sm\:tw-cursor-move {
cursor: move !important;
}
.sm\:tw-cursor-not-allowed {
cursor: not-allowed !important;
}
.sm\:tw-block {
display: block !important;
}
.sm\:tw-inline-block {
display: inline-block !important;
}
.sm\:tw-inline {
display: inline !important;
}
.sm\:tw-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.sm\:tw-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.sm\:tw-table {
display: table !important;
}
.sm\:tw-table-row {
display: table-row !important;
}
.sm\:tw-table-cell {
display: table-cell !important;
}
.sm\:tw-hidden {
display: none !important;
}
.sm\:tw-flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.sm\:tw-flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.sm\:tw-flex-col {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.sm\:tw-flex-col-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.sm\:tw-flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.sm\:tw-flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.sm\:tw-flex-no-wrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.sm\:tw-items-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.sm\:tw-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.sm\:tw-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.sm\:tw-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.sm\:tw-items-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.sm\:tw-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.sm\:tw-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.sm\:tw-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.sm\:tw-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.sm\:tw-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
.sm\:tw-justify-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.sm\:tw-justify-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.sm\:tw-justify-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.sm\:tw-justify-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.sm\:tw-justify-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.sm\:tw-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.sm\:tw-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.sm\:tw-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.sm\:tw-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.sm\:tw-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.sm\:tw-flex-1 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important;
}
.sm\:tw-flex-auto {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.sm\:tw-flex-initial {
-webkit-box-flex: 0 !important;
-ms-flex: 0 1 auto !important;
flex: 0 1 auto !important;
}
.sm\:tw-flex-none {
-webkit-box-flex: 0 !important;
-ms-flex: none !important;
flex: none !important;
}
.sm\:tw-flex-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.sm\:tw-flex-grow {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.sm\:tw-flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.sm\:tw-flex-shrink {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.sm\:tw-float-right {
float: right !important;
}
.sm\:tw-float-left {
float: left !important;
}
.sm\:tw-float-none {
float: none !important;
}
.sm\:tw-clearfix:after {
content: "" !important;
display: table !important;
clear: both !important;
}
.sm\:tw-font-sans {
font-family: -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" !important;
}
.sm\:tw-font-serif {
font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
}
.sm\:tw-font-mono {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.sm\:tw-font-hairline {
font-weight: 100 !important;
}
.sm\:tw-font-thin {
font-weight: 200 !important;
}
.sm\:tw-font-light {
font-weight: 300 !important;
}
.sm\:tw-font-normal {
font-weight: 400 !important;
}
.sm\:tw-font-medium {
font-weight: 500 !important;
}
.sm\:tw-font-semibold {
font-weight: 600 !important;
}
.sm\:tw-font-bold {
font-weight: 700 !important;
}
.sm\:tw-font-extrabold {
font-weight: 800 !important;
}
.sm\:tw-font-black {
font-weight: 900 !important;
}
.sm\:hover\:tw-font-hairline:hover {
font-weight: 100 !important;
}
.sm\:hover\:tw-font-thin:hover {
font-weight: 200 !important;
}
.sm\:hover\:tw-font-light:hover {
font-weight: 300 !important;
}
.sm\:hover\:tw-font-normal:hover {
font-weight: 400 !important;
}
.sm\:hover\:tw-font-medium:hover {
font-weight: 500 !important;
}
.sm\:hover\:tw-font-semibold:hover {
font-weight: 600 !important;
}
.sm\:hover\:tw-font-bold:hover {
font-weight: 700 !important;
}
.sm\:hover\:tw-font-extrabold:hover {
font-weight: 800 !important;
}
.sm\:hover\:tw-font-black:hover {
font-weight: 900 !important;
}
.sm\:focus\:tw-font-hairline:focus {
font-weight: 100 !important;
}
.sm\:focus\:tw-font-thin:focus {
font-weight: 200 !important;
}
.sm\:focus\:tw-font-light:focus {
font-weight: 300 !important;
}
.sm\:focus\:tw-font-normal:focus {
font-weight: 400 !important;
}
.sm\:focus\:tw-font-medium:focus {
font-weight: 500 !important;
}
.sm\:focus\:tw-font-semibold:focus {
font-weight: 600 !important;
}
.sm\:focus\:tw-font-bold:focus {
font-weight: 700 !important;
}
.sm\:focus\:tw-font-extrabold:focus {
font-weight: 800 !important;
}
.sm\:focus\:tw-font-black:focus {
font-weight: 900 !important;
}
.sm\:tw-h-0 {
height: 0 !important;
}
.sm\:tw-h-1 {
height: .25rem !important;
}
.sm\:tw-h-2 {
height: .5rem !important;
}
.sm\:tw-h-3 {
height: .75rem !important;
}
.sm\:tw-h-4 {
height: 1rem !important;
}
.sm\:tw-h-5 {
height: 1.25rem !important;
}
.sm\:tw-h-6 {
height: 1.5rem !important;
}
.sm\:tw-h-8 {
height: 2rem !important;
}
.sm\:tw-h-10 {
height: 2.5rem !important;
}
.sm\:tw-h-12 {
height: 3rem !important;
}
.sm\:tw-h-16 {
height: 4rem !important;
}
.sm\:tw-h-20 {
height: 5rem !important;
}
.sm\:tw-h-24 {
height: 6rem !important;
}
.sm\:tw-h-32 {
height: 8rem !important;
}
.sm\:tw-h-40 {
height: 10rem !important;
}
.sm\:tw-h-48 {
height: 12rem !important;
}
.sm\:tw-h-56 {
height: 14rem !important;
}
.sm\:tw-h-64 {
height: 16rem !important;
}
.sm\:tw-h-auto {
height: auto !important;
}
.sm\:tw-h-px {
height: 1px !important;
}
.sm\:tw-h-full {
height: 100% !important;
}
.sm\:tw-h-screen {
height: 100vh !important;
}
.sm\:tw-leading-none {
line-height: 1 !important;
}
.sm\:tw-leading-tight {
line-height: 1.25 !important;
}
.sm\:tw-leading-snug {
line-height: 1.375 !important;
}
.sm\:tw-leading-normal {
line-height: 1.5 !important;
}
.sm\:tw-leading-relaxed {
line-height: 1.625 !important;
}
.sm\:tw-leading-loose {
line-height: 2 !important;
}
.sm\:tw-list-inside {
list-style-position: inside !important;
}
.sm\:tw-list-outside {
list-style-position: outside !important;
}
.sm\:tw-list-none {
list-style-type: none !important;
}
.sm\:tw-list-disc {
list-style-type: disc !important;
}
.sm\:tw-list-decimal {
list-style-type: decimal !important;
}
.sm\:tw-m-0 {
margin: 0 !important;
}
.sm\:tw-m-1 {
margin: .25rem !important;
}
.sm\:tw-m-2 {
margin: .5rem !important;
}
.sm\:tw-m-3 {
margin: .75rem !important;
}
.sm\:tw-m-4 {
margin: 1rem !important;
}
.sm\:tw-m-5 {
margin: 1.25rem !important;
}
.sm\:tw-m-6 {
margin: 1.5rem !important;
}
.sm\:tw-m-8 {
margin: 2rem !important;
}
.sm\:tw-m-10 {
margin: 2.5rem !important;
}
.sm\:tw-m-12 {
margin: 3rem !important;
}
.sm\:tw-m-16 {
margin: 4rem !important;
}
.sm\:tw-m-20 {
margin: 5rem !important;
}
.sm\:tw-m-24 {
margin: 6rem !important;
}
.sm\:tw-m-32 {
margin: 8rem !important;
}
.sm\:tw-m-40 {
margin: 10rem !important;
}
.sm\:tw-m-48 {
margin: 12rem !important;
}
.sm\:tw-m-56 {
margin: 14rem !important;
}
.sm\:tw-m-64 {
margin: 16rem !important;
}
.sm\:tw-m-auto {
margin: auto !important;
}
.sm\:tw-m-px {
margin: 1px !important;
}
.sm\:tw-my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.sm\:tw-mx-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
.sm\:tw-my-1 {
margin-top: .25rem !important;
margin-bottom: .25rem !important;
}
.sm\:tw-mx-1 {
margin-left: .25rem !important;
margin-right: .25rem !important;
}
.sm\:tw-my-2 {
margin-top: .5rem !important;
margin-bottom: .5rem !important;
}
.sm\:tw-mx-2 {
margin-left: .5rem !important;
margin-right: .5rem !important;
}
.sm\:tw-my-3 {
margin-top: .75rem !important;
margin-bottom: .75rem !important;
}
.sm\:tw-mx-3 {
margin-left: .75rem !important;
margin-right: .75rem !important;
}
.sm\:tw-my-4 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.sm\:tw-mx-4 {
margin-left: 1rem !important;
margin-right: 1rem !important;
}
.sm\:tw-my-5 {
margin-top: 1.25rem !important;
margin-bottom: 1.25rem !important;
}
.sm\:tw-mx-5 {
margin-left: 1.25rem !important;
margin-right: 1.25rem !important;
}
.sm\:tw-my-6 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.sm\:tw-mx-6 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
}
.sm\:tw-my-8 {
margin-top: 2rem !important;
margin-bottom: 2rem !important;
}
.sm\:tw-mx-8 {
margin-left: 2rem !important;
margin-right: 2rem !important;
}
.sm\:tw-my-10 {
margin-top: 2.5rem !important;
margin-bottom: 2.5rem !important;
}
.sm\:tw-mx-10 {
margin-left: 2.5rem !important;
margin-right: 2.5rem !important;
}
.sm\:tw-my-12 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.sm\:tw-mx-12 {
margin-left: 3rem !important;
margin-right: 3rem !important;
}
.sm\:tw-my-16 {
margin-top: 4rem !important;
margin-bottom: 4rem !important;
}
.sm\:tw-mx-16 {
margin-left: 4rem !important;
margin-right: 4rem !important;
}
.sm\:tw-my-20 {
margin-top: 5rem !important;
margin-bottom: 5rem !important;
}
.sm\:tw-mx-20 {
margin-left: 5rem !important;
margin-right: 5rem !important;
}
.sm\:tw-my-24 {
margin-top: 6rem !important;
margin-bottom: 6rem !important;
}
.sm\:tw-mx-24 {
margin-left: 6rem !important;
margin-right: 6rem !important;
}
.sm\:tw-my-32 {
margin-top: 8rem !important;
margin-bottom: 8rem !important;
}
.sm\:tw-mx-32 {
margin-left: 8rem !important;
margin-right: 8rem !important;
}
.sm\:tw-my-40 {
margin-top: 10rem !important;
margin-bottom: 10rem !important;
}
.sm\:tw-mx-40 {
margin-left: 10rem !important;
margin-right: 10rem !important;
}
.sm\:tw-my-48 {
margin-top: 12rem !important;
margin-bottom: 12rem !important;
}
.sm\:tw-mx-48 {
margin-left: 12rem !important;
margin-right: 12rem !important;
}
.sm\:tw-my-56 {
margin-top: 14rem !important;
margin-bottom: 14rem !important;
}
.sm\:tw-mx-56 {
margin-left: 14rem !important;
margin-right: 14rem !important;
}
.sm\:tw-my-64 {
margin-top: 16rem !important;
margin-bottom: 16rem !important;
}
.sm\:tw-mx-64 {
margin-left: 16rem !important;
margin-right: 16rem !important;
}
.sm\:tw-my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.sm\:tw-mx-auto {
margin-left: auto !important;
margin-right: auto !important;
}
.sm\:tw-my-px {
margin-top: 1px !important;
margin-bottom: 1px !important;
}
.sm\:tw-mx-px {
margin-left: 1px !important;
margin-right: 1px !important;
}
.sm\:tw-mt-0 {
margin-top: 0 !important;
}
.sm\:tw-mr-0 {
margin-right: 0 !important;
}
.sm\:tw-mb-0 {
margin-bottom: 0 !important;
}
.sm\:tw-ml-0 {
margin-left: 0 !important;
}
.sm\:tw-mt-1 {
margin-top: .25rem !important;
}
.sm\:tw-mr-1 {
margin-right: .25rem !important;
}
.sm\:tw-mb-1 {
margin-bottom: .25rem !important;
}
.sm\:tw-ml-1 {
margin-left: .25rem !important;
}
.sm\:tw-mt-2 {
margin-top: .5rem !important;
}
.sm\:tw-mr-2 {
margin-right: .5rem !important;
}
.sm\:tw-mb-2 {
margin-bottom: .5rem !important;
}
.sm\:tw-ml-2 {
margin-left: .5rem !important;
}
.sm\:tw-mt-3 {
margin-top: .75rem !important;
}
.sm\:tw-mr-3 {
margin-right: .75rem !important;
}
.sm\:tw-mb-3 {
margin-bottom: .75rem !important;
}
.sm\:tw-ml-3 {
margin-left: .75rem !important;
}
.sm\:tw-mt-4 {
margin-top: 1rem !important;
}
.sm\:tw-mr-4 {
margin-right: 1rem !important;
}
.sm\:tw-mb-4 {
margin-bottom: 1rem !important;
}
.sm\:tw-ml-4 {
margin-left: 1rem !important;
}
.sm\:tw-mt-5 {
margin-top: 1.25rem !important;
}
.sm\:tw-mr-5 {
margin-right: 1.25rem !important;
}
.sm\:tw-mb-5 {
margin-bottom: 1.25rem !important;
}
.sm\:tw-ml-5 {
margin-left: 1.25rem !important;
}
.sm\:tw-mt-6 {
margin-top: 1.5rem !important;
}
.sm\:tw-mr-6 {
margin-right: 1.5rem !important;
}
.sm\:tw-mb-6 {
margin-bottom: 1.5rem !important;
}
.sm\:tw-ml-6 {
margin-left: 1.5rem !important;
}
.sm\:tw-mt-8 {
margin-top: 2rem !important;
}
.sm\:tw-mr-8 {
margin-right: 2rem !important;
}
.sm\:tw-mb-8 {
margin-bottom: 2rem !important;
}
.sm\:tw-ml-8 {
margin-left: 2rem !important;
}
.sm\:tw-mt-10 {
margin-top: 2.5rem !important;
}
.sm\:tw-mr-10 {
margin-right: 2.5rem !important;
}
.sm\:tw-mb-10 {
margin-bottom: 2.5rem !important;
}
.sm\:tw-ml-10 {
margin-left: 2.5rem !important;
}
.sm\:tw-mt-12 {
margin-top: 3rem !important;
}
.sm\:tw-mr-12 {
margin-right: 3rem !important;
}
.sm\:tw-mb-12 {
margin-bottom: 3rem !important;
}
.sm\:tw-ml-12 {
margin-left: 3rem !important;
}
.sm\:tw-mt-16 {
margin-top: 4rem !important;
}
.sm\:tw-mr-16 {
margin-right: 4rem !important;
}
.sm\:tw-mb-16 {
margin-bottom: 4rem !important;
}
.sm\:tw-ml-16 {
margin-left: 4rem !important;
}
.sm\:tw-mt-20 {
margin-top: 5rem !important;
}
.sm\:tw-mr-20 {
margin-right: 5rem !important;
}
.sm\:tw-mb-20 {
margin-bottom: 5rem !important;
}
.sm\:tw-ml-20 {
margin-left: 5rem !important;
}
.sm\:tw-mt-24 {
margin-top: 6rem !important;
}
.sm\:tw-mr-24 {
margin-right: 6rem !important;
}
.sm\:tw-mb-24 {
margin-bottom: 6rem !important;
}
.sm\:tw-ml-24 {
margin-left: 6rem !important;
}
.sm\:tw-mt-32 {
margin-top: 8rem !important;
}
.sm\:tw-mr-32 {
margin-right: 8rem !important;
}
.sm\:tw-mb-32 {
margin-bottom: 8rem !important;
}
.sm\:tw-ml-32 {
margin-left: 8rem !important;
}
.sm\:tw-mt-40 {
margin-top: 10rem !important;
}
.sm\:tw-mr-40 {
margin-right: 10rem !important;
}
.sm\:tw-mb-40 {
margin-bottom: 10rem !important;
}
.sm\:tw-ml-40 {
margin-left: 10rem !important;
}
.sm\:tw-mt-48 {
margin-top: 12rem !important;
}
.sm\:tw-mr-48 {
margin-right: 12rem !important;
}
.sm\:tw-mb-48 {
margin-bottom: 12rem !important;
}
.sm\:tw-ml-48 {
margin-left: 12rem !important;
}
.sm\:tw-mt-56 {
margin-top: 14rem !important;
}
.sm\:tw-mr-56 {
margin-right: 14rem !important;
}
.sm\:tw-mb-56 {
margin-bottom: 14rem !important;
}
.sm\:tw-ml-56 {
margin-left: 14rem !important;
}
.sm\:tw-mt-64 {
margin-top: 16rem !important;
}
.sm\:tw-mr-64 {
margin-right: 16rem !important;
}
.sm\:tw-mb-64 {
margin-bottom: 16rem !important;
}
.sm\:tw-ml-64 {
margin-left: 16rem !important;
}
.sm\:tw-mt-auto {
margin-top: auto !important;
}
.sm\:tw-mr-auto {
margin-right: auto !important;
}
.sm\:tw-mb-auto {
margin-bottom: auto !important;
}
.sm\:tw-ml-auto {
margin-left: auto !important;
}
.sm\:tw-mt-px {
margin-top: 1px !important;
}
.sm\:tw-mr-px {
margin-right: 1px !important;
}
.sm\:tw-mb-px {
margin-bottom: 1px !important;
}
.sm\:tw-ml-px {
margin-left: 1px !important;
}
.sm\:tw-max-h-full {
max-height: 100% !important;
}
.sm\:tw-max-h-screen {
max-height: 100vh !important;
}
.sm\:tw-max-w-xs {
max-width: 20rem !important;
}
.sm\:tw-max-w-sm {
max-width: 24rem !important;
}
.sm\:tw-max-w-md {
max-width: 28rem !important;
}
.sm\:tw-max-w-lg {
max-width: 32rem !important;
}
.sm\:tw-max-w-xl {
max-width: 36rem !important;
}
.sm\:tw-max-w-2xl {
max-width: 42rem !important;
}
.sm\:tw-max-w-3xl {
max-width: 48rem !important;
}
.sm\:tw-max-w-4xl {
max-width: 56rem !important;
}
.sm\:tw-max-w-5xl {
max-width: 64rem !important;
}
.sm\:tw-max-w-6xl {
max-width: 72rem !important;
}
.sm\:tw-max-w-full {
max-width: 100% !important;
}
.sm\:tw-min-h-0 {
min-height: 0 !important;
}
.sm\:tw-min-h-full {
min-height: 100% !important;
}
.sm\:tw-min-h-screen {
min-height: 100vh !important;
}
.sm\:tw-min-w-0 {
min-width: 0 !important;
}
.sm\:tw-min-w-full {
min-width: 100% !important;
}
.sm\:tw--m-0 {
margin: 0 !important;
}
.sm\:tw--m-1 {
margin: -0.25rem !important;
}
.sm\:tw--m-2 {
margin: -0.5rem !important;
}
.sm\:tw--m-3 {
margin: -0.75rem !important;
}
.sm\:tw--m-4 {
margin: -1rem !important;
}
.sm\:tw--m-5 {
margin: -1.25rem !important;
}
.sm\:tw--m-6 {
margin: -1.5rem !important;
}
.sm\:tw--m-8 {
margin: -2rem !important;
}
.sm\:tw--m-10 {
margin: -2.5rem !important;
}
.sm\:tw--m-12 {
margin: -3rem !important;
}
.sm\:tw--m-16 {
margin: -4rem !important;
}
.sm\:tw--m-20 {
margin: -5rem !important;
}
.sm\:tw--m-24 {
margin: -6rem !important;
}
.sm\:tw--m-32 {
margin: -8rem !important;
}
.sm\:tw--m-40 {
margin: -10rem !important;
}
.sm\:tw--m-48 {
margin: -12rem !important;
}
.sm\:tw--m-56 {
margin: -14rem !important;
}
.sm\:tw--m-64 {
margin: -16rem !important;
}
.sm\:tw--m-px {
margin: -1px !important;
}
.sm\:tw--my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.sm\:tw--mx-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
.sm\:tw--my-1 {
margin-top: -0.25rem !important;
margin-bottom: -0.25rem !important;
}
.sm\:tw--mx-1 {
margin-left: -0.25rem !important;
margin-right: -0.25rem !important;
}
.sm\:tw--my-2 {
margin-top: -0.5rem !important;
margin-bottom: -0.5rem !important;
}
.sm\:tw--mx-2 {
margin-left: -0.5rem !important;
margin-right: -0.5rem !important;
}
.sm\:tw--my-3 {
margin-top: -0.75rem !important;
margin-bottom: -0.75rem !important;
}
.sm\:tw--mx-3 {
margin-left: -0.75rem !important;
margin-right: -0.75rem !important;
}
.sm\:tw--my-4 {
margin-top: -1rem !important;
margin-bottom: -1rem !important;
}
.sm\:tw--mx-4 {
margin-left: -1rem !important;
margin-right: -1rem !important;
}
.sm\:tw--my-5 {
margin-top: -1.25rem !important;
margin-bottom: -1.25rem !important;
}
.sm\:tw--mx-5 {
margin-left: -1.25rem !important;
margin-right: -1.25rem !important;
}
.sm\:tw--my-6 {
margin-top: -1.5rem !important;
margin-bottom: -1.5rem !important;
}
.sm\:tw--mx-6 {
margin-left: -1.5rem !important;
margin-right: -1.5rem !important;
}
.sm\:tw--my-8 {
margin-top: -2rem !important;
margin-bottom: -2rem !important;
}
.sm\:tw--mx-8 {
margin-left: -2rem !important;
margin-right: -2rem !important;
}
.sm\:tw--my-10 {
margin-top: -2.5rem !important;
margin-bottom: -2.5rem !important;
}
.sm\:tw--mx-10 {
margin-left: -2.5rem !important;
margin-right: -2.5rem !important;
}
.sm\:tw--my-12 {
margin-top: -3rem !important;
margin-bottom: -3rem !important;
}
.sm\:tw--mx-12 {
margin-left: -3rem !important;
margin-right: -3rem !important;
}
.sm\:tw--my-16 {
margin-top: -4rem !important;
margin-bottom: -4rem !important;
}
.sm\:tw--mx-16 {
margin-left: -4rem !important;
margin-right: -4rem !important;
}
.sm\:tw--my-20 {
margin-top: -5rem !important;
margin-bottom: -5rem !important;
}
.sm\:tw--mx-20 {
margin-left: -5rem !important;
margin-right: -5rem !important;
}
.sm\:tw--my-24 {
margin-top: -6rem !important;
margin-bottom: -6rem !important;
}
.sm\:tw--mx-24 {
margin-left: -6rem !important;
margin-right: -6rem !important;
}
.sm\:tw--my-32 {
margin-top: -8rem !important;
margin-bottom: -8rem !important;
}
.sm\:tw--mx-32 {
margin-left: -8rem !important;
margin-right: -8rem !important;
}
.sm\:tw--my-40 {
margin-top: -10rem !important;
margin-bottom: -10rem !important;
}
.sm\:tw--mx-40 {
margin-left: -10rem !important;
margin-right: -10rem !important;
}
.sm\:tw--my-48 {
margin-top: -12rem !important;
margin-bottom: -12rem !important;
}
.sm\:tw--mx-48 {
margin-left: -12rem !important;
margin-right: -12rem !important;
}
.sm\:tw--my-56 {
margin-top: -14rem !important;
margin-bottom: -14rem !important;
}
.sm\:tw--mx-56 {
margin-left: -14rem !important;
margin-right: -14rem !important;
}
.sm\:tw--my-64 {
margin-top: -16rem !important;
margin-bottom: -16rem !important;
}
.sm\:tw--mx-64 {
margin-left: -16rem !important;
margin-right: -16rem !important;
}
.sm\:tw--my-px {
margin-top: -1px !important;
margin-bottom: -1px !important;
}
.sm\:tw--mx-px {
margin-left: -1px !important;
margin-right: -1px !important;
}
.sm\:tw--mt-0 {
margin-top: 0 !important;
}
.sm\:tw--mr-0 {
margin-right: 0 !important;
}
.sm\:tw--mb-0 {
margin-bottom: 0 !important;
}
.sm\:tw--ml-0 {
margin-left: 0 !important;
}
.sm\:tw--mt-1 {
margin-top: -0.25rem !important;
}
.sm\:tw--mr-1 {
margin-right: -0.25rem !important;
}
.sm\:tw--mb-1 {
margin-bottom: -0.25rem !important;
}
.sm\:tw--ml-1 {
margin-left: -0.25rem !important;
}
.sm\:tw--mt-2 {
margin-top: -0.5rem !important;
}
.sm\:tw--mr-2 {
margin-right: -0.5rem !important;
}
.sm\:tw--mb-2 {
margin-bottom: -0.5rem !important;
}
.sm\:tw--ml-2 {
margin-left: -0.5rem !important;
}
.sm\:tw--mt-3 {
margin-top: -0.75rem !important;
}
.sm\:tw--mr-3 {
margin-right: -0.75rem !important;
}
.sm\:tw--mb-3 {
margin-bottom: -0.75rem !important;
}
.sm\:tw--ml-3 {
margin-left: -0.75rem !important;
}
.sm\:tw--mt-4 {
margin-top: -1rem !important;
}
.sm\:tw--mr-4 {
margin-right: -1rem !important;
}
.sm\:tw--mb-4 {
margin-bottom: -1rem !important;
}
.sm\:tw--ml-4 {
margin-left: -1rem !important;
}
.sm\:tw--mt-5 {
margin-top: -1.25rem !important;
}
.sm\:tw--mr-5 {
margin-right: -1.25rem !important;
}
.sm\:tw--mb-5 {
margin-bottom: -1.25rem !important;
}
.sm\:tw--ml-5 {
margin-left: -1.25rem !important;
}
.sm\:tw--mt-6 {
margin-top: -1.5rem !important;
}
.sm\:tw--mr-6 {
margin-right: -1.5rem !important;
}
.sm\:tw--mb-6 {
margin-bottom: -1.5rem !important;
}
.sm\:tw--ml-6 {
margin-left: -1.5rem !important;
}
.sm\:tw--mt-8 {
margin-top: -2rem !important;
}
.sm\:tw--mr-8 {
margin-right: -2rem !important;
}
.sm\:tw--mb-8 {
margin-bottom: -2rem !important;
}
.sm\:tw--ml-8 {
margin-left: -2rem !important;
}
.sm\:tw--mt-10 {
margin-top: -2.5rem !important;
}
.sm\:tw--mr-10 {
margin-right: -2.5rem !important;
}
.sm\:tw--mb-10 {
margin-bottom: -2.5rem !important;
}
.sm\:tw--ml-10 {
margin-left: -2.5rem !important;
}
.sm\:tw--mt-12 {
margin-top: -3rem !important;
}
.sm\:tw--mr-12 {
margin-right: -3rem !important;
}
.sm\:tw--mb-12 {
margin-bottom: -3rem !important;
}
.sm\:tw--ml-12 {
margin-left: -3rem !important;
}
.sm\:tw--mt-16 {
margin-top: -4rem !important;
}
.sm\:tw--mr-16 {
margin-right: -4rem !important;
}
.sm\:tw--mb-16 {
margin-bottom: -4rem !important;
}
.sm\:tw--ml-16 {
margin-left: -4rem !important;
}
.sm\:tw--mt-20 {
margin-top: -5rem !important;
}
.sm\:tw--mr-20 {
margin-right: -5rem !important;
}
.sm\:tw--mb-20 {
margin-bottom: -5rem !important;
}
.sm\:tw--ml-20 {
margin-left: -5rem !important;
}
.sm\:tw--mt-24 {
margin-top: -6rem !important;
}
.sm\:tw--mr-24 {
margin-right: -6rem !important;
}
.sm\:tw--mb-24 {
margin-bottom: -6rem !important;
}
.sm\:tw--ml-24 {
margin-left: -6rem !important;
}
.sm\:tw--mt-32 {
margin-top: -8rem !important;
}
.sm\:tw--mr-32 {
margin-right: -8rem !important;
}
.sm\:tw--mb-32 {
margin-bottom: -8rem !important;
}
.sm\:tw--ml-32 {
margin-left: -8rem !important;
}
.sm\:tw--mt-40 {
margin-top: -10rem !important;
}
.sm\:tw--mr-40 {
margin-right: -10rem !important;
}
.sm\:tw--mb-40 {
margin-bottom: -10rem !important;
}
.sm\:tw--ml-40 {
margin-left: -10rem !important;
}
.sm\:tw--mt-48 {
margin-top: -12rem !important;
}
.sm\:tw--mr-48 {
margin-right: -12rem !important;
}
.sm\:tw--mb-48 {
margin-bottom: -12rem !important;
}
.sm\:tw--ml-48 {
margin-left: -12rem !important;
}
.sm\:tw--mt-56 {
margin-top: -14rem !important;
}
.sm\:tw--mr-56 {
margin-right: -14rem !important;
}
.sm\:tw--mb-56 {
margin-bottom: -14rem !important;
}
.sm\:tw--ml-56 {
margin-left: -14rem !important;
}
.sm\:tw--mt-64 {
margin-top: -16rem !important;
}
.sm\:tw--mr-64 {
margin-right: -16rem !important;
}
.sm\:tw--mb-64 {
margin-bottom: -16rem !important;
}
.sm\:tw--ml-64 {
margin-left: -16rem !important;
}
.sm\:tw--mt-px {
margin-top: -1px !important;
}
.sm\:tw--mr-px {
margin-right: -1px !important;
}
.sm\:tw--mb-px {
margin-bottom: -1px !important;
}
.sm\:tw--ml-px {
margin-left: -1px !important;
}
.sm\:tw-object-contain {
-o-object-fit: contain !important;
object-fit: contain !important;
}
.sm\:tw-object-cover {
-o-object-fit: cover !important;
object-fit: cover !important;
}
.sm\:tw-object-fill {
-o-object-fit: fill !important;
object-fit: fill !important;
}
.sm\:tw-object-none {
-o-object-fit: none !important;
object-fit: none !important;
}
.sm\:tw-object-scale-down {
-o-object-fit: scale-down !important;
object-fit: scale-down !important;
}
.sm\:tw-object-bottom {
-o-object-position: bottom !important;
object-position: bottom !important;
}
.sm\:tw-object-center {
-o-object-position: center !important;
object-position: center !important;
}
.sm\:tw-object-left {
-o-object-position: left !important;
object-position: left !important;
}
.sm\:tw-object-left-bottom {
-o-object-position: left bottom !important;
object-position: left bottom !important;
}
.sm\:tw-object-left-top {
-o-object-position: left top !important;
object-position: left top !important;
}
.sm\:tw-object-right {
-o-object-position: right !important;
object-position: right !important;
}
.sm\:tw-object-right-bottom {
-o-object-position: right bottom !important;
object-position: right bottom !important;
}
.sm\:tw-object-right-top {
-o-object-position: right top !important;
object-position: right top !important;
}
.sm\:tw-object-top {
-o-object-position: top !important;
object-position: top !important;
}
.sm\:tw-opacity-0 {
opacity: 0 !important;
}
.sm\:tw-opacity-25 {
opacity: .25 !important;
}
.sm\:tw-opacity-50 {
opacity: .5 !important;
}
.sm\:tw-opacity-75 {
opacity: .75 !important;
}
.sm\:tw-opacity-100 {
opacity: 1 !important;
}
.sm\:tw-overflow-auto {
overflow: auto !important;
}
.sm\:tw-overflow-hidden {
overflow: hidden !important;
}
.sm\:tw-overflow-visible {
overflow: visible !important;
}
.sm\:tw-overflow-scroll {
overflow: scroll !important;
}
.sm\:tw-overflow-x-auto {
overflow-x: auto !important;
}
.sm\:tw-overflow-y-auto {
overflow-y: auto !important;
}
.sm\:tw-overflow-x-hidden {
overflow-x: hidden !important;
}
.sm\:tw-overflow-y-hidden {
overflow-y: hidden !important;
}
.sm\:tw-overflow-x-visible {
overflow-x: visible !important;
}
.sm\:tw-overflow-y-visible {
overflow-y: visible !important;
}
.sm\:tw-overflow-x-scroll {
overflow-x: scroll !important;
}
.sm\:tw-overflow-y-scroll {
overflow-y: scroll !important;
}
.sm\:tw-scrolling-touch {
-webkit-overflow-scrolling: touch !important;
}
.sm\:tw-scrolling-auto {
-webkit-overflow-scrolling: auto !important;
}
.sm\:tw-p-0 {
padding: 0 !important;
}
.sm\:tw-p-1 {
padding: .25rem !important;
}
.sm\:tw-p-2 {
padding: .5rem !important;
}
.sm\:tw-p-3 {
padding: .75rem !important;
}
.sm\:tw-p-4 {
padding: 1rem !important;
}
.sm\:tw-p-5 {
padding: 1.25rem !important;
}
.sm\:tw-p-6 {
padding: 1.5rem !important;
}
.sm\:tw-p-8 {
padding: 2rem !important;
}
.sm\:tw-p-10 {
padding: 2.5rem !important;
}
.sm\:tw-p-12 {
padding: 3rem !important;
}
.sm\:tw-p-16 {
padding: 4rem !important;
}
.sm\:tw-p-20 {
padding: 5rem !important;
}
.sm\:tw-p-24 {
padding: 6rem !important;
}
.sm\:tw-p-32 {
padding: 8rem !important;
}
.sm\:tw-p-40 {
padding: 10rem !important;
}
.sm\:tw-p-48 {
padding: 12rem !important;
}
.sm\:tw-p-56 {
padding: 14rem !important;
}
.sm\:tw-p-64 {
padding: 16rem !important;
}
.sm\:tw-p-px {
padding: 1px !important;
}
.sm\:tw-py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.sm\:tw-px-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
.sm\:tw-py-1 {
padding-top: .25rem !important;
padding-bottom: .25rem !important;
}
.sm\:tw-px-1 {
padding-left: .25rem !important;
padding-right: .25rem !important;
}
.sm\:tw-py-2 {
padding-top: .5rem !important;
padding-bottom: .5rem !important;
}
.sm\:tw-px-2 {
padding-left: .5rem !important;
padding-right: .5rem !important;
}
.sm\:tw-py-3 {
padding-top: .75rem !important;
padding-bottom: .75rem !important;
}
.sm\:tw-px-3 {
padding-left: .75rem !important;
padding-right: .75rem !important;
}
.sm\:tw-py-4 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.sm\:tw-px-4 {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
.sm\:tw-py-5 {
padding-top: 1.25rem !important;
padding-bottom: 1.25rem !important;
}
.sm\:tw-px-5 {
padding-left: 1.25rem !important;
padding-right: 1.25rem !important;
}
.sm\:tw-py-6 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.sm\:tw-px-6 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
.sm\:tw-py-8 {
padding-top: 2rem !important;
padding-bottom: 2rem !important;
}
.sm\:tw-px-8 {
padding-left: 2rem !important;
padding-right: 2rem !important;
}
.sm\:tw-py-10 {
padding-top: 2.5rem !important;
padding-bottom: 2.5rem !important;
}
.sm\:tw-px-10 {
padding-left: 2.5rem !important;
padding-right: 2.5rem !important;
}
.sm\:tw-py-12 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.sm\:tw-px-12 {
padding-left: 3rem !important;
padding-right: 3rem !important;
}
.sm\:tw-py-16 {
padding-top: 4rem !important;
padding-bottom: 4rem !important;
}
.sm\:tw-px-16 {
padding-left: 4rem !important;
padding-right: 4rem !important;
}
.sm\:tw-py-20 {
padding-top: 5rem !important;
padding-bottom: 5rem !important;
}
.sm\:tw-px-20 {
padding-left: 5rem !important;
padding-right: 5rem !important;
}
.sm\:tw-py-24 {
padding-top: 6rem !important;
padding-bottom: 6rem !important;
}
.sm\:tw-px-24 {
padding-left: 6rem !important;
padding-right: 6rem !important;
}
.sm\:tw-py-32 {
padding-top: 8rem !important;
padding-bottom: 8rem !important;
}
.sm\:tw-px-32 {
padding-left: 8rem !important;
padding-right: 8rem !important;
}
.sm\:tw-py-40 {
padding-top: 10rem !important;
padding-bottom: 10rem !important;
}
.sm\:tw-px-40 {
padding-left: 10rem !important;
padding-right: 10rem !important;
}
.sm\:tw-py-48 {
padding-top: 12rem !important;
padding-bottom: 12rem !important;
}
.sm\:tw-px-48 {
padding-left: 12rem !important;
padding-right: 12rem !important;
}
.sm\:tw-py-56 {
padding-top: 14rem !important;
padding-bottom: 14rem !important;
}
.sm\:tw-px-56 {
padding-left: 14rem !important;
padding-right: 14rem !important;
}
.sm\:tw-py-64 {
padding-top: 16rem !important;
padding-bottom: 16rem !important;
}
.sm\:tw-px-64 {
padding-left: 16rem !important;
padding-right: 16rem !important;
}
.sm\:tw-py-px {
padding-top: 1px !important;
padding-bottom: 1px !important;
}
.sm\:tw-px-px {
padding-left: 1px !important;
padding-right: 1px !important;
}
.sm\:tw-pt-0 {
padding-top: 0 !important;
}
.sm\:tw-pr-0 {
padding-right: 0 !important;
}
.sm\:tw-pb-0 {
padding-bottom: 0 !important;
}
.sm\:tw-pl-0 {
padding-left: 0 !important;
}
.sm\:tw-pt-1 {
padding-top: .25rem !important;
}
.sm\:tw-pr-1 {
padding-right: .25rem !important;
}
.sm\:tw-pb-1 {
padding-bottom: .25rem !important;
}
.sm\:tw-pl-1 {
padding-left: .25rem !important;
}
.sm\:tw-pt-2 {
padding-top: .5rem !important;
}
.sm\:tw-pr-2 {
padding-right: .5rem !important;
}
.sm\:tw-pb-2 {
padding-bottom: .5rem !important;
}
.sm\:tw-pl-2 {
padding-left: .5rem !important;
}
.sm\:tw-pt-3 {
padding-top: .75rem !important;
}
.sm\:tw-pr-3 {
padding-right: .75rem !important;
}
.sm\:tw-pb-3 {
padding-bottom: .75rem !important;
}
.sm\:tw-pl-3 {
padding-left: .75rem !important;
}
.sm\:tw-pt-4 {
padding-top: 1rem !important;
}
.sm\:tw-pr-4 {
padding-right: 1rem !important;
}
.sm\:tw-pb-4 {
padding-bottom: 1rem !important;
}
.sm\:tw-pl-4 {
padding-left: 1rem !important;
}
.sm\:tw-pt-5 {
padding-top: 1.25rem !important;
}
.sm\:tw-pr-5 {
padding-right: 1.25rem !important;
}
.sm\:tw-pb-5 {
padding-bottom: 1.25rem !important;
}
.sm\:tw-pl-5 {
padding-left: 1.25rem !important;
}
.sm\:tw-pt-6 {
padding-top: 1.5rem !important;
}
.sm\:tw-pr-6 {
padding-right: 1.5rem !important;
}
.sm\:tw-pb-6 {
padding-bottom: 1.5rem !important;
}
.sm\:tw-pl-6 {
padding-left: 1.5rem !important;
}
.sm\:tw-pt-8 {
padding-top: 2rem !important;
}
.sm\:tw-pr-8 {
padding-right: 2rem !important;
}
.sm\:tw-pb-8 {
padding-bottom: 2rem !important;
}
.sm\:tw-pl-8 {
padding-left: 2rem !important;
}
.sm\:tw-pt-10 {
padding-top: 2.5rem !important;
}
.sm\:tw-pr-10 {
padding-right: 2.5rem !important;
}
.sm\:tw-pb-10 {
padding-bottom: 2.5rem !important;
}
.sm\:tw-pl-10 {
padding-left: 2.5rem !important;
}
.sm\:tw-pt-12 {
padding-top: 3rem !important;
}
.sm\:tw-pr-12 {
padding-right: 3rem !important;
}
.sm\:tw-pb-12 {
padding-bottom: 3rem !important;
}
.sm\:tw-pl-12 {
padding-left: 3rem !important;
}
.sm\:tw-pt-16 {
padding-top: 4rem !important;
}
.sm\:tw-pr-16 {
padding-right: 4rem !important;
}
.sm\:tw-pb-16 {
padding-bottom: 4rem !important;
}
.sm\:tw-pl-16 {
padding-left: 4rem !important;
}
.sm\:tw-pt-20 {
padding-top: 5rem !important;
}
.sm\:tw-pr-20 {
padding-right: 5rem !important;
}
.sm\:tw-pb-20 {
padding-bottom: 5rem !important;
}
.sm\:tw-pl-20 {
padding-left: 5rem !important;
}
.sm\:tw-pt-24 {
padding-top: 6rem !important;
}
.sm\:tw-pr-24 {
padding-right: 6rem !important;
}
.sm\:tw-pb-24 {
padding-bottom: 6rem !important;
}
.sm\:tw-pl-24 {
padding-left: 6rem !important;
}
.sm\:tw-pt-32 {
padding-top: 8rem !important;
}
.sm\:tw-pr-32 {
padding-right: 8rem !important;
}
.sm\:tw-pb-32 {
padding-bottom: 8rem !important;
}
.sm\:tw-pl-32 {
padding-left: 8rem !important;
}
.sm\:tw-pt-40 {
padding-top: 10rem !important;
}
.sm\:tw-pr-40 {
padding-right: 10rem !important;
}
.sm\:tw-pb-40 {
padding-bottom: 10rem !important;
}
.sm\:tw-pl-40 {
padding-left: 10rem !important;
}
.sm\:tw-pt-48 {
padding-top: 12rem !important;
}
.sm\:tw-pr-48 {
padding-right: 12rem !important;
}
.sm\:tw-pb-48 {
padding-bottom: 12rem !important;
}
.sm\:tw-pl-48 {
padding-left: 12rem !important;
}
.sm\:tw-pt-56 {
padding-top: 14rem !important;
}
.sm\:tw-pr-56 {
padding-right: 14rem !important;
}
.sm\:tw-pb-56 {
padding-bottom: 14rem !important;
}
.sm\:tw-pl-56 {
padding-left: 14rem !important;
}
.sm\:tw-pt-64 {
padding-top: 16rem !important;
}
.sm\:tw-pr-64 {
padding-right: 16rem !important;
}
.sm\:tw-pb-64 {
padding-bottom: 16rem !important;
}
.sm\:tw-pl-64 {
padding-left: 16rem !important;
}
.sm\:tw-pt-px {
padding-top: 1px !important;
}
.sm\:tw-pr-px {
padding-right: 1px !important;
}
.sm\:tw-pb-px {
padding-bottom: 1px !important;
}
.sm\:tw-pl-px {
padding-left: 1px !important;
}
.sm\:tw-pointer-events-none {
pointer-events: none !important;
}
.sm\:tw-pointer-events-auto {
pointer-events: auto !important;
}
.sm\:tw-static {
position: static !important;
}
.sm\:tw-fixed {
position: fixed !important;
}
.sm\:tw-absolute {
position: absolute !important;
}
.sm\:tw-relative {
position: relative !important;
}
.sm\:tw-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.sm\:tw-inset-0 {
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
left: 0 !important;
}
.sm\:tw-inset-auto {
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important;
}
.sm\:tw-inset-y-0 {
top: 0 !important;
bottom: 0 !important;
}
.sm\:tw-inset-x-0 {
right: 0 !important;
left: 0 !important;
}
.sm\:tw-inset-y-auto {
top: auto !important;
bottom: auto !important;
}
.sm\:tw-inset-x-auto {
right: auto !important;
left: auto !important;
}
.sm\:tw-top-0 {
top: 0 !important;
}
.sm\:tw-right-0 {
right: 0 !important;
}
.sm\:tw-bottom-0 {
bottom: 0 !important;
}
.sm\:tw-left-0 {
left: 0 !important;
}
.sm\:tw-top-auto {
top: auto !important;
}
.sm\:tw-right-auto {
right: auto !important;
}
.sm\:tw-bottom-auto {
bottom: auto !important;
}
.sm\:tw-left-auto {
left: auto !important;
}
.sm\:tw-resize-none {
resize: none !important;
}
.sm\:tw-resize-y {
resize: vertical !important;
}
.sm\:tw-resize-x {
resize: horizontal !important;
}
.sm\:tw-resize {
resize: both !important;
}
.sm\:tw-shadow {
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
}
.sm\:tw-shadow-md {
-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
}
.sm\:tw-shadow-lg {
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
}
.sm\:tw-shadow-xl {
-webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
}
.sm\:tw-shadow-2xl {
-webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
}
.sm\:tw-shadow-inner {
-webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}
.sm\:tw-shadow-outline {
-webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
}
.sm\:tw-shadow-none {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.sm\:hover\:tw-shadow:hover {
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
}
.sm\:hover\:tw-shadow-md:hover {
-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
}
.sm\:hover\:tw-shadow-lg:hover {
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
}
.sm\:hover\:tw-shadow-xl:hover {
-webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
}
.sm\:hover\:tw-shadow-2xl:hover {
-webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
}
.sm\:hover\:tw-shadow-inner:hover {
-webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}
.sm\:hover\:tw-shadow-outline:hover {
-webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
}
.sm\:hover\:tw-shadow-none:hover {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.sm\:focus\:tw-shadow:focus {
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
}
.sm\:focus\:tw-shadow-md:focus {
-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
}
.sm\:focus\:tw-shadow-lg:focus {
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
}
.sm\:focus\:tw-shadow-xl:focus {
-webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
}
.sm\:focus\:tw-shadow-2xl:focus {
-webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
}
.sm\:focus\:tw-shadow-inner:focus {
-webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}
.sm\:focus\:tw-shadow-outline:focus {
-webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
}
.sm\:focus\:tw-shadow-none:focus {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.sm\:tw-table-auto {
table-layout: auto !important;
}
.sm\:tw-table-fixed {
table-layout: fixed !important;
}
.sm\:tw-text-left {
text-align: left !important;
}
.sm\:tw-text-center {
text-align: center !important;
}
.sm\:tw-text-right {
text-align: right !important;
}
.sm\:tw-text-justify {
text-align: justify !important;
}
.sm\:tw-text-transparent {
color: transparent !important;
}
.sm\:tw-text-black {
color: #000 !important;
}
.sm\:tw-text-white {
color: #fff !important;
}
.sm\:tw-text-gray-100 {
color: #f7fafc !important;
}
.sm\:tw-text-gray-200 {
color: #edf2f7 !important;
}
.sm\:tw-text-gray-300 {
color: #e2e8f0 !important;
}
.sm\:tw-text-gray-400 {
color: #cbd5e0 !important;
}
.sm\:tw-text-gray-500 {
color: #a0aec0 !important;
}
.sm\:tw-text-gray-600 {
color: #718096 !important;
}
.sm\:tw-text-gray-700 {
color: #4a5568 !important;
}
.sm\:tw-text-gray-800 {
color: #2d3748 !important;
}
.sm\:tw-text-gray-900 {
color: #1a202c !important;
}
.sm\:tw-text-red-100 {
color: #fff5f5 !important;
}
.sm\:tw-text-red-200 {
color: #fed7d7 !important;
}
.sm\:tw-text-red-300 {
color: #feb2b2 !important;
}
.sm\:tw-text-red-400 {
color: #fc8181 !important;
}
.sm\:tw-text-red-500 {
color: #f56565 !important;
}
.sm\:tw-text-red-600 {
color: #e53e3e !important;
}
.sm\:tw-text-red-700 {
color: #c53030 !important;
}
.sm\:tw-text-red-800 {
color: #9b2c2c !important;
}
.sm\:tw-text-red-900 {
color: #742a2a !important;
}
.sm\:tw-text-orange-100 {
color: #fffaf0 !important;
}
.sm\:tw-text-orange-200 {
color: #feebc8 !important;
}
.sm\:tw-text-orange-300 {
color: #fbd38d !important;
}
.sm\:tw-text-orange-400 {
color: #f6ad55 !important;
}
.sm\:tw-text-orange-500 {
color: #ed8936 !important;
}
.sm\:tw-text-orange-600 {
color: #dd6b20 !important;
}
.sm\:tw-text-orange-700 {
color: #c05621 !important;
}
.sm\:tw-text-orange-800 {
color: #9c4221 !important;
}
.sm\:tw-text-orange-900 {
color: #7b341e !important;
}
.sm\:tw-text-yellow-100 {
color: #fffff0 !important;
}
.sm\:tw-text-yellow-200 {
color: #fefcbf !important;
}
.sm\:tw-text-yellow-300 {
color: #faf089 !important;
}
.sm\:tw-text-yellow-400 {
color: #f6e05e !important;
}
.sm\:tw-text-yellow-500 {
color: #ecc94b !important;
}
.sm\:tw-text-yellow-600 {
color: #d69e2e !important;
}
.sm\:tw-text-yellow-700 {
color: #b7791f !important;
}
.sm\:tw-text-yellow-800 {
color: #975a16 !important;
}
.sm\:tw-text-yellow-900 {
color: #744210 !important;
}
.sm\:tw-text-green-100 {
color: #f0fff4 !important;
}
.sm\:tw-text-green-200 {
color: #c6f6d5 !important;
}
.sm\:tw-text-green-300 {
color: #9ae6b4 !important;
}
.sm\:tw-text-green-400 {
color: #68d391 !important;
}
.sm\:tw-text-green-500 {
color: #48bb78 !important;
}
.sm\:tw-text-green-600 {
color: #38a169 !important;
}
.sm\:tw-text-green-700 {
color: #2f855a !important;
}
.sm\:tw-text-green-800 {
color: #276749 !important;
}
.sm\:tw-text-green-900 {
color: #22543d !important;
}
.sm\:tw-text-teal-100 {
color: #e6fffa !important;
}
.sm\:tw-text-teal-200 {
color: #b2f5ea !important;
}
.sm\:tw-text-teal-300 {
color: #81e6d9 !important;
}
.sm\:tw-text-teal-400 {
color: #4fd1c5 !important;
}
.sm\:tw-text-teal-500 {
color: #38b2ac !important;
}
.sm\:tw-text-teal-600 {
color: #319795 !important;
}
.sm\:tw-text-teal-700 {
color: #2c7a7b !important;
}
.sm\:tw-text-teal-800 {
color: #285e61 !important;
}
.sm\:tw-text-teal-900 {
color: #234e52 !important;
}
.sm\:tw-text-blue-100 {
color: #ebf8ff !important;
}
.sm\:tw-text-blue-200 {
color: #bee3f8 !important;
}
.sm\:tw-text-blue-300 {
color: #90cdf4 !important;
}
.sm\:tw-text-blue-400 {
color: #63b3ed !important;
}
.sm\:tw-text-blue-500 {
color: #4299e1 !important;
}
.sm\:tw-text-blue-600 {
color: #3182ce !important;
}
.sm\:tw-text-blue-700 {
color: #2b6cb0 !important;
}
.sm\:tw-text-blue-800 {
color: #2c5282 !important;
}
.sm\:tw-text-blue-900 {
color: #2a4365 !important;
}
.sm\:tw-text-indigo-100 {
color: #ebf4ff !important;
}
.sm\:tw-text-indigo-200 {
color: #c3dafe !important;
}
.sm\:tw-text-indigo-300 {
color: #a3bffa !important;
}
.sm\:tw-text-indigo-400 {
color: #7f9cf5 !important;
}
.sm\:tw-text-indigo-500 {
color: #667eea !important;
}
.sm\:tw-text-indigo-600 {
color: #5a67d8 !important;
}
.sm\:tw-text-indigo-700 {
color: #4c51bf !important;
}
.sm\:tw-text-indigo-800 {
color: #434190 !important;
}
.sm\:tw-text-indigo-900 {
color: #3c366b !important;
}
.sm\:tw-text-purple-100 {
color: #faf5ff !important;
}
.sm\:tw-text-purple-200 {
color: #e9d8fd !important;
}
.sm\:tw-text-purple-300 {
color: #d6bcfa !important;
}
.sm\:tw-text-purple-400 {
color: #b794f4 !important;
}
.sm\:tw-text-purple-500 {
color: #9f7aea !important;
}
.sm\:tw-text-purple-600 {
color: #805ad5 !important;
}
.sm\:tw-text-purple-700 {
color: #6b46c1 !important;
}
.sm\:tw-text-purple-800 {
color: #553c9a !important;
}
.sm\:tw-text-purple-900 {
color: #44337a !important;
}
.sm\:tw-text-pink-100 {
color: #fff5f7 !important;
}
.sm\:tw-text-pink-200 {
color: #fed7e2 !important;
}
.sm\:tw-text-pink-300 {
color: #fbb6ce !important;
}
.sm\:tw-text-pink-400 {
color: #f687b3 !important;
}
.sm\:tw-text-pink-500 {
color: #ed64a6 !important;
}
.sm\:tw-text-pink-600 {
color: #d53f8c !important;
}
.sm\:tw-text-pink-700 {
color: #b83280 !important;
}
.sm\:tw-text-pink-800 {
color: #97266d !important;
}
.sm\:tw-text-pink-900 {
color: #702459 !important;
}
.sm\:hover\:tw-text-transparent:hover {
color: transparent !important;
}
.sm\:hover\:tw-text-black:hover {
color: #000 !important;
}
.sm\:hover\:tw-text-white:hover {
color: #fff !important;
}
.sm\:hover\:tw-text-gray-100:hover {
color: #f7fafc !important;
}
.sm\:hover\:tw-text-gray-200:hover {
color: #edf2f7 !important;
}
.sm\:hover\:tw-text-gray-300:hover {
color: #e2e8f0 !important;
}
.sm\:hover\:tw-text-gray-400:hover {
color: #cbd5e0 !important;
}
.sm\:hover\:tw-text-gray-500:hover {
color: #a0aec0 !important;
}
.sm\:hover\:tw-text-gray-600:hover {
color: #718096 !important;
}
.sm\:hover\:tw-text-gray-700:hover {
color: #4a5568 !important;
}
.sm\:hover\:tw-text-gray-800:hover {
color: #2d3748 !important;
}
.sm\:hover\:tw-text-gray-900:hover {
color: #1a202c !important;
}
.sm\:hover\:tw-text-red-100:hover {
color: #fff5f5 !important;
}
.sm\:hover\:tw-text-red-200:hover {
color: #fed7d7 !important;
}
.sm\:hover\:tw-text-red-300:hover {
color: #feb2b2 !important;
}
.sm\:hover\:tw-text-red-400:hover {
color: #fc8181 !important;
}
.sm\:hover\:tw-text-red-500:hover {
color: #f56565 !important;
}
.sm\:hover\:tw-text-red-600:hover {
color: #e53e3e !important;
}
.sm\:hover\:tw-text-red-700:hover {
color: #c53030 !important;
}
.sm\:hover\:tw-text-red-800:hover {
color: #9b2c2c !important;
}
.sm\:hover\:tw-text-red-900:hover {
color: #742a2a !important;
}
.sm\:hover\:tw-text-orange-100:hover {
color: #fffaf0 !important;
}
.sm\:hover\:tw-text-orange-200:hover {
color: #feebc8 !important;
}
.sm\:hover\:tw-text-orange-300:hover {
color: #fbd38d !important;
}
.sm\:hover\:tw-text-orange-400:hover {
color: #f6ad55 !important;
}
.sm\:hover\:tw-text-orange-500:hover {
color: #ed8936 !important;
}
.sm\:hover\:tw-text-orange-600:hover {
color: #dd6b20 !important;
}
.sm\:hover\:tw-text-orange-700:hover {
color: #c05621 !important;
}
.sm\:hover\:tw-text-orange-800:hover {
color: #9c4221 !important;
}
.sm\:hover\:tw-text-orange-900:hover {
color: #7b341e !important;
}
.sm\:hover\:tw-text-yellow-100:hover {
color: #fffff0 !important;
}
.sm\:hover\:tw-text-yellow-200:hover {
color: #fefcbf !important;
}
.sm\:hover\:tw-text-yellow-300:hover {
color: #faf089 !important;
}
.sm\:hover\:tw-text-yellow-400:hover {
color: #f6e05e !important;
}
.sm\:hover\:tw-text-yellow-500:hover {
color: #ecc94b !important;
}
.sm\:hover\:tw-text-yellow-600:hover {
color: #d69e2e !important;
}
.sm\:hover\:tw-text-yellow-700:hover {
color: #b7791f !important;
}
.sm\:hover\:tw-text-yellow-800:hover {
color: #975a16 !important;
}
.sm\:hover\:tw-text-yellow-900:hover {
color: #744210 !important;
}
.sm\:hover\:tw-text-green-100:hover {
color: #f0fff4 !important;
}
.sm\:hover\:tw-text-green-200:hover {
color: #c6f6d5 !important;
}
.sm\:hover\:tw-text-green-300:hover {
color: #9ae6b4 !important;
}
.sm\:hover\:tw-text-green-400:hover {
color: #68d391 !important;
}
.sm\:hover\:tw-text-green-500:hover {
color: #48bb78 !important;
}
.sm\:hover\:tw-text-green-600:hover {
color: #38a169 !important;
}
.sm\:hover\:tw-text-green-700:hover {
color: #2f855a !important;
}
.sm\:hover\:tw-text-green-800:hover {
color: #276749 !important;
}
.sm\:hover\:tw-text-green-900:hover {
color: #22543d !important;
}
.sm\:hover\:tw-text-teal-100:hover {
color: #e6fffa !important;
}
.sm\:hover\:tw-text-teal-200:hover {
color: #b2f5ea !important;
}
.sm\:hover\:tw-text-teal-300:hover {
color: #81e6d9 !important;
}
.sm\:hover\:tw-text-teal-400:hover {
color: #4fd1c5 !important;
}
.sm\:hover\:tw-text-teal-500:hover {
color: #38b2ac !important;
}
.sm\:hover\:tw-text-teal-600:hover {
color: #319795 !important;
}
.sm\:hover\:tw-text-teal-700:hover {
color: #2c7a7b !important;
}
.sm\:hover\:tw-text-teal-800:hover {
color: #285e61 !important;
}
.sm\:hover\:tw-text-teal-900:hover {
color: #234e52 !important;
}
.sm\:hover\:tw-text-blue-100:hover {
color: #ebf8ff !important;
}
.sm\:hover\:tw-text-blue-200:hover {
color: #bee3f8 !important;
}
.sm\:hover\:tw-text-blue-300:hover {
color: #90cdf4 !important;
}
.sm\:hover\:tw-text-blue-400:hover {
color: #63b3ed !important;
}
.sm\:hover\:tw-text-blue-500:hover {
color: #4299e1 !important;
}
.sm\:hover\:tw-text-blue-600:hover {
color: #3182ce !important;
}
.sm\:hover\:tw-text-blue-700:hover {
color: #2b6cb0 !important;
}
.sm\:hover\:tw-text-blue-800:hover {
color: #2c5282 !important;
}
.sm\:hover\:tw-text-blue-900:hover {
color: #2a4365 !important;
}
.sm\:hover\:tw-text-indigo-100:hover {
color: #ebf4ff !important;
}
.sm\:hover\:tw-text-indigo-200:hover {
color: #c3dafe !important;
}
.sm\:hover\:tw-text-indigo-300:hover {
color: #a3bffa !important;
}
.sm\:hover\:tw-text-indigo-400:hover {
color: #7f9cf5 !important;
}
.sm\:hover\:tw-text-indigo-500:hover {
color: #667eea !important;
}
.sm\:hover\:tw-text-indigo-600:hover {
color: #5a67d8 !important;
}
.sm\:hover\:tw-text-indigo-700:hover {
color: #4c51bf !important;
}
.sm\:hover\:tw-text-indigo-800:hover {
color: #434190 !important;
}
.sm\:hover\:tw-text-indigo-900:hover {
color: #3c366b !important;
}
.sm\:hover\:tw-text-purple-100:hover {
color: #faf5ff !important;
}
.sm\:hover\:tw-text-purple-200:hover {
color: #e9d8fd !important;
}
.sm\:hover\:tw-text-purple-300:hover {
color: #d6bcfa !important;
}
.sm\:hover\:tw-text-purple-400:hover {
color: #b794f4 !important;
}
.sm\:hover\:tw-text-purple-500:hover {
color: #9f7aea !important;
}
.sm\:hover\:tw-text-purple-600:hover {
color: #805ad5 !important;
}
.sm\:hover\:tw-text-purple-700:hover {
color: #6b46c1 !important;
}
.sm\:hover\:tw-text-purple-800:hover {
color: #553c9a !important;
}
.sm\:hover\:tw-text-purple-900:hover {
color: #44337a !important;
}
.sm\:hover\:tw-text-pink-100:hover {
color: #fff5f7 !important;
}
.sm\:hover\:tw-text-pink-200:hover {
color: #fed7e2 !important;
}
.sm\:hover\:tw-text-pink-300:hover {
color: #fbb6ce !important;
}
.sm\:hover\:tw-text-pink-400:hover {
color: #f687b3 !important;
}
.sm\:hover\:tw-text-pink-500:hover {
color: #ed64a6 !important;
}
.sm\:hover\:tw-text-pink-600:hover {
color: #d53f8c !important;
}
.sm\:hover\:tw-text-pink-700:hover {
color: #b83280 !important;
}
.sm\:hover\:tw-text-pink-800:hover {
color: #97266d !important;
}
.sm\:hover\:tw-text-pink-900:hover {
color: #702459 !important;
}
.sm\:focus\:tw-text-transparent:focus {
color: transparent !important;
}
.sm\:focus\:tw-text-black:focus {
color: #000 !important;
}
.sm\:focus\:tw-text-white:focus {
color: #fff !important;
}
.sm\:focus\:tw-text-gray-100:focus {
color: #f7fafc !important;
}
.sm\:focus\:tw-text-gray-200:focus {
color: #edf2f7 !important;
}
.sm\:focus\:tw-text-gray-300:focus {
color: #e2e8f0 !important;
}
.sm\:focus\:tw-text-gray-400:focus {
color: #cbd5e0 !important;
}
.sm\:focus\:tw-text-gray-500:focus {
color: #a0aec0 !important;
}
.sm\:focus\:tw-text-gray-600:focus {
color: #718096 !important;
}
.sm\:focus\:tw-text-gray-700:focus {
color: #4a5568 !important;
}
.sm\:focus\:tw-text-gray-800:focus {
color: #2d3748 !important;
}
.sm\:focus\:tw-text-gray-900:focus {
color: #1a202c !important;
}
.sm\:focus\:tw-text-red-100:focus {
color: #fff5f5 !important;
}
.sm\:focus\:tw-text-red-200:focus {
color: #fed7d7 !important;
}
.sm\:focus\:tw-text-red-300:focus {
color: #feb2b2 !important;
}
.sm\:focus\:tw-text-red-400:focus {
color: #fc8181 !important;
}
.sm\:focus\:tw-text-red-500:focus {
color: #f56565 !important;
}
.sm\:focus\:tw-text-red-600:focus {
color: #e53e3e !important;
}
.sm\:focus\:tw-text-red-700:focus {
color: #c53030 !important;
}
.sm\:focus\:tw-text-red-800:focus {
color: #9b2c2c !important;
}
.sm\:focus\:tw-text-red-900:focus {
color: #742a2a !important;
}
.sm\:focus\:tw-text-orange-100:focus {
color: #fffaf0 !important;
}
.sm\:focus\:tw-text-orange-200:focus {
color: #feebc8 !important;
}
.sm\:focus\:tw-text-orange-300:focus {
color: #fbd38d !important;
}
.sm\:focus\:tw-text-orange-400:focus {
color: #f6ad55 !important;
}
.sm\:focus\:tw-text-orange-500:focus {
color: #ed8936 !important;
}
.sm\:focus\:tw-text-orange-600:focus {
color: #dd6b20 !important;
}
.sm\:focus\:tw-text-orange-700:focus {
color: #c05621 !important;
}
.sm\:focus\:tw-text-orange-800:focus {
color: #9c4221 !important;
}
.sm\:focus\:tw-text-orange-900:focus {
color: #7b341e !important;
}
.sm\:focus\:tw-text-yellow-100:focus {
color: #fffff0 !important;
}
.sm\:focus\:tw-text-yellow-200:focus {
color: #fefcbf !important;
}
.sm\:focus\:tw-text-yellow-300:focus {
color: #faf089 !important;
}
.sm\:focus\:tw-text-yellow-400:focus {
color: #f6e05e !important;
}
.sm\:focus\:tw-text-yellow-500:focus {
color: #ecc94b !important;
}
.sm\:focus\:tw-text-yellow-600:focus {
color: #d69e2e !important;
}
.sm\:focus\:tw-text-yellow-700:focus {
color: #b7791f !important;
}
.sm\:focus\:tw-text-yellow-800:focus {
color: #975a16 !important;
}
.sm\:focus\:tw-text-yellow-900:focus {
color: #744210 !important;
}
.sm\:focus\:tw-text-green-100:focus {
color: #f0fff4 !important;
}
.sm\:focus\:tw-text-green-200:focus {
color: #c6f6d5 !important;
}
.sm\:focus\:tw-text-green-300:focus {
color: #9ae6b4 !important;
}
.sm\:focus\:tw-text-green-400:focus {
color: #68d391 !important;
}
.sm\:focus\:tw-text-green-500:focus {
color: #48bb78 !important;
}
.sm\:focus\:tw-text-green-600:focus {
color: #38a169 !important;
}
.sm\:focus\:tw-text-green-700:focus {
color: #2f855a !important;
}
.sm\:focus\:tw-text-green-800:focus {
color: #276749 !important;
}
.sm\:focus\:tw-text-green-900:focus {
color: #22543d !important;
}
.sm\:focus\:tw-text-teal-100:focus {
color: #e6fffa !important;
}
.sm\:focus\:tw-text-teal-200:focus {
color: #b2f5ea !important;
}
.sm\:focus\:tw-text-teal-300:focus {
color: #81e6d9 !important;
}
.sm\:focus\:tw-text-teal-400:focus {
color: #4fd1c5 !important;
}
.sm\:focus\:tw-text-teal-500:focus {
color: #38b2ac !important;
}
.sm\:focus\:tw-text-teal-600:focus {
color: #319795 !important;
}
.sm\:focus\:tw-text-teal-700:focus {
color: #2c7a7b !important;
}
.sm\:focus\:tw-text-teal-800:focus {
color: #285e61 !important;
}
.sm\:focus\:tw-text-teal-900:focus {
color: #234e52 !important;
}
.sm\:focus\:tw-text-blue-100:focus {
color: #ebf8ff !important;
}
.sm\:focus\:tw-text-blue-200:focus {
color: #bee3f8 !important;
}
.sm\:focus\:tw-text-blue-300:focus {
color: #90cdf4 !important;
}
.sm\:focus\:tw-text-blue-400:focus {
color: #63b3ed !important;
}
.sm\:focus\:tw-text-blue-500:focus {
color: #4299e1 !important;
}
.sm\:focus\:tw-text-blue-600:focus {
color: #3182ce !important;
}
.sm\:focus\:tw-text-blue-700:focus {
color: #2b6cb0 !important;
}
.sm\:focus\:tw-text-blue-800:focus {
color: #2c5282 !important;
}
.sm\:focus\:tw-text-blue-900:focus {
color: #2a4365 !important;
}
.sm\:focus\:tw-text-indigo-100:focus {
color: #ebf4ff !important;
}
.sm\:focus\:tw-text-indigo-200:focus {
color: #c3dafe !important;
}
.sm\:focus\:tw-text-indigo-300:focus {
color: #a3bffa !important;
}
.sm\:focus\:tw-text-indigo-400:focus {
color: #7f9cf5 !important;
}
.sm\:focus\:tw-text-indigo-500:focus {
color: #667eea !important;
}
.sm\:focus\:tw-text-indigo-600:focus {
color: #5a67d8 !important;
}
.sm\:focus\:tw-text-indigo-700:focus {
color: #4c51bf !important;
}
.sm\:focus\:tw-text-indigo-800:focus {
color: #434190 !important;
}
.sm\:focus\:tw-text-indigo-900:focus {
color: #3c366b !important;
}
.sm\:focus\:tw-text-purple-100:focus {
color: #faf5ff !important;
}
.sm\:focus\:tw-text-purple-200:focus {
color: #e9d8fd !important;
}
.sm\:focus\:tw-text-purple-300:focus {
color: #d6bcfa !important;
}
.sm\:focus\:tw-text-purple-400:focus {
color: #b794f4 !important;
}
.sm\:focus\:tw-text-purple-500:focus {
color: #9f7aea !important;
}
.sm\:focus\:tw-text-purple-600:focus {
color: #805ad5 !important;
}
.sm\:focus\:tw-text-purple-700:focus {
color: #6b46c1 !important;
}
.sm\:focus\:tw-text-purple-800:focus {
color: #553c9a !important;
}
.sm\:focus\:tw-text-purple-900:focus {
color: #44337a !important;
}
.sm\:focus\:tw-text-pink-100:focus {
color: #fff5f7 !important;
}
.sm\:focus\:tw-text-pink-200:focus {
color: #fed7e2 !important;
}
.sm\:focus\:tw-text-pink-300:focus {
color: #fbb6ce !important;
}
.sm\:focus\:tw-text-pink-400:focus {
color: #f687b3 !important;
}
.sm\:focus\:tw-text-pink-500:focus {
color: #ed64a6 !important;
}
.sm\:focus\:tw-text-pink-600:focus {
color: #d53f8c !important;
}
.sm\:focus\:tw-text-pink-700:focus {
color: #b83280 !important;
}
.sm\:focus\:tw-text-pink-800:focus {
color: #97266d !important;
}
.sm\:focus\:tw-text-pink-900:focus {
color: #702459 !important;
}
.sm\:tw-text-xs {
font-size: .75rem !important;
}
.sm\:tw-text-sm {
font-size: .875rem !important;
}
.sm\:tw-text-base {
font-size: 1rem !important;
}
.sm\:tw-text-lg {
font-size: 1.125rem !important;
}
.sm\:tw-text-xl {
font-size: 1.25rem !important;
}
.sm\:tw-text-2xl {
font-size: 1.5rem !important;
}
.sm\:tw-text-3xl {
font-size: 1.875rem !important;
}
.sm\:tw-text-4xl {
font-size: 2.25rem !important;
}
.sm\:tw-text-5xl {
font-size: 3rem !important;
}
.sm\:tw-text-6xl {
font-size: 4rem !important;
}
.sm\:tw-italic {
font-style: italic !important;
}
.sm\:tw-not-italic {
font-style: normal !important;
}
.sm\:tw-uppercase {
text-transform: uppercase !important;
}
.sm\:tw-lowercase {
text-transform: lowercase !important;
}
.sm\:tw-capitalize {
text-transform: capitalize !important;
}
.sm\:tw-normal-case {
text-transform: none !important;
}
.sm\:tw-underline {
text-decoration: underline !important;
}
.sm\:tw-line-through {
text-decoration: line-through !important;
}
.sm\:tw-no-underline {
text-decoration: none !important;
}
.sm\:hover\:tw-underline:hover {
text-decoration: underline !important;
}
.sm\:hover\:tw-line-through:hover {
text-decoration: line-through !important;
}
.sm\:hover\:tw-no-underline:hover {
text-decoration: none !important;
}
.sm\:focus\:tw-underline:focus {
text-decoration: underline !important;
}
.sm\:focus\:tw-line-through:focus {
text-decoration: line-through !important;
}
.sm\:focus\:tw-no-underline:focus {
text-decoration: none !important;
}
.sm\:tw-antialiased {
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
.sm\:tw-subpixel-antialiased {
-webkit-font-smoothing: auto !important;
-moz-osx-font-smoothing: auto !important;
}
.sm\:tw-tracking-tighter {
letter-spacing: -.05em !important;
}
.sm\:tw-tracking-tight {
letter-spacing: -.025em !important;
}
.sm\:tw-tracking-normal {
letter-spacing: 0 !important;
}
.sm\:tw-tracking-wide {
letter-spacing: .025em !important;
}
.sm\:tw-tracking-wider {
letter-spacing: .05em !important;
}
.sm\:tw-tracking-widest {
letter-spacing: .1em !important;
}
.sm\:tw-select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.sm\:tw-select-text {
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;
}
.sm\:tw-align-baseline {
vertical-align: baseline !important;
}
.sm\:tw-align-top {
vertical-align: top !important;
}
.sm\:tw-align-middle {
vertical-align: middle !important;
}
.sm\:tw-align-bottom {
vertical-align: bottom !important;
}
.sm\:tw-align-text-top {
vertical-align: text-top !important;
}
.sm\:tw-align-text-bottom {
vertical-align: text-bottom !important;
}
.sm\:tw-visible {
visibility: visible !important;
}
.sm\:tw-invisible {
visibility: hidden !important;
}
.sm\:tw-whitespace-normal {
white-space: normal !important;
}
.sm\:tw-whitespace-no-wrap {
white-space: nowrap !important;
}
.sm\:tw-whitespace-pre {
white-space: pre !important;
}
.sm\:tw-whitespace-pre-line {
white-space: pre-line !important;
}
.sm\:tw-whitespace-pre-wrap {
white-space: pre-wrap !important;
}
.sm\:tw-break-normal {
overflow-wrap: normal !important;
word-break: normal !important;
}
.sm\:tw-break-words {
overflow-wrap: break-word !important;
}
.sm\:tw-break-all {
word-break: break-all !important;
}
.sm\:tw-truncate {
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}
.sm\:tw-w-0 {
width: 0 !important;
}
.sm\:tw-w-1 {
width: .25rem !important;
}
.sm\:tw-w-2 {
width: .5rem !important;
}
.sm\:tw-w-3 {
width: .75rem !important;
}
.sm\:tw-w-4 {
width: 1rem !important;
}
.sm\:tw-w-5 {
width: 1.25rem !important;
}
.sm\:tw-w-6 {
width: 1.5rem !important;
}
.sm\:tw-w-8 {
width: 2rem !important;
}
.sm\:tw-w-10 {
width: 2.5rem !important;
}
.sm\:tw-w-12 {
width: 3rem !important;
}
.sm\:tw-w-16 {
width: 4rem !important;
}
.sm\:tw-w-20 {
width: 5rem !important;
}
.sm\:tw-w-24 {
width: 6rem !important;
}
.sm\:tw-w-32 {
width: 8rem !important;
}
.sm\:tw-w-40 {
width: 10rem !important;
}
.sm\:tw-w-48 {
width: 12rem !important;
}
.sm\:tw-w-56 {
width: 14rem !important;
}
.sm\:tw-w-64 {
width: 16rem !important;
}
.sm\:tw-w-auto {
width: auto !important;
}
.sm\:tw-w-px {
width: 1px !important;
}
.sm\:tw-w-1\/2 {
width: 50% !important;
}
.sm\:tw-w-1\/3 {
width: 33.33333% !important;
}
.sm\:tw-w-2\/3 {
width: 66.66667% !important;
}
.sm\:tw-w-1\/4 {
width: 25% !important;
}
.sm\:tw-w-3\/4 {
width: 75% !important;
}
.sm\:tw-w-1\/5 {
width: 20% !important;
}
.sm\:tw-w-2\/5 {
width: 40% !important;
}
.sm\:tw-w-3\/5 {
width: 60% !important;
}
.sm\:tw-w-4\/5 {
width: 80% !important;
}
.sm\:tw-w-1\/6 {
width: 16.66667% !important;
}
.sm\:tw-w-5\/6 {
width: 83.33333% !important;
}
.sm\:tw-w-full {
width: 100% !important;
}
.sm\:tw-w-screen {
width: 100vw !important;
}
.sm\:tw-z-0 {
z-index: 0 !important;
}
.sm\:tw-z-10 {
z-index: 10 !important;
}
.sm\:tw-z-20 {
z-index: 20 !important;
}
.sm\:tw-z-30 {
z-index: 30 !important;
}
.sm\:tw-z-40 {
z-index: 40 !important;
}
.sm\:tw-z-50 {
z-index: 50 !important;
}
.sm\:tw-z-auto {
z-index: auto !important;
}
}
@media (min-width: 768px) {
.md\:tw-appearance-none {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
}
.md\:tw-bg-fixed {
background-attachment: fixed !important;
}
.md\:tw-bg-local {
background-attachment: local !important;
}
.md\:tw-bg-scroll {
background-attachment: scroll !important;
}
.md\:tw-bg-transparent {
background-color: transparent !important;
}
.md\:tw-bg-black {
background-color: #000 !important;
}
.md\:tw-bg-white {
background-color: #fff !important;
}
.md\:tw-bg-gray-100 {
background-color: #f7fafc !important;
}
.md\:tw-bg-gray-200 {
background-color: #edf2f7 !important;
}
.md\:tw-bg-gray-300 {
background-color: #e2e8f0 !important;
}
.md\:tw-bg-gray-400 {
background-color: #cbd5e0 !important;
}
.md\:tw-bg-gray-500 {
background-color: #a0aec0 !important;
}
.md\:tw-bg-gray-600 {
background-color: #718096 !important;
}
.md\:tw-bg-gray-700 {
background-color: #4a5568 !important;
}
.md\:tw-bg-gray-800 {
background-color: #2d3748 !important;
}
.md\:tw-bg-gray-900 {
background-color: #1a202c !important;
}
.md\:tw-bg-red-100 {
background-color: #fff5f5 !important;
}
.md\:tw-bg-red-200 {
background-color: #fed7d7 !important;
}
.md\:tw-bg-red-300 {
background-color: #feb2b2 !important;
}
.md\:tw-bg-red-400 {
background-color: #fc8181 !important;
}
.md\:tw-bg-red-500 {
background-color: #f56565 !important;
}
.md\:tw-bg-red-600 {
background-color: #e53e3e !important;
}
.md\:tw-bg-red-700 {
background-color: #c53030 !important;
}
.md\:tw-bg-red-800 {
background-color: #9b2c2c !important;
}
.md\:tw-bg-red-900 {
background-color: #742a2a !important;
}
.md\:tw-bg-orange-100 {
background-color: #fffaf0 !important;
}
.md\:tw-bg-orange-200 {
background-color: #feebc8 !important;
}
.md\:tw-bg-orange-300 {
background-color: #fbd38d !important;
}
.md\:tw-bg-orange-400 {
background-color: #f6ad55 !important;
}
.md\:tw-bg-orange-500 {
background-color: #ed8936 !important;
}
.md\:tw-bg-orange-600 {
background-color: #dd6b20 !important;
}
.md\:tw-bg-orange-700 {
background-color: #c05621 !important;
}
.md\:tw-bg-orange-800 {
background-color: #9c4221 !important;
}
.md\:tw-bg-orange-900 {
background-color: #7b341e !important;
}
.md\:tw-bg-yellow-100 {
background-color: #fffff0 !important;
}
.md\:tw-bg-yellow-200 {
background-color: #fefcbf !important;
}
.md\:tw-bg-yellow-300 {
background-color: #faf089 !important;
}
.md\:tw-bg-yellow-400 {
background-color: #f6e05e !important;
}
.md\:tw-bg-yellow-500 {
background-color: #ecc94b !important;
}
.md\:tw-bg-yellow-600 {
background-color: #d69e2e !important;
}
.md\:tw-bg-yellow-700 {
background-color: #b7791f !important;
}
.md\:tw-bg-yellow-800 {
background-color: #975a16 !important;
}
.md\:tw-bg-yellow-900 {
background-color: #744210 !important;
}
.md\:tw-bg-green-100 {
background-color: #f0fff4 !important;
}
.md\:tw-bg-green-200 {
background-color: #c6f6d5 !important;
}
.md\:tw-bg-green-300 {
background-color: #9ae6b4 !important;
}
.md\:tw-bg-green-400 {
background-color: #68d391 !important;
}
.md\:tw-bg-green-500 {
background-color: #48bb78 !important;
}
.md\:tw-bg-green-600 {
background-color: #38a169 !important;
}
.md\:tw-bg-green-700 {
background-color: #2f855a !important;
}
.md\:tw-bg-green-800 {
background-color: #276749 !important;
}
.md\:tw-bg-green-900 {
background-color: #22543d !important;
}
.md\:tw-bg-teal-100 {
background-color: #e6fffa !important;
}
.md\:tw-bg-teal-200 {
background-color: #b2f5ea !important;
}
.md\:tw-bg-teal-300 {
background-color: #81e6d9 !important;
}
.md\:tw-bg-teal-400 {
background-color: #4fd1c5 !important;
}
.md\:tw-bg-teal-500 {
background-color: #38b2ac !important;
}
.md\:tw-bg-teal-600 {
background-color: #319795 !important;
}
.md\:tw-bg-teal-700 {
background-color: #2c7a7b !important;
}
.md\:tw-bg-teal-800 {
background-color: #285e61 !important;
}
.md\:tw-bg-teal-900 {
background-color: #234e52 !important;
}
.md\:tw-bg-blue-100 {
background-color: #ebf8ff !important;
}
.md\:tw-bg-blue-200 {
background-color: #bee3f8 !important;
}
.md\:tw-bg-blue-300 {
background-color: #90cdf4 !important;
}
.md\:tw-bg-blue-400 {
background-color: #63b3ed !important;
}
.md\:tw-bg-blue-500 {
background-color: #4299e1 !important;
}
.md\:tw-bg-blue-600 {
background-color: #3182ce !important;
}
.md\:tw-bg-blue-700 {
background-color: #2b6cb0 !important;
}
.md\:tw-bg-blue-800 {
background-color: #2c5282 !important;
}
.md\:tw-bg-blue-900 {
background-color: #2a4365 !important;
}
.md\:tw-bg-indigo-100 {
background-color: #ebf4ff !important;
}
.md\:tw-bg-indigo-200 {
background-color: #c3dafe !important;
}
.md\:tw-bg-indigo-300 {
background-color: #a3bffa !important;
}
.md\:tw-bg-indigo-400 {
background-color: #7f9cf5 !important;
}
.md\:tw-bg-indigo-500 {
background-color: #667eea !important;
}
.md\:tw-bg-indigo-600 {
background-color: #5a67d8 !important;
}
.md\:tw-bg-indigo-700 {
background-color: #4c51bf !important;
}
.md\:tw-bg-indigo-800 {
background-color: #434190 !important;
}
.md\:tw-bg-indigo-900 {
background-color: #3c366b !important;
}
.md\:tw-bg-purple-100 {
background-color: #faf5ff !important;
}
.md\:tw-bg-purple-200 {
background-color: #e9d8fd !important;
}
.md\:tw-bg-purple-300 {
background-color: #d6bcfa !important;
}
.md\:tw-bg-purple-400 {
background-color: #b794f4 !important;
}
.md\:tw-bg-purple-500 {
background-color: #9f7aea !important;
}
.md\:tw-bg-purple-600 {
background-color: #805ad5 !important;
}
.md\:tw-bg-purple-700 {
background-color: #6b46c1 !important;
}
.md\:tw-bg-purple-800 {
background-color: #553c9a !important;
}
.md\:tw-bg-purple-900 {
background-color: #44337a !important;
}
.md\:tw-bg-pink-100 {
background-color: #fff5f7 !important;
}
.md\:tw-bg-pink-200 {
background-color: #fed7e2 !important;
}
.md\:tw-bg-pink-300 {
background-color: #fbb6ce !important;
}
.md\:tw-bg-pink-400 {
background-color: #f687b3 !important;
}
.md\:tw-bg-pink-500 {
background-color: #ed64a6 !important;
}
.md\:tw-bg-pink-600 {
background-color: #d53f8c !important;
}
.md\:tw-bg-pink-700 {
background-color: #b83280 !important;
}
.md\:tw-bg-pink-800 {
background-color: #97266d !important;
}
.md\:tw-bg-pink-900 {
background-color: #702459 !important;
}
.md\:hover\:tw-bg-transparent:hover {
background-color: transparent !important;
}
.md\:hover\:tw-bg-black:hover {
background-color: #000 !important;
}
.md\:hover\:tw-bg-white:hover {
background-color: #fff !important;
}
.md\:hover\:tw-bg-gray-100:hover {
background-color: #f7fafc !important;
}
.md\:hover\:tw-bg-gray-200:hover {
background-color: #edf2f7 !important;
}
.md\:hover\:tw-bg-gray-300:hover {
background-color: #e2e8f0 !important;
}
.md\:hover\:tw-bg-gray-400:hover {
background-color: #cbd5e0 !important;
}
.md\:hover\:tw-bg-gray-500:hover {
background-color: #a0aec0 !important;
}
.md\:hover\:tw-bg-gray-600:hover {
background-color: #718096 !important;
}
.md\:hover\:tw-bg-gray-700:hover {
background-color: #4a5568 !important;
}
.md\:hover\:tw-bg-gray-800:hover {
background-color: #2d3748 !important;
}
.md\:hover\:tw-bg-gray-900:hover {
background-color: #1a202c !important;
}
.md\:hover\:tw-bg-red-100:hover {
background-color: #fff5f5 !important;
}
.md\:hover\:tw-bg-red-200:hover {
background-color: #fed7d7 !important;
}
.md\:hover\:tw-bg-red-300:hover {
background-color: #feb2b2 !important;
}
.md\:hover\:tw-bg-red-400:hover {
background-color: #fc8181 !important;
}
.md\:hover\:tw-bg-red-500:hover {
background-color: #f56565 !important;
}
.md\:hover\:tw-bg-red-600:hover {
background-color: #e53e3e !important;
}
.md\:hover\:tw-bg-red-700:hover {
background-color: #c53030 !important;
}
.md\:hover\:tw-bg-red-800:hover {
background-color: #9b2c2c !important;
}
.md\:hover\:tw-bg-red-900:hover {
background-color: #742a2a !important;
}
.md\:hover\:tw-bg-orange-100:hover {
background-color: #fffaf0 !important;
}
.md\:hover\:tw-bg-orange-200:hover {
background-color: #feebc8 !important;
}
.md\:hover\:tw-bg-orange-300:hover {
background-color: #fbd38d !important;
}
.md\:hover\:tw-bg-orange-400:hover {
background-color: #f6ad55 !important;
}
.md\:hover\:tw-bg-orange-500:hover {
background-color: #ed8936 !important;
}
.md\:hover\:tw-bg-orange-600:hover {
background-color: #dd6b20 !important;
}
.md\:hover\:tw-bg-orange-700:hover {
background-color: #c05621 !important;
}
.md\:hover\:tw-bg-orange-800:hover {
background-color: #9c4221 !important;
}
.md\:hover\:tw-bg-orange-900:hover {
background-color: #7b341e !important;
}
.md\:hover\:tw-bg-yellow-100:hover {
background-color: #fffff0 !important;
}
.md\:hover\:tw-bg-yellow-200:hover {
background-color: #fefcbf !important;
}
.md\:hover\:tw-bg-yellow-300:hover {
background-color: #faf089 !important;
}
.md\:hover\:tw-bg-yellow-400:hover {
background-color: #f6e05e !important;
}
.md\:hover\:tw-bg-yellow-500:hover {
background-color: #ecc94b !important;
}
.md\:hover\:tw-bg-yellow-600:hover {
background-color: #d69e2e !important;
}
.md\:hover\:tw-bg-yellow-700:hover {
background-color: #b7791f !important;
}
.md\:hover\:tw-bg-yellow-800:hover {
background-color: #975a16 !important;
}
.md\:hover\:tw-bg-yellow-900:hover {
background-color: #744210 !important;
}
.md\:hover\:tw-bg-green-100:hover {
background-color: #f0fff4 !important;
}
.md\:hover\:tw-bg-green-200:hover {
background-color: #c6f6d5 !important;
}
.md\:hover\:tw-bg-green-300:hover {
background-color: #9ae6b4 !important;
}
.md\:hover\:tw-bg-green-400:hover {
background-color: #68d391 !important;
}
.md\:hover\:tw-bg-green-500:hover {
background-color: #48bb78 !important;
}
.md\:hover\:tw-bg-green-600:hover {
background-color: #38a169 !important;
}
.md\:hover\:tw-bg-green-700:hover {
background-color: #2f855a !important;
}
.md\:hover\:tw-bg-green-800:hover {
background-color: #276749 !important;
}
.md\:hover\:tw-bg-green-900:hover {
background-color: #22543d !important;
}
.md\:hover\:tw-bg-teal-100:hover {
background-color: #e6fffa !important;
}
.md\:hover\:tw-bg-teal-200:hover {
background-color: #b2f5ea !important;
}
.md\:hover\:tw-bg-teal-300:hover {
background-color: #81e6d9 !important;
}
.md\:hover\:tw-bg-teal-400:hover {
background-color: #4fd1c5 !important;
}
.md\:hover\:tw-bg-teal-500:hover {
background-color: #38b2ac !important;
}
.md\:hover\:tw-bg-teal-600:hover {
background-color: #319795 !important;
}
.md\:hover\:tw-bg-teal-700:hover {
background-color: #2c7a7b !important;
}
.md\:hover\:tw-bg-teal-800:hover {
background-color: #285e61 !important;
}
.md\:hover\:tw-bg-teal-900:hover {
background-color: #234e52 !important;
}
.md\:hover\:tw-bg-blue-100:hover {
background-color: #ebf8ff !important;
}
.md\:hover\:tw-bg-blue-200:hover {
background-color: #bee3f8 !important;
}
.md\:hover\:tw-bg-blue-300:hover {
background-color: #90cdf4 !important;
}
.md\:hover\:tw-bg-blue-400:hover {
background-color: #63b3ed !important;
}
.md\:hover\:tw-bg-blue-500:hover {
background-color: #4299e1 !important;
}
.md\:hover\:tw-bg-blue-600:hover {
background-color: #3182ce !important;
}
.md\:hover\:tw-bg-blue-700:hover {
background-color: #2b6cb0 !important;
}
.md\:hover\:tw-bg-blue-800:hover {
background-color: #2c5282 !important;
}
.md\:hover\:tw-bg-blue-900:hover {
background-color: #2a4365 !important;
}
.md\:hover\:tw-bg-indigo-100:hover {
background-color: #ebf4ff !important;
}
.md\:hover\:tw-bg-indigo-200:hover {
background-color: #c3dafe !important;
}
.md\:hover\:tw-bg-indigo-300:hover {
background-color: #a3bffa !important;
}
.md\:hover\:tw-bg-indigo-400:hover {
background-color: #7f9cf5 !important;
}
.md\:hover\:tw-bg-indigo-500:hover {
background-color: #667eea !important;
}
.md\:hover\:tw-bg-indigo-600:hover {
background-color: #5a67d8 !important;
}
.md\:hover\:tw-bg-indigo-700:hover {
background-color: #4c51bf !important;
}
.md\:hover\:tw-bg-indigo-800:hover {
background-color: #434190 !important;
}
.md\:hover\:tw-bg-indigo-900:hover {
background-color: #3c366b !important;
}
.md\:hover\:tw-bg-purple-100:hover {
background-color: #faf5ff !important;
}
.md\:hover\:tw-bg-purple-200:hover {
background-color: #e9d8fd !important;
}
.md\:hover\:tw-bg-purple-300:hover {
background-color: #d6bcfa !important;
}
.md\:hover\:tw-bg-purple-400:hover {
background-color: #b794f4 !important;
}
.md\:hover\:tw-bg-purple-500:hover {
background-color: #9f7aea !important;
}
.md\:hover\:tw-bg-purple-600:hover {
background-color: #805ad5 !important;
}
.md\:hover\:tw-bg-purple-700:hover {
background-color: #6b46c1 !important;
}
.md\:hover\:tw-bg-purple-800:hover {
background-color: #553c9a !important;
}
.md\:hover\:tw-bg-purple-900:hover {
background-color: #44337a !important;
}
.md\:hover\:tw-bg-pink-100:hover {
background-color: #fff5f7 !important;
}
.md\:hover\:tw-bg-pink-200:hover {
background-color: #fed7e2 !important;
}
.md\:hover\:tw-bg-pink-300:hover {
background-color: #fbb6ce !important;
}
.md\:hover\:tw-bg-pink-400:hover {
background-color: #f687b3 !important;
}
.md\:hover\:tw-bg-pink-500:hover {
background-color: #ed64a6 !important;
}
.md\:hover\:tw-bg-pink-600:hover {
background-color: #d53f8c !important;
}
.md\:hover\:tw-bg-pink-700:hover {
background-color: #b83280 !important;
}
.md\:hover\:tw-bg-pink-800:hover {
background-color: #97266d !important;
}
.md\:hover\:tw-bg-pink-900:hover {
background-color: #702459 !important;
}
.md\:focus\:tw-bg-transparent:focus {
background-color: transparent !important;
}
.md\:focus\:tw-bg-black:focus {
background-color: #000 !important;
}
.md\:focus\:tw-bg-white:focus {
background-color: #fff !important;
}
.md\:focus\:tw-bg-gray-100:focus {
background-color: #f7fafc !important;
}
.md\:focus\:tw-bg-gray-200:focus {
background-color: #edf2f7 !important;
}
.md\:focus\:tw-bg-gray-300:focus {
background-color: #e2e8f0 !important;
}
.md\:focus\:tw-bg-gray-400:focus {
background-color: #cbd5e0 !important;
}
.md\:focus\:tw-bg-gray-500:focus {
background-color: #a0aec0 !important;
}
.md\:focus\:tw-bg-gray-600:focus {
background-color: #718096 !important;
}
.md\:focus\:tw-bg-gray-700:focus {
background-color: #4a5568 !important;
}
.md\:focus\:tw-bg-gray-800:focus {
background-color: #2d3748 !important;
}
.md\:focus\:tw-bg-gray-900:focus {
background-color: #1a202c !important;
}
.md\:focus\:tw-bg-red-100:focus {
background-color: #fff5f5 !important;
}
.md\:focus\:tw-bg-red-200:focus {
background-color: #fed7d7 !important;
}
.md\:focus\:tw-bg-red-300:focus {
background-color: #feb2b2 !important;
}
.md\:focus\:tw-bg-red-400:focus {
background-color: #fc8181 !important;
}
.md\:focus\:tw-bg-red-500:focus {
background-color: #f56565 !important;
}
.md\:focus\:tw-bg-red-600:focus {
background-color: #e53e3e !important;
}
.md\:focus\:tw-bg-red-700:focus {
background-color: #c53030 !important;
}
.md\:focus\:tw-bg-red-800:focus {
background-color: #9b2c2c !important;
}
.md\:focus\:tw-bg-red-900:focus {
background-color: #742a2a !important;
}
.md\:focus\:tw-bg-orange-100:focus {
background-color: #fffaf0 !important;
}
.md\:focus\:tw-bg-orange-200:focus {
background-color: #feebc8 !important;
}
.md\:focus\:tw-bg-orange-300:focus {
background-color: #fbd38d !important;
}
.md\:focus\:tw-bg-orange-400:focus {
background-color: #f6ad55 !important;
}
.md\:focus\:tw-bg-orange-500:focus {
background-color: #ed8936 !important;
}
.md\:focus\:tw-bg-orange-600:focus {
background-color: #dd6b20 !important;
}
.md\:focus\:tw-bg-orange-700:focus {
background-color: #c05621 !important;
}
.md\:focus\:tw-bg-orange-800:focus {
background-color: #9c4221 !important;
}
.md\:focus\:tw-bg-orange-900:focus {
background-color: #7b341e !important;
}
.md\:focus\:tw-bg-yellow-100:focus {
background-color: #fffff0 !important;
}
.md\:focus\:tw-bg-yellow-200:focus {
background-color: #fefcbf !important;
}
.md\:focus\:tw-bg-yellow-300:focus {
background-color: #faf089 !important;
}
.md\:focus\:tw-bg-yellow-400:focus {
background-color: #f6e05e !important;
}
.md\:focus\:tw-bg-yellow-500:focus {
background-color: #ecc94b !important;
}
.md\:focus\:tw-bg-yellow-600:focus {
background-color: #d69e2e !important;
}
.md\:focus\:tw-bg-yellow-700:focus {
background-color: #b7791f !important;
}
.md\:focus\:tw-bg-yellow-800:focus {
background-color: #975a16 !important;
}
.md\:focus\:tw-bg-yellow-900:focus {
background-color: #744210 !important;
}
.md\:focus\:tw-bg-green-100:focus {
background-color: #f0fff4 !important;
}
.md\:focus\:tw-bg-green-200:focus {
background-color: #c6f6d5 !important;
}
.md\:focus\:tw-bg-green-300:focus {
background-color: #9ae6b4 !important;
}
.md\:focus\:tw-bg-green-400:focus {
background-color: #68d391 !important;
}
.md\:focus\:tw-bg-green-500:focus {
background-color: #48bb78 !important;
}
.md\:focus\:tw-bg-green-600:focus {
background-color: #38a169 !important;
}
.md\:focus\:tw-bg-green-700:focus {
background-color: #2f855a !important;
}
.md\:focus\:tw-bg-green-800:focus {
background-color: #276749 !important;
}
.md\:focus\:tw-bg-green-900:focus {
background-color: #22543d !important;
}
.md\:focus\:tw-bg-teal-100:focus {
background-color: #e6fffa !important;
}
.md\:focus\:tw-bg-teal-200:focus {
background-color: #b2f5ea !important;
}
.md\:focus\:tw-bg-teal-300:focus {
background-color: #81e6d9 !important;
}
.md\:focus\:tw-bg-teal-400:focus {
background-color: #4fd1c5 !important;
}
.md\:focus\:tw-bg-teal-500:focus {
background-color: #38b2ac !important;
}
.md\:focus\:tw-bg-teal-600:focus {
background-color: #319795 !important;
}
.md\:focus\:tw-bg-teal-700:focus {
background-color: #2c7a7b !important;
}
.md\:focus\:tw-bg-teal-800:focus {
background-color: #285e61 !important;
}
.md\:focus\:tw-bg-teal-900:focus {
background-color: #234e52 !important;
}
.md\:focus\:tw-bg-blue-100:focus {
background-color: #ebf8ff !important;
}
.md\:focus\:tw-bg-blue-200:focus {
background-color: #bee3f8 !important;
}
.md\:focus\:tw-bg-blue-300:focus {
background-color: #90cdf4 !important;
}
.md\:focus\:tw-bg-blue-400:focus {
background-color: #63b3ed !important;
}
.md\:focus\:tw-bg-blue-500:focus {
background-color: #4299e1 !important;
}
.md\:focus\:tw-bg-blue-600:focus {
background-color: #3182ce !important;
}
.md\:focus\:tw-bg-blue-700:focus {
background-color: #2b6cb0 !important;
}
.md\:focus\:tw-bg-blue-800:focus {
background-color: #2c5282 !important;
}
.md\:focus\:tw-bg-blue-900:focus {
background-color: #2a4365 !important;
}
.md\:focus\:tw-bg-indigo-100:focus {
background-color: #ebf4ff !important;
}
.md\:focus\:tw-bg-indigo-200:focus {
background-color: #c3dafe !important;
}
.md\:focus\:tw-bg-indigo-300:focus {
background-color: #a3bffa !important;
}
.md\:focus\:tw-bg-indigo-400:focus {
background-color: #7f9cf5 !important;
}
.md\:focus\:tw-bg-indigo-500:focus {
background-color: #667eea !important;
}
.md\:focus\:tw-bg-indigo-600:focus {
background-color: #5a67d8 !important;
}
.md\:focus\:tw-bg-indigo-700:focus {
background-color: #4c51bf !important;
}
.md\:focus\:tw-bg-indigo-800:focus {
background-color: #434190 !important;
}
.md\:focus\:tw-bg-indigo-900:focus {
background-color: #3c366b !important;
}
.md\:focus\:tw-bg-purple-100:focus {
background-color: #faf5ff !important;
}
.md\:focus\:tw-bg-purple-200:focus {
background-color: #e9d8fd !important;
}
.md\:focus\:tw-bg-purple-300:focus {
background-color: #d6bcfa !important;
}
.md\:focus\:tw-bg-purple-400:focus {
background-color: #b794f4 !important;
}
.md\:focus\:tw-bg-purple-500:focus {
background-color: #9f7aea !important;
}
.md\:focus\:tw-bg-purple-600:focus {
background-color: #805ad5 !important;
}
.md\:focus\:tw-bg-purple-700:focus {
background-color: #6b46c1 !important;
}
.md\:focus\:tw-bg-purple-800:focus {
background-color: #553c9a !important;
}
.md\:focus\:tw-bg-purple-900:focus {
background-color: #44337a !important;
}
.md\:focus\:tw-bg-pink-100:focus {
background-color: #fff5f7 !important;
}
.md\:focus\:tw-bg-pink-200:focus {
background-color: #fed7e2 !important;
}
.md\:focus\:tw-bg-pink-300:focus {
background-color: #fbb6ce !important;
}
.md\:focus\:tw-bg-pink-400:focus {
background-color: #f687b3 !important;
}
.md\:focus\:tw-bg-pink-500:focus {
background-color: #ed64a6 !important;
}
.md\:focus\:tw-bg-pink-600:focus {
background-color: #d53f8c !important;
}
.md\:focus\:tw-bg-pink-700:focus {
background-color: #b83280 !important;
}
.md\:focus\:tw-bg-pink-800:focus {
background-color: #97266d !important;
}
.md\:focus\:tw-bg-pink-900:focus {
background-color: #702459 !important;
}
.md\:tw-bg-bottom {
background-position: bottom !important;
}
.md\:tw-bg-center {
background-position: center !important;
}
.md\:tw-bg-left {
background-position: left !important;
}
.md\:tw-bg-left-bottom {
background-position: left bottom !important;
}
.md\:tw-bg-left-top {
background-position: left top !important;
}
.md\:tw-bg-right {
background-position: right !important;
}
.md\:tw-bg-right-bottom {
background-position: right bottom !important;
}
.md\:tw-bg-right-top {
background-position: right top !important;
}
.md\:tw-bg-top {
background-position: top !important;
}
.md\:tw-bg-repeat {
background-repeat: repeat !important;
}
.md\:tw-bg-no-repeat {
background-repeat: no-repeat !important;
}
.md\:tw-bg-repeat-x {
background-repeat: repeat-x !important;
}
.md\:tw-bg-repeat-y {
background-repeat: repeat-y !important;
}
.md\:tw-bg-auto {
background-size: auto !important;
}
.md\:tw-bg-cover {
background-size: cover !important;
}
.md\:tw-bg-contain {
background-size: contain !important;
}
.md\:tw-border-transparent {
border-color: transparent !important;
}
.md\:tw-border-black {
border-color: #000 !important;
}
.md\:tw-border-white {
border-color: #fff !important;
}
.md\:tw-border-gray-100 {
border-color: #f7fafc !important;
}
.md\:tw-border-gray-200 {
border-color: #edf2f7 !important;
}
.md\:tw-border-gray-300 {
border-color: #e2e8f0 !important;
}
.md\:tw-border-gray-400 {
border-color: #cbd5e0 !important;
}
.md\:tw-border-gray-500 {
border-color: #a0aec0 !important;
}
.md\:tw-border-gray-600 {
border-color: #718096 !important;
}
.md\:tw-border-gray-700 {
border-color: #4a5568 !important;
}
.md\:tw-border-gray-800 {
border-color: #2d3748 !important;
}
.md\:tw-border-gray-900 {
border-color: #1a202c !important;
}
.md\:tw-border-red-100 {
border-color: #fff5f5 !important;
}
.md\:tw-border-red-200 {
border-color: #fed7d7 !important;
}
.md\:tw-border-red-300 {
border-color: #feb2b2 !important;
}
.md\:tw-border-red-400 {
border-color: #fc8181 !important;
}
.md\:tw-border-red-500 {
border-color: #f56565 !important;
}
.md\:tw-border-red-600 {
border-color: #e53e3e !important;
}
.md\:tw-border-red-700 {
border-color: #c53030 !important;
}
.md\:tw-border-red-800 {
border-color: #9b2c2c !important;
}
.md\:tw-border-red-900 {
border-color: #742a2a !important;
}
.md\:tw-border-orange-100 {
border-color: #fffaf0 !important;
}
.md\:tw-border-orange-200 {
border-color: #feebc8 !important;
}
.md\:tw-border-orange-300 {
border-color: #fbd38d !important;
}
.md\:tw-border-orange-400 {
border-color: #f6ad55 !important;
}
.md\:tw-border-orange-500 {
border-color: #ed8936 !important;
}
.md\:tw-border-orange-600 {
border-color: #dd6b20 !important;
}
.md\:tw-border-orange-700 {
border-color: #c05621 !important;
}
.md\:tw-border-orange-800 {
border-color: #9c4221 !important;
}
.md\:tw-border-orange-900 {
border-color: #7b341e !important;
}
.md\:tw-border-yellow-100 {
border-color: #fffff0 !important;
}
.md\:tw-border-yellow-200 {
border-color: #fefcbf !important;
}
.md\:tw-border-yellow-300 {
border-color: #faf089 !important;
}
.md\:tw-border-yellow-400 {
border-color: #f6e05e !important;
}
.md\:tw-border-yellow-500 {
border-color: #ecc94b !important;
}
.md\:tw-border-yellow-600 {
border-color: #d69e2e !important;
}
.md\:tw-border-yellow-700 {
border-color: #b7791f !important;
}
.md\:tw-border-yellow-800 {
border-color: #975a16 !important;
}
.md\:tw-border-yellow-900 {
border-color: #744210 !important;
}
.md\:tw-border-green-100 {
border-color: #f0fff4 !important;
}
.md\:tw-border-green-200 {
border-color: #c6f6d5 !important;
}
.md\:tw-border-green-300 {
border-color: #9ae6b4 !important;
}
.md\:tw-border-green-400 {
border-color: #68d391 !important;
}
.md\:tw-border-green-500 {
border-color: #48bb78 !important;
}
.md\:tw-border-green-600 {
border-color: #38a169 !important;
}
.md\:tw-border-green-700 {
border-color: #2f855a !important;
}
.md\:tw-border-green-800 {
border-color: #276749 !important;
}
.md\:tw-border-green-900 {
border-color: #22543d !important;
}
.md\:tw-border-teal-100 {
border-color: #e6fffa !important;
}
.md\:tw-border-teal-200 {
border-color: #b2f5ea !important;
}
.md\:tw-border-teal-300 {
border-color: #81e6d9 !important;
}
.md\:tw-border-teal-400 {
border-color: #4fd1c5 !important;
}
.md\:tw-border-teal-500 {
border-color: #38b2ac !important;
}
.md\:tw-border-teal-600 {
border-color: #319795 !important;
}
.md\:tw-border-teal-700 {
border-color: #2c7a7b !important;
}
.md\:tw-border-teal-800 {
border-color: #285e61 !important;
}
.md\:tw-border-teal-900 {
border-color: #234e52 !important;
}
.md\:tw-border-blue-100 {
border-color: #ebf8ff !important;
}
.md\:tw-border-blue-200 {
border-color: #bee3f8 !important;
}
.md\:tw-border-blue-300 {
border-color: #90cdf4 !important;
}
.md\:tw-border-blue-400 {
border-color: #63b3ed !important;
}
.md\:tw-border-blue-500 {
border-color: #4299e1 !important;
}
.md\:tw-border-blue-600 {
border-color: #3182ce !important;
}
.md\:tw-border-blue-700 {
border-color: #2b6cb0 !important;
}
.md\:tw-border-blue-800 {
border-color: #2c5282 !important;
}
.md\:tw-border-blue-900 {
border-color: #2a4365 !important;
}
.md\:tw-border-indigo-100 {
border-color: #ebf4ff !important;
}
.md\:tw-border-indigo-200 {
border-color: #c3dafe !important;
}
.md\:tw-border-indigo-300 {
border-color: #a3bffa !important;
}
.md\:tw-border-indigo-400 {
border-color: #7f9cf5 !important;
}
.md\:tw-border-indigo-500 {
border-color: #667eea !important;
}
.md\:tw-border-indigo-600 {
border-color: #5a67d8 !important;
}
.md\:tw-border-indigo-700 {
border-color: #4c51bf !important;
}
.md\:tw-border-indigo-800 {
border-color: #434190 !important;
}
.md\:tw-border-indigo-900 {
border-color: #3c366b !important;
}
.md\:tw-border-purple-100 {
border-color: #faf5ff !important;
}
.md\:tw-border-purple-200 {
border-color: #e9d8fd !important;
}
.md\:tw-border-purple-300 {
border-color: #d6bcfa !important;
}
.md\:tw-border-purple-400 {
border-color: #b794f4 !important;
}
.md\:tw-border-purple-500 {
border-color: #9f7aea !important;
}
.md\:tw-border-purple-600 {
border-color: #805ad5 !important;
}
.md\:tw-border-purple-700 {
border-color: #6b46c1 !important;
}
.md\:tw-border-purple-800 {
border-color: #553c9a !important;
}
.md\:tw-border-purple-900 {
border-color: #44337a !important;
}
.md\:tw-border-pink-100 {
border-color: #fff5f7 !important;
}
.md\:tw-border-pink-200 {
border-color: #fed7e2 !important;
}
.md\:tw-border-pink-300 {
border-color: #fbb6ce !important;
}
.md\:tw-border-pink-400 {
border-color: #f687b3 !important;
}
.md\:tw-border-pink-500 {
border-color: #ed64a6 !important;
}
.md\:tw-border-pink-600 {
border-color: #d53f8c !important;
}
.md\:tw-border-pink-700 {
border-color: #b83280 !important;
}
.md\:tw-border-pink-800 {
border-color: #97266d !important;
}
.md\:tw-border-pink-900 {
border-color: #702459 !important;
}
.md\:hover\:tw-border-transparent:hover {
border-color: transparent !important;
}
.md\:hover\:tw-border-black:hover {
border-color: #000 !important;
}
.md\:hover\:tw-border-white:hover {
border-color: #fff !important;
}
.md\:hover\:tw-border-gray-100:hover {
border-color: #f7fafc !important;
}
.md\:hover\:tw-border-gray-200:hover {
border-color: #edf2f7 !important;
}
.md\:hover\:tw-border-gray-300:hover {
border-color: #e2e8f0 !important;
}
.md\:hover\:tw-border-gray-400:hover {
border-color: #cbd5e0 !important;
}
.md\:hover\:tw-border-gray-500:hover {
border-color: #a0aec0 !important;
}
.md\:hover\:tw-border-gray-600:hover {
border-color: #718096 !important;
}
.md\:hover\:tw-border-gray-700:hover {
border-color: #4a5568 !important;
}
.md\:hover\:tw-border-gray-800:hover {
border-color: #2d3748 !important;
}
.md\:hover\:tw-border-gray-900:hover {
border-color: #1a202c !important;
}
.md\:hover\:tw-border-red-100:hover {
border-color: #fff5f5 !important;
}
.md\:hover\:tw-border-red-200:hover {
border-color: #fed7d7 !important;
}
.md\:hover\:tw-border-red-300:hover {
border-color: #feb2b2 !important;
}
.md\:hover\:tw-border-red-400:hover {
border-color: #fc8181 !important;
}
.md\:hover\:tw-border-red-500:hover {
border-color: #f56565 !important;
}
.md\:hover\:tw-border-red-600:hover {
border-color: #e53e3e !important;
}
.md\:hover\:tw-border-red-700:hover {
border-color: #c53030 !important;
}
.md\:hover\:tw-border-red-800:hover {
border-color: #9b2c2c !important;
}
.md\:hover\:tw-border-red-900:hover {
border-color: #742a2a !important;
}
.md\:hover\:tw-border-orange-100:hover {
border-color: #fffaf0 !important;
}
.md\:hover\:tw-border-orange-200:hover {
border-color: #feebc8 !important;
}
.md\:hover\:tw-border-orange-300:hover {
border-color: #fbd38d !important;
}
.md\:hover\:tw-border-orange-400:hover {
border-color: #f6ad55 !important;
}
.md\:hover\:tw-border-orange-500:hover {
border-color: #ed8936 !important;
}
.md\:hover\:tw-border-orange-600:hover {
border-color: #dd6b20 !important;
}
.md\:hover\:tw-border-orange-700:hover {
border-color: #c05621 !important;
}
.md\:hover\:tw-border-orange-800:hover {
border-color: #9c4221 !important;
}
.md\:hover\:tw-border-orange-900:hover {
border-color: #7b341e !important;
}
.md\:hover\:tw-border-yellow-100:hover {
border-color: #fffff0 !important;
}
.md\:hover\:tw-border-yellow-200:hover {
border-color: #fefcbf !important;
}
.md\:hover\:tw-border-yellow-300:hover {
border-color: #faf089 !important;
}
.md\:hover\:tw-border-yellow-400:hover {
border-color: #f6e05e !important;
}
.md\:hover\:tw-border-yellow-500:hover {
border-color: #ecc94b !important;
}
.md\:hover\:tw-border-yellow-600:hover {
border-color: #d69e2e !important;
}
.md\:hover\:tw-border-yellow-700:hover {
border-color: #b7791f !important;
}
.md\:hover\:tw-border-yellow-800:hover {
border-color: #975a16 !important;
}
.md\:hover\:tw-border-yellow-900:hover {
border-color: #744210 !important;
}
.md\:hover\:tw-border-green-100:hover {
border-color: #f0fff4 !important;
}
.md\:hover\:tw-border-green-200:hover {
border-color: #c6f6d5 !important;
}
.md\:hover\:tw-border-green-300:hover {
border-color: #9ae6b4 !important;
}
.md\:hover\:tw-border-green-400:hover {
border-color: #68d391 !important;
}
.md\:hover\:tw-border-green-500:hover {
border-color: #48bb78 !important;
}
.md\:hover\:tw-border-green-600:hover {
border-color: #38a169 !important;
}
.md\:hover\:tw-border-green-700:hover {
border-color: #2f855a !important;
}
.md\:hover\:tw-border-green-800:hover {
border-color: #276749 !important;
}
.md\:hover\:tw-border-green-900:hover {
border-color: #22543d !important;
}
.md\:hover\:tw-border-teal-100:hover {
border-color: #e6fffa !important;
}
.md\:hover\:tw-border-teal-200:hover {
border-color: #b2f5ea !important;
}
.md\:hover\:tw-border-teal-300:hover {
border-color: #81e6d9 !important;
}
.md\:hover\:tw-border-teal-400:hover {
border-color: #4fd1c5 !important;
}
.md\:hover\:tw-border-teal-500:hover {
border-color: #38b2ac !important;
}
.md\:hover\:tw-border-teal-600:hover {
border-color: #319795 !important;
}
.md\:hover\:tw-border-teal-700:hover {
border-color: #2c7a7b !important;
}
.md\:hover\:tw-border-teal-800:hover {
border-color: #285e61 !important;
}
.md\:hover\:tw-border-teal-900:hover {
border-color: #234e52 !important;
}
.md\:hover\:tw-border-blue-100:hover {
border-color: #ebf8ff !important;
}
.md\:hover\:tw-border-blue-200:hover {
border-color: #bee3f8 !important;
}
.md\:hover\:tw-border-blue-300:hover {
border-color: #90cdf4 !important;
}
.md\:hover\:tw-border-blue-400:hover {
border-color: #63b3ed !important;
}
.md\:hover\:tw-border-blue-500:hover {
border-color: #4299e1 !important;
}
.md\:hover\:tw-border-blue-600:hover {
border-color: #3182ce !important;
}
.md\:hover\:tw-border-blue-700:hover {
border-color: #2b6cb0 !important;
}
.md\:hover\:tw-border-blue-800:hover {
border-color: #2c5282 !important;
}
.md\:hover\:tw-border-blue-900:hover {
border-color: #2a4365 !important;
}
.md\:hover\:tw-border-indigo-100:hover {
border-color: #ebf4ff !important;
}
.md\:hover\:tw-border-indigo-200:hover {
border-color: #c3dafe !important;
}
.md\:hover\:tw-border-indigo-300:hover {
border-color: #a3bffa !important;
}
.md\:hover\:tw-border-indigo-400:hover {
border-color: #7f9cf5 !important;
}
.md\:hover\:tw-border-indigo-500:hover {
border-color: #667eea !important;
}
.md\:hover\:tw-border-indigo-600:hover {
border-color: #5a67d8 !important;
}
.md\:hover\:tw-border-indigo-700:hover {
border-color: #4c51bf !important;
}
.md\:hover\:tw-border-indigo-800:hover {
border-color: #434190 !important;
}
.md\:hover\:tw-border-indigo-900:hover {
border-color: #3c366b !important;
}
.md\:hover\:tw-border-purple-100:hover {
border-color: #faf5ff !important;
}
.md\:hover\:tw-border-purple-200:hover {
border-color: #e9d8fd !important;
}
.md\:hover\:tw-border-purple-300:hover {
border-color: #d6bcfa !important;
}
.md\:hover\:tw-border-purple-400:hover {
border-color: #b794f4 !important;
}
.md\:hover\:tw-border-purple-500:hover {
border-color: #9f7aea !important;
}
.md\:hover\:tw-border-purple-600:hover {
border-color: #805ad5 !important;
}
.md\:hover\:tw-border-purple-700:hover {
border-color: #6b46c1 !important;
}
.md\:hover\:tw-border-purple-800:hover {
border-color: #553c9a !important;
}
.md\:hover\:tw-border-purple-900:hover {
border-color: #44337a !important;
}
.md\:hover\:tw-border-pink-100:hover {
border-color: #fff5f7 !important;
}
.md\:hover\:tw-border-pink-200:hover {
border-color: #fed7e2 !important;
}
.md\:hover\:tw-border-pink-300:hover {
border-color: #fbb6ce !important;
}
.md\:hover\:tw-border-pink-400:hover {
border-color: #f687b3 !important;
}
.md\:hover\:tw-border-pink-500:hover {
border-color: #ed64a6 !important;
}
.md\:hover\:tw-border-pink-600:hover {
border-color: #d53f8c !important;
}
.md\:hover\:tw-border-pink-700:hover {
border-color: #b83280 !important;
}
.md\:hover\:tw-border-pink-800:hover {
border-color: #97266d !important;
}
.md\:hover\:tw-border-pink-900:hover {
border-color: #702459 !important;
}
.md\:focus\:tw-border-transparent:focus {
border-color: transparent !important;
}
.md\:focus\:tw-border-black:focus {
border-color: #000 !important;
}
.md\:focus\:tw-border-white:focus {
border-color: #fff !important;
}
.md\:focus\:tw-border-gray-100:focus {
border-color: #f7fafc !important;
}
.md\:focus\:tw-border-gray-200:focus {
border-color: #edf2f7 !important;
}
.md\:focus\:tw-border-gray-300:focus {
border-color: #e2e8f0 !important;
}
.md\:focus\:tw-border-gray-400:focus {
border-color: #cbd5e0 !important;
}
.md\:focus\:tw-border-gray-500:focus {
border-color: #a0aec0 !important;
}
.md\:focus\:tw-border-gray-600:focus {
border-color: #718096 !important;
}
.md\:focus\:tw-border-gray-700:focus {
border-color: #4a5568 !important;
}
.md\:focus\:tw-border-gray-800:focus {
border-color: #2d3748 !important;
}
.md\:focus\:tw-border-gray-900:focus {
border-color: #1a202c !important;
}
.md\:focus\:tw-border-red-100:focus {
border-color: #fff5f5 !important;
}
.md\:focus\:tw-border-red-200:focus {
border-color: #fed7d7 !important;
}
.md\:focus\:tw-border-red-300:focus {
border-color: #feb2b2 !important;
}
.md\:focus\:tw-border-red-400:focus {
border-color: #fc8181 !important;
}
.md\:focus\:tw-border-red-500:focus {
border-color: #f56565 !important;
}
.md\:focus\:tw-border-red-600:focus {
border-color: #e53e3e !important;
}
.md\:focus\:tw-border-red-700:focus {
border-color: #c53030 !important;
}
.md\:focus\:tw-border-red-800:focus {
border-color: #9b2c2c !important;
}
.md\:focus\:tw-border-red-900:focus {
border-color: #742a2a !important;
}
.md\:focus\:tw-border-orange-100:focus {
border-color: #fffaf0 !important;
}
.md\:focus\:tw-border-orange-200:focus {
border-color: #feebc8 !important;
}
.md\:focus\:tw-border-orange-300:focus {
border-color: #fbd38d !important;
}
.md\:focus\:tw-border-orange-400:focus {
border-color: #f6ad55 !important;
}
.md\:focus\:tw-border-orange-500:focus {
border-color: #ed8936 !important;
}
.md\:focus\:tw-border-orange-600:focus {
border-color: #dd6b20 !important;
}
.md\:focus\:tw-border-orange-700:focus {
border-color: #c05621 !important;
}
.md\:focus\:tw-border-orange-800:focus {
border-color: #9c4221 !important;
}
.md\:focus\:tw-border-orange-900:focus {
border-color: #7b341e !important;
}
.md\:focus\:tw-border-yellow-100:focus {
border-color: #fffff0 !important;
}
.md\:focus\:tw-border-yellow-200:focus {
border-color: #fefcbf !important;
}
.md\:focus\:tw-border-yellow-300:focus {
border-color: #faf089 !important;
}
.md\:focus\:tw-border-yellow-400:focus {
border-color: #f6e05e !important;
}
.md\:focus\:tw-border-yellow-500:focus {
border-color: #ecc94b !important;
}
.md\:focus\:tw-border-yellow-600:focus {
border-color: #d69e2e !important;
}
.md\:focus\:tw-border-yellow-700:focus {
border-color: #b7791f !important;
}
.md\:focus\:tw-border-yellow-800:focus {
border-color: #975a16 !important;
}
.md\:focus\:tw-border-yellow-900:focus {
border-color: #744210 !important;
}
.md\:focus\:tw-border-green-100:focus {
border-color: #f0fff4 !important;
}
.md\:focus\:tw-border-green-200:focus {
border-color: #c6f6d5 !important;
}
.md\:focus\:tw-border-green-300:focus {
border-color: #9ae6b4 !important;
}
.md\:focus\:tw-border-green-400:focus {
border-color: #68d391 !important;
}
.md\:focus\:tw-border-green-500:focus {
border-color: #48bb78 !important;
}
.md\:focus\:tw-border-green-600:focus {
border-color: #38a169 !important;
}
.md\:focus\:tw-border-green-700:focus {
border-color: #2f855a !important;
}
.md\:focus\:tw-border-green-800:focus {
border-color: #276749 !important;
}
.md\:focus\:tw-border-green-900:focus {
border-color: #22543d !important;
}
.md\:focus\:tw-border-teal-100:focus {
border-color: #e6fffa !important;
}
.md\:focus\:tw-border-teal-200:focus {
border-color: #b2f5ea !important;
}
.md\:focus\:tw-border-teal-300:focus {
border-color: #81e6d9 !important;
}
.md\:focus\:tw-border-teal-400:focus {
border-color: #4fd1c5 !important;
}
.md\:focus\:tw-border-teal-500:focus {
border-color: #38b2ac !important;
}
.md\:focus\:tw-border-teal-600:focus {
border-color: #319795 !important;
}
.md\:focus\:tw-border-teal-700:focus {
border-color: #2c7a7b !important;
}
.md\:focus\:tw-border-teal-800:focus {
border-color: #285e61 !important;
}
.md\:focus\:tw-border-teal-900:focus {
border-color: #234e52 !important;
}
.md\:focus\:tw-border-blue-100:focus {
border-color: #ebf8ff !important;
}
.md\:focus\:tw-border-blue-200:focus {
border-color: #bee3f8 !important;
}
.md\:focus\:tw-border-blue-300:focus {
border-color: #90cdf4 !important;
}
.md\:focus\:tw-border-blue-400:focus {
border-color: #63b3ed !important;
}
.md\:focus\:tw-border-blue-500:focus {
border-color: #4299e1 !important;
}
.md\:focus\:tw-border-blue-600:focus {
border-color: #3182ce !important;
}
.md\:focus\:tw-border-blue-700:focus {
border-color: #2b6cb0 !important;
}
.md\:focus\:tw-border-blue-800:focus {
border-color: #2c5282 !important;
}
.md\:focus\:tw-border-blue-900:focus {
border-color: #2a4365 !important;
}
.md\:focus\:tw-border-indigo-100:focus {
border-color: #ebf4ff !important;
}
.md\:focus\:tw-border-indigo-200:focus {
border-color: #c3dafe !important;
}
.md\:focus\:tw-border-indigo-300:focus {
border-color: #a3bffa !important;
}
.md\:focus\:tw-border-indigo-400:focus {
border-color: #7f9cf5 !important;
}
.md\:focus\:tw-border-indigo-500:focus {
border-color: #667eea !important;
}
.md\:focus\:tw-border-indigo-600:focus {
border-color: #5a67d8 !important;
}
.md\:focus\:tw-border-indigo-700:focus {
border-color: #4c51bf !important;
}
.md\:focus\:tw-border-indigo-800:focus {
border-color: #434190 !important;
}
.md\:focus\:tw-border-indigo-900:focus {
border-color: #3c366b !important;
}
.md\:focus\:tw-border-purple-100:focus {
border-color: #faf5ff !important;
}
.md\:focus\:tw-border-purple-200:focus {
border-color: #e9d8fd !important;
}
.md\:focus\:tw-border-purple-300:focus {
border-color: #d6bcfa !important;
}
.md\:focus\:tw-border-purple-400:focus {
border-color: #b794f4 !important;
}
.md\:focus\:tw-border-purple-500:focus {
border-color: #9f7aea !important;
}
.md\:focus\:tw-border-purple-600:focus {
border-color: #805ad5 !important;
}
.md\:focus\:tw-border-purple-700:focus {
border-color: #6b46c1 !important;
}
.md\:focus\:tw-border-purple-800:focus {
border-color: #553c9a !important;
}
.md\:focus\:tw-border-purple-900:focus {
border-color: #44337a !important;
}
.md\:focus\:tw-border-pink-100:focus {
border-color: #fff5f7 !important;
}
.md\:focus\:tw-border-pink-200:focus {
border-color: #fed7e2 !important;
}
.md\:focus\:tw-border-pink-300:focus {
border-color: #fbb6ce !important;
}
.md\:focus\:tw-border-pink-400:focus {
border-color: #f687b3 !important;
}
.md\:focus\:tw-border-pink-500:focus {
border-color: #ed64a6 !important;
}
.md\:focus\:tw-border-pink-600:focus {
border-color: #d53f8c !important;
}
.md\:focus\:tw-border-pink-700:focus {
border-color: #b83280 !important;
}
.md\:focus\:tw-border-pink-800:focus {
border-color: #97266d !important;
}
.md\:focus\:tw-border-pink-900:focus {
border-color: #702459 !important;
}
.md\:tw-rounded-none {
border-radius: 0 !important;
}
.md\:tw-rounded-sm {
border-radius: .125rem !important;
}
.md\:tw-rounded {
border-radius: .25rem !important;
}
.md\:tw-rounded-lg {
border-radius: .5rem !important;
}
.md\:tw-rounded-full {
border-radius: 9999px !important;
}
.md\:tw-rounded-t-none {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.md\:tw-rounded-r-none {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.md\:tw-rounded-b-none {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.md\:tw-rounded-l-none {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.md\:tw-rounded-t-sm {
border-top-left-radius: .125rem !important;
border-top-right-radius: .125rem !important;
}
.md\:tw-rounded-r-sm {
border-top-right-radius: .125rem !important;
border-bottom-right-radius: .125rem !important;
}
.md\:tw-rounded-b-sm {
border-bottom-right-radius: .125rem !important;
border-bottom-left-radius: .125rem !important;
}
.md\:tw-rounded-l-sm {
border-top-left-radius: .125rem !important;
border-bottom-left-radius: .125rem !important;
}
.md\:tw-rounded-t {
border-top-left-radius: .25rem !important;
border-top-right-radius: .25rem !important;
}
.md\:tw-rounded-r {
border-top-right-radius: .25rem !important;
border-bottom-right-radius: .25rem !important;
}
.md\:tw-rounded-b {
border-bottom-right-radius: .25rem !important;
border-bottom-left-radius: .25rem !important;
}
.md\:tw-rounded-l {
border-top-left-radius: .25rem !important;
border-bottom-left-radius: .25rem !important;
}
.md\:tw-rounded-t-lg {
border-top-left-radius: .5rem !important;
border-top-right-radius: .5rem !important;
}
.md\:tw-rounded-r-lg {
border-top-right-radius: .5rem !important;
border-bottom-right-radius: .5rem !important;
}
.md\:tw-rounded-b-lg {
border-bottom-right-radius: .5rem !important;
border-bottom-left-radius: .5rem !important;
}
.md\:tw-rounded-l-lg {
border-top-left-radius: .5rem !important;
border-bottom-left-radius: .5rem !important;
}
.md\:tw-rounded-t-full {
border-top-left-radius: 9999px !important;
border-top-right-radius: 9999px !important;
}
.md\:tw-rounded-r-full {
border-top-right-radius: 9999px !important;
border-bottom-right-radius: 9999px !important;
}
.md\:tw-rounded-b-full {
border-bottom-right-radius: 9999px !important;
border-bottom-left-radius: 9999px !important;
}
.md\:tw-rounded-l-full {
border-top-left-radius: 9999px !important;
border-bottom-left-radius: 9999px !important;
}
.md\:tw-rounded-tl-none {
border-top-left-radius: 0 !important;
}
.md\:tw-rounded-tr-none {
border-top-right-radius: 0 !important;
}
.md\:tw-rounded-br-none {
border-bottom-right-radius: 0 !important;
}
.md\:tw-rounded-bl-none {
border-bottom-left-radius: 0 !important;
}
.md\:tw-rounded-tl-sm {
border-top-left-radius: .125rem !important;
}
.md\:tw-rounded-tr-sm {
border-top-right-radius: .125rem !important;
}
.md\:tw-rounded-br-sm {
border-bottom-right-radius: .125rem !important;
}
.md\:tw-rounded-bl-sm {
border-bottom-left-radius: .125rem !important;
}
.md\:tw-rounded-tl {
border-top-left-radius: .25rem !important;
}
.md\:tw-rounded-tr {
border-top-right-radius: .25rem !important;
}
.md\:tw-rounded-br {
border-bottom-right-radius: .25rem !important;
}
.md\:tw-rounded-bl {
border-bottom-left-radius: .25rem !important;
}
.md\:tw-rounded-tl-lg {
border-top-left-radius: .5rem !important;
}
.md\:tw-rounded-tr-lg {
border-top-right-radius: .5rem !important;
}
.md\:tw-rounded-br-lg {
border-bottom-right-radius: .5rem !important;
}
.md\:tw-rounded-bl-lg {
border-bottom-left-radius: .5rem !important;
}
.md\:tw-rounded-tl-full {
border-top-left-radius: 9999px !important;
}
.md\:tw-rounded-tr-full {
border-top-right-radius: 9999px !important;
}
.md\:tw-rounded-br-full {
border-bottom-right-radius: 9999px !important;
}
.md\:tw-rounded-bl-full {
border-bottom-left-radius: 9999px !important;
}
.md\:tw-border-solid {
border-style: solid !important;
}
.md\:tw-border-dashed {
border-style: dashed !important;
}
.md\:tw-border-dotted {
border-style: dotted !important;
}
.md\:tw-border-none {
border-style: none !important;
}
.md\:tw-border-0 {
border-width: 0 !important;
}
.md\:tw-border-2 {
border-width: 2px !important;
}
.md\:tw-border-4 {
border-width: 4px !important;
}
.md\:tw-border-8 {
border-width: 8px !important;
}
.md\:tw-border {
border-width: 1px !important;
}
.md\:tw-border-t-0 {
border-top-width: 0 !important;
}
.md\:tw-border-r-0 {
border-right-width: 0 !important;
}
.md\:tw-border-b-0 {
border-bottom-width: 0 !important;
}
.md\:tw-border-l-0 {
border-left-width: 0 !important;
}
.md\:tw-border-t-2 {
border-top-width: 2px !important;
}
.md\:tw-border-r-2 {
border-right-width: 2px !important;
}
.md\:tw-border-b-2 {
border-bottom-width: 2px !important;
}
.md\:tw-border-l-2 {
border-left-width: 2px !important;
}
.md\:tw-border-t-4 {
border-top-width: 4px !important;
}
.md\:tw-border-r-4 {
border-right-width: 4px !important;
}
.md\:tw-border-b-4 {
border-bottom-width: 4px !important;
}
.md\:tw-border-l-4 {
border-left-width: 4px !important;
}
.md\:tw-border-t-8 {
border-top-width: 8px !important;
}
.md\:tw-border-r-8 {
border-right-width: 8px !important;
}
.md\:tw-border-b-8 {
border-bottom-width: 8px !important;
}
.md\:tw-border-l-8 {
border-left-width: 8px !important;
}
.md\:tw-border-t {
border-top-width: 1px !important;
}
.md\:tw-border-r {
border-right-width: 1px !important;
}
.md\:tw-border-b {
border-bottom-width: 1px !important;
}
.md\:tw-border-l {
border-left-width: 1px !important;
}
.md\:tw-cursor-auto {
cursor: auto !important;
}
.md\:tw-cursor-default {
cursor: default !important;
}
.md\:tw-cursor-pointer {
cursor: pointer !important;
}
.md\:tw-cursor-wait {
cursor: wait !important;
}
.md\:tw-cursor-move {
cursor: move !important;
}
.md\:tw-cursor-not-allowed {
cursor: not-allowed !important;
}
.md\:tw-block {
display: block !important;
}
.md\:tw-inline-block {
display: inline-block !important;
}
.md\:tw-inline {
display: inline !important;
}
.md\:tw-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.md\:tw-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.md\:tw-table {
display: table !important;
}
.md\:tw-table-row {
display: table-row !important;
}
.md\:tw-table-cell {
display: table-cell !important;
}
.md\:tw-hidden {
display: none !important;
}
.md\:tw-flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.md\:tw-flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.md\:tw-flex-col {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.md\:tw-flex-col-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.md\:tw-flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.md\:tw-flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.md\:tw-flex-no-wrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.md\:tw-items-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.md\:tw-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.md\:tw-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.md\:tw-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.md\:tw-items-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.md\:tw-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.md\:tw-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.md\:tw-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.md\:tw-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.md\:tw-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
.md\:tw-justify-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.md\:tw-justify-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.md\:tw-justify-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.md\:tw-justify-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.md\:tw-justify-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.md\:tw-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.md\:tw-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.md\:tw-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.md\:tw-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.md\:tw-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.md\:tw-flex-1 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important;
}
.md\:tw-flex-auto {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.md\:tw-flex-initial {
-webkit-box-flex: 0 !important;
-ms-flex: 0 1 auto !important;
flex: 0 1 auto !important;
}
.md\:tw-flex-none {
-webkit-box-flex: 0 !important;
-ms-flex: none !important;
flex: none !important;
}
.md\:tw-flex-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.md\:tw-flex-grow {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.md\:tw-flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.md\:tw-flex-shrink {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.md\:tw-float-right {
float: right !important;
}
.md\:tw-float-left {
float: left !important;
}
.md\:tw-float-none {
float: none !important;
}
.md\:tw-clearfix:after {
content: "" !important;
display: table !important;
clear: both !important;
}
.md\:tw-font-sans {
font-family: -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" !important;
}
.md\:tw-font-serif {
font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
}
.md\:tw-font-mono {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.md\:tw-font-hairline {
font-weight: 100 !important;
}
.md\:tw-font-thin {
font-weight: 200 !important;
}
.md\:tw-font-light {
font-weight: 300 !important;
}
.md\:tw-font-normal {
font-weight: 400 !important;
}
.md\:tw-font-medium {
font-weight: 500 !important;
}
.md\:tw-font-semibold {
font-weight: 600 !important;
}
.md\:tw-font-bold {
font-weight: 700 !important;
}
.md\:tw-font-extrabold {
font-weight: 800 !important;
}
.md\:tw-font-black {
font-weight: 900 !important;
}
.md\:hover\:tw-font-hairline:hover {
font-weight: 100 !important;
}
.md\:hover\:tw-font-thin:hover {
font-weight: 200 !important;
}
.md\:hover\:tw-font-light:hover {
font-weight: 300 !important;
}
.md\:hover\:tw-font-normal:hover {
font-weight: 400 !important;
}
.md\:hover\:tw-font-medium:hover {
font-weight: 500 !important;
}
.md\:hover\:tw-font-semibold:hover {
font-weight: 600 !important;
}
.md\:hover\:tw-font-bold:hover {
font-weight: 700 !important;
}
.md\:hover\:tw-font-extrabold:hover {
font-weight: 800 !important;
}
.md\:hover\:tw-font-black:hover {
font-weight: 900 !important;
}
.md\:focus\:tw-font-hairline:focus {
font-weight: 100 !important;
}
.md\:focus\:tw-font-thin:focus {
font-weight: 200 !important;
}
.md\:focus\:tw-font-light:focus {
font-weight: 300 !important;
}
.md\:focus\:tw-font-normal:focus {
font-weight: 400 !important;
}
.md\:focus\:tw-font-medium:focus {
font-weight: 500 !important;
}
.md\:focus\:tw-font-semibold:focus {
font-weight: 600 !important;
}
.md\:focus\:tw-font-bold:focus {
font-weight: 700 !important;
}
.md\:focus\:tw-font-extrabold:focus {
font-weight: 800 !important;
}
.md\:focus\:tw-font-black:focus {
font-weight: 900 !important;
}
.md\:tw-h-0 {
height: 0 !important;
}
.md\:tw-h-1 {
height: .25rem !important;
}
.md\:tw-h-2 {
height: .5rem !important;
}
.md\:tw-h-3 {
height: .75rem !important;
}
.md\:tw-h-4 {
height: 1rem !important;
}
.md\:tw-h-5 {
height: 1.25rem !important;
}
.md\:tw-h-6 {
height: 1.5rem !important;
}
.md\:tw-h-8 {
height: 2rem !important;
}
.md\:tw-h-10 {
height: 2.5rem !important;
}
.md\:tw-h-12 {
height: 3rem !important;
}
.md\:tw-h-16 {
height: 4rem !important;
}
.md\:tw-h-20 {
height: 5rem !important;
}
.md\:tw-h-24 {
height: 6rem !important;
}
.md\:tw-h-32 {
height: 8rem !important;
}
.md\:tw-h-40 {
height: 10rem !important;
}
.md\:tw-h-48 {
height: 12rem !important;
}
.md\:tw-h-56 {
height: 14rem !important;
}
.md\:tw-h-64 {
height: 16rem !important;
}
.md\:tw-h-auto {
height: auto !important;
}
.md\:tw-h-px {
height: 1px !important;
}
.md\:tw-h-full {
height: 100% !important;
}
.md\:tw-h-screen {
height: 100vh !important;
}
.md\:tw-leading-none {
line-height: 1 !important;
}
.md\:tw-leading-tight {
line-height: 1.25 !important;
}
.md\:tw-leading-snug {
line-height: 1.375 !important;
}
.md\:tw-leading-normal {
line-height: 1.5 !important;
}
.md\:tw-leading-relaxed {
line-height: 1.625 !important;
}
.md\:tw-leading-loose {
line-height: 2 !important;
}
.md\:tw-list-inside {
list-style-position: inside !important;
}
.md\:tw-list-outside {
list-style-position: outside !important;
}
.md\:tw-list-none {
list-style-type: none !important;
}
.md\:tw-list-disc {
list-style-type: disc !important;
}
.md\:tw-list-decimal {
list-style-type: decimal !important;
}
.md\:tw-m-0 {
margin: 0 !important;
}
.md\:tw-m-1 {
margin: .25rem !important;
}
.md\:tw-m-2 {
margin: .5rem !important;
}
.md\:tw-m-3 {
margin: .75rem !important;
}
.md\:tw-m-4 {
margin: 1rem !important;
}
.md\:tw-m-5 {
margin: 1.25rem !important;
}
.md\:tw-m-6 {
margin: 1.5rem !important;
}
.md\:tw-m-8 {
margin: 2rem !important;
}
.md\:tw-m-10 {
margin: 2.5rem !important;
}
.md\:tw-m-12 {
margin: 3rem !important;
}
.md\:tw-m-16 {
margin: 4rem !important;
}
.md\:tw-m-20 {
margin: 5rem !important;
}
.md\:tw-m-24 {
margin: 6rem !important;
}
.md\:tw-m-32 {
margin: 8rem !important;
}
.md\:tw-m-40 {
margin: 10rem !important;
}
.md\:tw-m-48 {
margin: 12rem !important;
}
.md\:tw-m-56 {
margin: 14rem !important;
}
.md\:tw-m-64 {
margin: 16rem !important;
}
.md\:tw-m-auto {
margin: auto !important;
}
.md\:tw-m-px {
margin: 1px !important;
}
.md\:tw-my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.md\:tw-mx-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
.md\:tw-my-1 {
margin-top: .25rem !important;
margin-bottom: .25rem !important;
}
.md\:tw-mx-1 {
margin-left: .25rem !important;
margin-right: .25rem !important;
}
.md\:tw-my-2 {
margin-top: .5rem !important;
margin-bottom: .5rem !important;
}
.md\:tw-mx-2 {
margin-left: .5rem !important;
margin-right: .5rem !important;
}
.md\:tw-my-3 {
margin-top: .75rem !important;
margin-bottom: .75rem !important;
}
.md\:tw-mx-3 {
margin-left: .75rem !important;
margin-right: .75rem !important;
}
.md\:tw-my-4 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.md\:tw-mx-4 {
margin-left: 1rem !important;
margin-right: 1rem !important;
}
.md\:tw-my-5 {
margin-top: 1.25rem !important;
margin-bottom: 1.25rem !important;
}
.md\:tw-mx-5 {
margin-left: 1.25rem !important;
margin-right: 1.25rem !important;
}
.md\:tw-my-6 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.md\:tw-mx-6 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
}
.md\:tw-my-8 {
margin-top: 2rem !important;
margin-bottom: 2rem !important;
}
.md\:tw-mx-8 {
margin-left: 2rem !important;
margin-right: 2rem !important;
}
.md\:tw-my-10 {
margin-top: 2.5rem !important;
margin-bottom: 2.5rem !important;
}
.md\:tw-mx-10 {
margin-left: 2.5rem !important;
margin-right: 2.5rem !important;
}
.md\:tw-my-12 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.md\:tw-mx-12 {
margin-left: 3rem !important;
margin-right: 3rem !important;
}
.md\:tw-my-16 {
margin-top: 4rem !important;
margin-bottom: 4rem !important;
}
.md\:tw-mx-16 {
margin-left: 4rem !important;
margin-right: 4rem !important;
}
.md\:tw-my-20 {
margin-top: 5rem !important;
margin-bottom: 5rem !important;
}
.md\:tw-mx-20 {
margin-left: 5rem !important;
margin-right: 5rem !important;
}
.md\:tw-my-24 {
margin-top: 6rem !important;
margin-bottom: 6rem !important;
}
.md\:tw-mx-24 {
margin-left: 6rem !important;
margin-right: 6rem !important;
}
.md\:tw-my-32 {
margin-top: 8rem !important;
margin-bottom: 8rem !important;
}
.md\:tw-mx-32 {
margin-left: 8rem !important;
margin-right: 8rem !important;
}
.md\:tw-my-40 {
margin-top: 10rem !important;
margin-bottom: 10rem !important;
}
.md\:tw-mx-40 {
margin-left: 10rem !important;
margin-right: 10rem !important;
}
.md\:tw-my-48 {
margin-top: 12rem !important;
margin-bottom: 12rem !important;
}
.md\:tw-mx-48 {
margin-left: 12rem !important;
margin-right: 12rem !important;
}
.md\:tw-my-56 {
margin-top: 14rem !important;
margin-bottom: 14rem !important;
}
.md\:tw-mx-56 {
margin-left: 14rem !important;
margin-right: 14rem !important;
}
.md\:tw-my-64 {
margin-top: 16rem !important;
margin-bottom: 16rem !important;
}
.md\:tw-mx-64 {
margin-left: 16rem !important;
margin-right: 16rem !important;
}
.md\:tw-my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.md\:tw-mx-auto {
margin-left: auto !important;
margin-right: auto !important;
}
.md\:tw-my-px {
margin-top: 1px !important;
margin-bottom: 1px !important;
}
.md\:tw-mx-px {
margin-left: 1px !important;
margin-right: 1px !important;
}
.md\:tw-mt-0 {
margin-top: 0 !important;
}
.md\:tw-mr-0 {
margin-right: 0 !important;
}
.md\:tw-mb-0 {
margin-bottom: 0 !important;
}
.md\:tw-ml-0 {
margin-left: 0 !important;
}
.md\:tw-mt-1 {
margin-top: .25rem !important;
}
.md\:tw-mr-1 {
margin-right: .25rem !important;
}
.md\:tw-mb-1 {
margin-bottom: .25rem !important;
}
.md\:tw-ml-1 {
margin-left: .25rem !important;
}
.md\:tw-mt-2 {
margin-top: .5rem !important;
}
.md\:tw-mr-2 {
margin-right: .5rem !important;
}
.md\:tw-mb-2 {
margin-bottom: .5rem !important;
}
.md\:tw-ml-2 {
margin-left: .5rem !important;
}
.md\:tw-mt-3 {
margin-top: .75rem !important;
}
.md\:tw-mr-3 {
margin-right: .75rem !important;
}
.md\:tw-mb-3 {
margin-bottom: .75rem !important;
}
.md\:tw-ml-3 {
margin-left: .75rem !important;
}
.md\:tw-mt-4 {
margin-top: 1rem !important;
}
.md\:tw-mr-4 {
margin-right: 1rem !important;
}
.md\:tw-mb-4 {
margin-bottom: 1rem !important;
}
.md\:tw-ml-4 {
margin-left: 1rem !important;
}
.md\:tw-mt-5 {
margin-top: 1.25rem !important;
}
.md\:tw-mr-5 {
margin-right: 1.25rem !important;
}
.md\:tw-mb-5 {
margin-bottom: 1.25rem !important;
}
.md\:tw-ml-5 {
margin-left: 1.25rem !important;
}
.md\:tw-mt-6 {
margin-top: 1.5rem !important;
}
.md\:tw-mr-6 {
margin-right: 1.5rem !important;
}
.md\:tw-mb-6 {
margin-bottom: 1.5rem !important;
}
.md\:tw-ml-6 {
margin-left: 1.5rem !important;
}
.md\:tw-mt-8 {
margin-top: 2rem !important;
}
.md\:tw-mr-8 {
margin-right: 2rem !important;
}
.md\:tw-mb-8 {
margin-bottom: 2rem !important;
}
.md\:tw-ml-8 {
margin-left: 2rem !important;
}
.md\:tw-mt-10 {
margin-top: 2.5rem !important;
}
.md\:tw-mr-10 {
margin-right: 2.5rem !important;
}
.md\:tw-mb-10 {
margin-bottom: 2.5rem !important;
}
.md\:tw-ml-10 {
margin-left: 2.5rem !important;
}
.md\:tw-mt-12 {
margin-top: 3rem !important;
}
.md\:tw-mr-12 {
margin-right: 3rem !important;
}
.md\:tw-mb-12 {
margin-bottom: 3rem !important;
}
.md\:tw-ml-12 {
margin-left: 3rem !important;
}
.md\:tw-mt-16 {
margin-top: 4rem !important;
}
.md\:tw-mr-16 {
margin-right: 4rem !important;
}
.md\:tw-mb-16 {
margin-bottom: 4rem !important;
}
.md\:tw-ml-16 {
margin-left: 4rem !important;
}
.md\:tw-mt-20 {
margin-top: 5rem !important;
}
.md\:tw-mr-20 {
margin-right: 5rem !important;
}
.md\:tw-mb-20 {
margin-bottom: 5rem !important;
}
.md\:tw-ml-20 {
margin-left: 5rem !important;
}
.md\:tw-mt-24 {
margin-top: 6rem !important;
}
.md\:tw-mr-24 {
margin-right: 6rem !important;
}
.md\:tw-mb-24 {
margin-bottom: 6rem !important;
}
.md\:tw-ml-24 {
margin-left: 6rem !important;
}
.md\:tw-mt-32 {
margin-top: 8rem !important;
}
.md\:tw-mr-32 {
margin-right: 8rem !important;
}
.md\:tw-mb-32 {
margin-bottom: 8rem !important;
}
.md\:tw-ml-32 {
margin-left: 8rem !important;
}
.md\:tw-mt-40 {
margin-top: 10rem !important;
}
.md\:tw-mr-40 {
margin-right: 10rem !important;
}
.md\:tw-mb-40 {
margin-bottom: 10rem !important;
}
.md\:tw-ml-40 {
margin-left: 10rem !important;
}
.md\:tw-mt-48 {
margin-top: 12rem !important;
}
.md\:tw-mr-48 {
margin-right: 12rem !important;
}
.md\:tw-mb-48 {
margin-bottom: 12rem !important;
}
.md\:tw-ml-48 {
margin-left: 12rem !important;
}
.md\:tw-mt-56 {
margin-top: 14rem !important;
}
.md\:tw-mr-56 {
margin-right: 14rem !important;
}
.md\:tw-mb-56 {
margin-bottom: 14rem !important;
}
.md\:tw-ml-56 {
margin-left: 14rem !important;
}
.md\:tw-mt-64 {
margin-top: 16rem !important;
}
.md\:tw-mr-64 {
margin-right: 16rem !important;
}
.md\:tw-mb-64 {
margin-bottom: 16rem !important;
}
.md\:tw-ml-64 {
margin-left: 16rem !important;
}
.md\:tw-mt-auto {
margin-top: auto !important;
}
.md\:tw-mr-auto {
margin-right: auto !important;
}
.md\:tw-mb-auto {
margin-bottom: auto !important;
}
.md\:tw-ml-auto {
margin-left: auto !important;
}
.md\:tw-mt-px {
margin-top: 1px !important;
}
.md\:tw-mr-px {
margin-right: 1px !important;
}
.md\:tw-mb-px {
margin-bottom: 1px !important;
}
.md\:tw-ml-px {
margin-left: 1px !important;
}
.md\:tw-max-h-full {
max-height: 100% !important;
}
.md\:tw-max-h-screen {
max-height: 100vh !important;
}
.md\:tw-max-w-xs {
max-width: 20rem !important;
}
.md\:tw-max-w-sm {
max-width: 24rem !important;
}
.md\:tw-max-w-md {
max-width: 28rem !important;
}
.md\:tw-max-w-lg {
max-width: 32rem !important;
}
.md\:tw-max-w-xl {
max-width: 36rem !important;
}
.md\:tw-max-w-2xl {
max-width: 42rem !important;
}
.md\:tw-max-w-3xl {
max-width: 48rem !important;
}
.md\:tw-max-w-4xl {
max-width: 56rem !important;
}
.md\:tw-max-w-5xl {
max-width: 64rem !important;
}
.md\:tw-max-w-6xl {
max-width: 72rem !important;
}
.md\:tw-max-w-full {
max-width: 100% !important;
}
.md\:tw-min-h-0 {
min-height: 0 !important;
}
.md\:tw-min-h-full {
min-height: 100% !important;
}
.md\:tw-min-h-screen {
min-height: 100vh !important;
}
.md\:tw-min-w-0 {
min-width: 0 !important;
}
.md\:tw-min-w-full {
min-width: 100% !important;
}
.md\:tw--m-0 {
margin: 0 !important;
}
.md\:tw--m-1 {
margin: -0.25rem !important;
}
.md\:tw--m-2 {
margin: -0.5rem !important;
}
.md\:tw--m-3 {
margin: -0.75rem !important;
}
.md\:tw--m-4 {
margin: -1rem !important;
}
.md\:tw--m-5 {
margin: -1.25rem !important;
}
.md\:tw--m-6 {
margin: -1.5rem !important;
}
.md\:tw--m-8 {
margin: -2rem !important;
}
.md\:tw--m-10 {
margin: -2.5rem !important;
}
.md\:tw--m-12 {
margin: -3rem !important;
}
.md\:tw--m-16 {
margin: -4rem !important;
}
.md\:tw--m-20 {
margin: -5rem !important;
}
.md\:tw--m-24 {
margin: -6rem !important;
}
.md\:tw--m-32 {
margin: -8rem !important;
}
.md\:tw--m-40 {
margin: -10rem !important;
}
.md\:tw--m-48 {
margin: -12rem !important;
}
.md\:tw--m-56 {
margin: -14rem !important;
}
.md\:tw--m-64 {
margin: -16rem !important;
}
.md\:tw--m-px {
margin: -1px !important;
}
.md\:tw--my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.md\:tw--mx-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
.md\:tw--my-1 {
margin-top: -0.25rem !important;
margin-bottom: -0.25rem !important;
}
.md\:tw--mx-1 {
margin-left: -0.25rem !important;
margin-right: -0.25rem !important;
}
.md\:tw--my-2 {
margin-top: -0.5rem !important;
margin-bottom: -0.5rem !important;
}
.md\:tw--mx-2 {
margin-left: -0.5rem !important;
margin-right: -0.5rem !important;
}
.md\:tw--my-3 {
margin-top: -0.75rem !important;
margin-bottom: -0.75rem !important;
}
.md\:tw--mx-3 {
margin-left: -0.75rem !important;
margin-right: -0.75rem !important;
}
.md\:tw--my-4 {
margin-top: -1rem !important;
margin-bottom: -1rem !important;
}
.md\:tw--mx-4 {
margin-left: -1rem !important;
margin-right: -1rem !important;
}
.md\:tw--my-5 {
margin-top: -1.25rem !important;
margin-bottom: -1.25rem !important;
}
.md\:tw--mx-5 {
margin-left: -1.25rem !important;
margin-right: -1.25rem !important;
}
.md\:tw--my-6 {
margin-top: -1.5rem !important;
margin-bottom: -1.5rem !important;
}
.md\:tw--mx-6 {
margin-left: -1.5rem !important;
margin-right: -1.5rem !important;
}
.md\:tw--my-8 {
margin-top: -2rem !important;
margin-bottom: -2rem !important;
}
.md\:tw--mx-8 {
margin-left: -2rem !important;
margin-right: -2rem !important;
}
.md\:tw--my-10 {
margin-top: -2.5rem !important;
margin-bottom: -2.5rem !important;
}
.md\:tw--mx-10 {
margin-left: -2.5rem !important;
margin-right: -2.5rem !important;
}
.md\:tw--my-12 {
margin-top: -3rem !important;
margin-bottom: -3rem !important;
}
.md\:tw--mx-12 {
margin-left: -3rem !important;
margin-right: -3rem !important;
}
.md\:tw--my-16 {
margin-top: -4rem !important;
margin-bottom: -4rem !important;
}
.md\:tw--mx-16 {
margin-left: -4rem !important;
margin-right: -4rem !important;
}
.md\:tw--my-20 {
margin-top: -5rem !important;
margin-bottom: -5rem !important;
}
.md\:tw--mx-20 {
margin-left: -5rem !important;
margin-right: -5rem !important;
}
.md\:tw--my-24 {
margin-top: -6rem !important;
margin-bottom: -6rem !important;
}
.md\:tw--mx-24 {
margin-left: -6rem !important;
margin-right: -6rem !important;
}
.md\:tw--my-32 {
margin-top: -8rem !important;
margin-bottom: -8rem !important;
}
.md\:tw--mx-32 {
margin-left: -8rem !important;
margin-right: -8rem !important;
}
.md\:tw--my-40 {
margin-top: -10rem !important;
margin-bottom: -10rem !important;
}
.md\:tw--mx-40 {
margin-left: -10rem !important;
margin-right: -10rem !important;
}
.md\:tw--my-48 {
margin-top: -12rem !important;
margin-bottom: -12rem !important;
}
.md\:tw--mx-48 {
margin-left: -12rem !important;
margin-right: -12rem !important;
}
.md\:tw--my-56 {
margin-top: -14rem !important;
margin-bottom: -14rem !important;
}
.md\:tw--mx-56 {
margin-left: -14rem !important;
margin-right: -14rem !important;
}
.md\:tw--my-64 {
margin-top: -16rem !important;
margin-bottom: -16rem !important;
}
.md\:tw--mx-64 {
margin-left: -16rem !important;
margin-right: -16rem !important;
}
.md\:tw--my-px {
margin-top: -1px !important;
margin-bottom: -1px !important;
}
.md\:tw--mx-px {
margin-left: -1px !important;
margin-right: -1px !important;
}
.md\:tw--mt-0 {
margin-top: 0 !important;
}
.md\:tw--mr-0 {
margin-right: 0 !important;
}
.md\:tw--mb-0 {
margin-bottom: 0 !important;
}
.md\:tw--ml-0 {
margin-left: 0 !important;
}
.md\:tw--mt-1 {
margin-top: -0.25rem !important;
}
.md\:tw--mr-1 {
margin-right: -0.25rem !important;
}
.md\:tw--mb-1 {
margin-bottom: -0.25rem !important;
}
.md\:tw--ml-1 {
margin-left: -0.25rem !important;
}
.md\:tw--mt-2 {
margin-top: -0.5rem !important;
}
.md\:tw--mr-2 {
margin-right: -0.5rem !important;
}
.md\:tw--mb-2 {
margin-bottom: -0.5rem !important;
}
.md\:tw--ml-2 {
margin-left: -0.5rem !important;
}
.md\:tw--mt-3 {
margin-top: -0.75rem !important;
}
.md\:tw--mr-3 {
margin-right: -0.75rem !important;
}
.md\:tw--mb-3 {
margin-bottom: -0.75rem !important;
}
.md\:tw--ml-3 {
margin-left: -0.75rem !important;
}
.md\:tw--mt-4 {
margin-top: -1rem !important;
}
.md\:tw--mr-4 {
margin-right: -1rem !important;
}
.md\:tw--mb-4 {
margin-bottom: -1rem !important;
}
.md\:tw--ml-4 {
margin-left: -1rem !important;
}
.md\:tw--mt-5 {
margin-top: -1.25rem !important;
}
.md\:tw--mr-5 {
margin-right: -1.25rem !important;
}
.md\:tw--mb-5 {
margin-bottom: -1.25rem !important;
}
.md\:tw--ml-5 {
margin-left: -1.25rem !important;
}
.md\:tw--mt-6 {
margin-top: -1.5rem !important;
}
.md\:tw--mr-6 {
margin-right: -1.5rem !important;
}
.md\:tw--mb-6 {
margin-bottom: -1.5rem !important;
}
.md\:tw--ml-6 {
margin-left: -1.5rem !important;
}
.md\:tw--mt-8 {
margin-top: -2rem !important;
}
.md\:tw--mr-8 {
margin-right: -2rem !important;
}
.md\:tw--mb-8 {
margin-bottom: -2rem !important;
}
.md\:tw--ml-8 {
margin-left: -2rem !important;
}
.md\:tw--mt-10 {
margin-top: -2.5rem !important;
}
.md\:tw--mr-10 {
margin-right: -2.5rem !important;
}
.md\:tw--mb-10 {
margin-bottom: -2.5rem !important;
}
.md\:tw--ml-10 {
margin-left: -2.5rem !important;
}
.md\:tw--mt-12 {
margin-top: -3rem !important;
}
.md\:tw--mr-12 {
margin-right: -3rem !important;
}
.md\:tw--mb-12 {
margin-bottom: -3rem !important;
}
.md\:tw--ml-12 {
margin-left: -3rem !important;
}
.md\:tw--mt-16 {
margin-top: -4rem !important;
}
.md\:tw--mr-16 {
margin-right: -4rem !important;
}
.md\:tw--mb-16 {
margin-bottom: -4rem !important;
}
.md\:tw--ml-16 {
margin-left: -4rem !important;
}
.md\:tw--mt-20 {
margin-top: -5rem !important;
}
.md\:tw--mr-20 {
margin-right: -5rem !important;
}
.md\:tw--mb-20 {
margin-bottom: -5rem !important;
}
.md\:tw--ml-20 {
margin-left: -5rem !important;
}
.md\:tw--mt-24 {
margin-top: -6rem !important;
}
.md\:tw--mr-24 {
margin-right: -6rem !important;
}
.md\:tw--mb-24 {
margin-bottom: -6rem !important;
}
.md\:tw--ml-24 {
margin-left: -6rem !important;
}
.md\:tw--mt-32 {
margin-top: -8rem !important;
}
.md\:tw--mr-32 {
margin-right: -8rem !important;
}
.md\:tw--mb-32 {
margin-bottom: -8rem !important;
}
.md\:tw--ml-32 {
margin-left: -8rem !important;
}
.md\:tw--mt-40 {
margin-top: -10rem !important;
}
.md\:tw--mr-40 {
margin-right: -10rem !important;
}
.md\:tw--mb-40 {
margin-bottom: -10rem !important;
}
.md\:tw--ml-40 {
margin-left: -10rem !important;
}
.md\:tw--mt-48 {
margin-top: -12rem !important;
}
.md\:tw--mr-48 {
margin-right: -12rem !important;
}
.md\:tw--mb-48 {
margin-bottom: -12rem !important;
}
.md\:tw--ml-48 {
margin-left: -12rem !important;
}
.md\:tw--mt-56 {
margin-top: -14rem !important;
}
.md\:tw--mr-56 {
margin-right: -14rem !important;
}
.md\:tw--mb-56 {
margin-bottom: -14rem !important;
}
.md\:tw--ml-56 {
margin-left: -14rem !important;
}
.md\:tw--mt-64 {
margin-top: -16rem !important;
}
.md\:tw--mr-64 {
margin-right: -16rem !important;
}
.md\:tw--mb-64 {
margin-bottom: -16rem !important;
}
.md\:tw--ml-64 {
margin-left: -16rem !important;
}
.md\:tw--mt-px {
margin-top: -1px !important;
}
.md\:tw--mr-px {
margin-right: -1px !important;
}
.md\:tw--mb-px {
margin-bottom: -1px !important;
}
.md\:tw--ml-px {
margin-left: -1px !important;
}
.md\:tw-object-contain {
-o-object-fit: contain !important;
object-fit: contain !important;
}
.md\:tw-object-cover {
-o-object-fit: cover !important;
object-fit: cover !important;
}
.md\:tw-object-fill {
-o-object-fit: fill !important;
object-fit: fill !important;
}
.md\:tw-object-none {
-o-object-fit: none !important;
object-fit: none !important;
}
.md\:tw-object-scale-down {
-o-object-fit: scale-down !important;
object-fit: scale-down !important;
}
.md\:tw-object-bottom {
-o-object-position: bottom !important;
object-position: bottom !important;
}
.md\:tw-object-center {
-o-object-position: center !important;
object-position: center !important;
}
.md\:tw-object-left {
-o-object-position: left !important;
object-position: left !important;
}
.md\:tw-object-left-bottom {
-o-object-position: left bottom !important;
object-position: left bottom !important;
}
.md\:tw-object-left-top {
-o-object-position: left top !important;
object-position: left top !important;
}
.md\:tw-object-right {
-o-object-position: right !important;
object-position: right !important;
}
.md\:tw-object-right-bottom {
-o-object-position: right bottom !important;
object-position: right bottom !important;
}
.md\:tw-object-right-top {
-o-object-position: right top !important;
object-position: right top !important;
}
.md\:tw-object-top {
-o-object-position: top !important;
object-position: top !important;
}
.md\:tw-opacity-0 {
opacity: 0 !important;
}
.md\:tw-opacity-25 {
opacity: .25 !important;
}
.md\:tw-opacity-50 {
opacity: .5 !important;
}
.md\:tw-opacity-75 {
opacity: .75 !important;
}
.md\:tw-opacity-100 {
opacity: 1 !important;
}
.md\:tw-overflow-auto {
overflow: auto !important;
}
.md\:tw-overflow-hidden {
overflow: hidden !important;
}
.md\:tw-overflow-visible {
overflow: visible !important;
}
.md\:tw-overflow-scroll {
overflow: scroll !important;
}
.md\:tw-overflow-x-auto {
overflow-x: auto !important;
}
.md\:tw-overflow-y-auto {
overflow-y: auto !important;
}
.md\:tw-overflow-x-hidden {
overflow-x: hidden !important;
}
.md\:tw-overflow-y-hidden {
overflow-y: hidden !important;
}
.md\:tw-overflow-x-visible {
overflow-x: visible !important;
}
.md\:tw-overflow-y-visible {
overflow-y: visible !important;
}
.md\:tw-overflow-x-scroll {
overflow-x: scroll !important;
}
.md\:tw-overflow-y-scroll {
overflow-y: scroll !important;
}
.md\:tw-scrolling-touch {
-webkit-overflow-scrolling: touch !important;
}
.md\:tw-scrolling-auto {
-webkit-overflow-scrolling: auto !important;
}
.md\:tw-p-0 {
padding: 0 !important;
}
.md\:tw-p-1 {
padding: .25rem !important;
}
.md\:tw-p-2 {
padding: .5rem !important;
}
.md\:tw-p-3 {
padding: .75rem !important;
}
.md\:tw-p-4 {
padding: 1rem !important;
}
.md\:tw-p-5 {
padding: 1.25rem !important;
}
.md\:tw-p-6 {
padding: 1.5rem !important;
}
.md\:tw-p-8 {
padding: 2rem !important;
}
.md\:tw-p-10 {
padding: 2.5rem !important;
}
.md\:tw-p-12 {
padding: 3rem !important;
}
.md\:tw-p-16 {
padding: 4rem !important;
}
.md\:tw-p-20 {
padding: 5rem !important;
}
.md\:tw-p-24 {
padding: 6rem !important;
}
.md\:tw-p-32 {
padding: 8rem !important;
}
.md\:tw-p-40 {
padding: 10rem !important;
}
.md\:tw-p-48 {
padding: 12rem !important;
}
.md\:tw-p-56 {
padding: 14rem !important;
}
.md\:tw-p-64 {
padding: 16rem !important;
}
.md\:tw-p-px {
padding: 1px !important;
}
.md\:tw-py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.md\:tw-px-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
.md\:tw-py-1 {
padding-top: .25rem !important;
padding-bottom: .25rem !important;
}
.md\:tw-px-1 {
padding-left: .25rem !important;
padding-right: .25rem !important;
}
.md\:tw-py-2 {
padding-top: .5rem !important;
padding-bottom: .5rem !important;
}
.md\:tw-px-2 {
padding-left: .5rem !important;
padding-right: .5rem !important;
}
.md\:tw-py-3 {
padding-top: .75rem !important;
padding-bottom: .75rem !important;
}
.md\:tw-px-3 {
padding-left: .75rem !important;
padding-right: .75rem !important;
}
.md\:tw-py-4 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.md\:tw-px-4 {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
.md\:tw-py-5 {
padding-top: 1.25rem !important;
padding-bottom: 1.25rem !important;
}
.md\:tw-px-5 {
padding-left: 1.25rem !important;
padding-right: 1.25rem !important;
}
.md\:tw-py-6 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.md\:tw-px-6 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
.md\:tw-py-8 {
padding-top: 2rem !important;
padding-bottom: 2rem !important;
}
.md\:tw-px-8 {
padding-left: 2rem !important;
padding-right: 2rem !important;
}
.md\:tw-py-10 {
padding-top: 2.5rem !important;
padding-bottom: 2.5rem !important;
}
.md\:tw-px-10 {
padding-left: 2.5rem !important;
padding-right: 2.5rem !important;
}
.md\:tw-py-12 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.md\:tw-px-12 {
padding-left: 3rem !important;
padding-right: 3rem !important;
}
.md\:tw-py-16 {
padding-top: 4rem !important;
padding-bottom: 4rem !important;
}
.md\:tw-px-16 {
padding-left: 4rem !important;
padding-right: 4rem !important;
}
.md\:tw-py-20 {
padding-top: 5rem !important;
padding-bottom: 5rem !important;
}
.md\:tw-px-20 {
padding-left: 5rem !important;
padding-right: 5rem !important;
}
.md\:tw-py-24 {
padding-top: 6rem !important;
padding-bottom: 6rem !important;
}
.md\:tw-px-24 {
padding-left: 6rem !important;
padding-right: 6rem !important;
}
.md\:tw-py-32 {
padding-top: 8rem !important;
padding-bottom: 8rem !important;
}
.md\:tw-px-32 {
padding-left: 8rem !important;
padding-right: 8rem !important;
}
.md\:tw-py-40 {
padding-top: 10rem !important;
padding-bottom: 10rem !important;
}
.md\:tw-px-40 {
padding-left: 10rem !important;
padding-right: 10rem !important;
}
.md\:tw-py-48 {
padding-top: 12rem !important;
padding-bottom: 12rem !important;
}
.md\:tw-px-48 {
padding-left: 12rem !important;
padding-right: 12rem !important;
}
.md\:tw-py-56 {
padding-top: 14rem !important;
padding-bottom: 14rem !important;
}
.md\:tw-px-56 {
padding-left: 14rem !important;
padding-right: 14rem !important;
}
.md\:tw-py-64 {
padding-top: 16rem !important;
padding-bottom: 16rem !important;
}
.md\:tw-px-64 {
padding-left: 16rem !important;
padding-right: 16rem !important;
}
.md\:tw-py-px {
padding-top: 1px !important;
padding-bottom: 1px !important;
}
.md\:tw-px-px {
padding-left: 1px !important;
padding-right: 1px !important;
}
.md\:tw-pt-0 {
padding-top: 0 !important;
}
.md\:tw-pr-0 {
padding-right: 0 !important;
}
.md\:tw-pb-0 {
padding-bottom: 0 !important;
}
.md\:tw-pl-0 {
padding-left: 0 !important;
}
.md\:tw-pt-1 {
padding-top: .25rem !important;
}
.md\:tw-pr-1 {
padding-right: .25rem !important;
}
.md\:tw-pb-1 {
padding-bottom: .25rem !important;
}
.md\:tw-pl-1 {
padding-left: .25rem !important;
}
.md\:tw-pt-2 {
padding-top: .5rem !important;
}
.md\:tw-pr-2 {
padding-right: .5rem !important;
}
.md\:tw-pb-2 {
padding-bottom: .5rem !important;
}
.md\:tw-pl-2 {
padding-left: .5rem !important;
}
.md\:tw-pt-3 {
padding-top: .75rem !important;
}
.md\:tw-pr-3 {
padding-right: .75rem !important;
}
.md\:tw-pb-3 {
padding-bottom: .75rem !important;
}
.md\:tw-pl-3 {
padding-left: .75rem !important;
}
.md\:tw-pt-4 {
padding-top: 1rem !important;
}
.md\:tw-pr-4 {
padding-right: 1rem !important;
}
.md\:tw-pb-4 {
padding-bottom: 1rem !important;
}
.md\:tw-pl-4 {
padding-left: 1rem !important;
}
.md\:tw-pt-5 {
padding-top: 1.25rem !important;
}
.md\:tw-pr-5 {
padding-right: 1.25rem !important;
}
.md\:tw-pb-5 {
padding-bottom: 1.25rem !important;
}
.md\:tw-pl-5 {
padding-left: 1.25rem !important;
}
.md\:tw-pt-6 {
padding-top: 1.5rem !important;
}
.md\:tw-pr-6 {
padding-right: 1.5rem !important;
}
.md\:tw-pb-6 {
padding-bottom: 1.5rem !important;
}
.md\:tw-pl-6 {
padding-left: 1.5rem !important;
}
.md\:tw-pt-8 {
padding-top: 2rem !important;
}
.md\:tw-pr-8 {
padding-right: 2rem !important;
}
.md\:tw-pb-8 {
padding-bottom: 2rem !important;
}
.md\:tw-pl-8 {
padding-left: 2rem !important;
}
.md\:tw-pt-10 {
padding-top: 2.5rem !important;
}
.md\:tw-pr-10 {
padding-right: 2.5rem !important;
}
.md\:tw-pb-10 {
padding-bottom: 2.5rem !important;
}
.md\:tw-pl-10 {
padding-left: 2.5rem !important;
}
.md\:tw-pt-12 {
padding-top: 3rem !important;
}
.md\:tw-pr-12 {
padding-right: 3rem !important;
}
.md\:tw-pb-12 {
padding-bottom: 3rem !important;
}
.md\:tw-pl-12 {
padding-left: 3rem !important;
}
.md\:tw-pt-16 {
padding-top: 4rem !important;
}
.md\:tw-pr-16 {
padding-right: 4rem !important;
}
.md\:tw-pb-16 {
padding-bottom: 4rem !important;
}
.md\:tw-pl-16 {
padding-left: 4rem !important;
}
.md\:tw-pt-20 {
padding-top: 5rem !important;
}
.md\:tw-pr-20 {
padding-right: 5rem !important;
}
.md\:tw-pb-20 {
padding-bottom: 5rem !important;
}
.md\:tw-pl-20 {
padding-left: 5rem !important;
}
.md\:tw-pt-24 {
padding-top: 6rem !important;
}
.md\:tw-pr-24 {
padding-right: 6rem !important;
}
.md\:tw-pb-24 {
padding-bottom: 6rem !important;
}
.md\:tw-pl-24 {
padding-left: 6rem !important;
}
.md\:tw-pt-32 {
padding-top: 8rem !important;
}
.md\:tw-pr-32 {
padding-right: 8rem !important;
}
.md\:tw-pb-32 {
padding-bottom: 8rem !important;
}
.md\:tw-pl-32 {
padding-left: 8rem !important;
}
.md\:tw-pt-40 {
padding-top: 10rem !important;
}
.md\:tw-pr-40 {
padding-right: 10rem !important;
}
.md\:tw-pb-40 {
padding-bottom: 10rem !important;
}
.md\:tw-pl-40 {
padding-left: 10rem !important;
}
.md\:tw-pt-48 {
padding-top: 12rem !important;
}
.md\:tw-pr-48 {
padding-right: 12rem !important;
}
.md\:tw-pb-48 {
padding-bottom: 12rem !important;
}
.md\:tw-pl-48 {
padding-left: 12rem !important;
}
.md\:tw-pt-56 {
padding-top: 14rem !important;
}
.md\:tw-pr-56 {
padding-right: 14rem !important;
}
.md\:tw-pb-56 {
padding-bottom: 14rem !important;
}
.md\:tw-pl-56 {
padding-left: 14rem !important;
}
.md\:tw-pt-64 {
padding-top: 16rem !important;
}
.md\:tw-pr-64 {
padding-right: 16rem !important;
}
.md\:tw-pb-64 {
padding-bottom: 16rem !important;
}
.md\:tw-pl-64 {
padding-left: 16rem !important;
}
.md\:tw-pt-px {
padding-top: 1px !important;
}
.md\:tw-pr-px {
padding-right: 1px !important;
}
.md\:tw-pb-px {
padding-bottom: 1px !important;
}
.md\:tw-pl-px {
padding-left: 1px !important;
}
.md\:tw-pointer-events-none {
pointer-events: none !important;
}
.md\:tw-pointer-events-auto {
pointer-events: auto !important;
}
.md\:tw-static {
position: static !important;
}
.md\:tw-fixed {
position: fixed !important;
}
.md\:tw-absolute {
position: absolute !important;
}
.md\:tw-relative {
position: relative !important;
}
.md\:tw-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.md\:tw-inset-0 {
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
left: 0 !important;
}
.md\:tw-inset-auto {
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important;
}
.md\:tw-inset-y-0 {
top: 0 !important;
bottom: 0 !important;
}
.md\:tw-inset-x-0 {
right: 0 !important;
left: 0 !important;
}
.md\:tw-inset-y-auto {
top: auto !important;
bottom: auto !important;
}
.md\:tw-inset-x-auto {
right: auto !important;
left: auto !important;
}
.md\:tw-top-0 {
top: 0 !important;
}
.md\:tw-right-0 {
right: 0 !important;
}
.md\:tw-bottom-0 {
bottom: 0 !important;
}
.md\:tw-left-0 {
left: 0 !important;
}
.md\:tw-top-auto {
top: auto !important;
}
.md\:tw-right-auto {
right: auto !important;
}
.md\:tw-bottom-auto {
bottom: auto !important;
}
.md\:tw-left-auto {
left: auto !important;
}
.md\:tw-resize-none {
resize: none !important;
}
.md\:tw-resize-y {
resize: vertical !important;
}
.md\:tw-resize-x {
resize: horizontal !important;
}
.md\:tw-resize {
resize: both !important;
}
.md\:tw-shadow {
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
}
.md\:tw-shadow-md {
-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
}
.md\:tw-shadow-lg {
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
}
.md\:tw-shadow-xl {
-webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
}
.md\:tw-shadow-2xl {
-webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
}
.md\:tw-shadow-inner {
-webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}
.md\:tw-shadow-outline {
-webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
}
.md\:tw-shadow-none {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.md\:hover\:tw-shadow:hover {
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
}
.md\:hover\:tw-shadow-md:hover {
-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
}
.md\:hover\:tw-shadow-lg:hover {
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
}
.md\:hover\:tw-shadow-xl:hover {
-webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
}
.md\:hover\:tw-shadow-2xl:hover {
-webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
}
.md\:hover\:tw-shadow-inner:hover {
-webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}
.md\:hover\:tw-shadow-outline:hover {
-webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
}
.md\:hover\:tw-shadow-none:hover {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.md\:focus\:tw-shadow:focus {
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
}
.md\:focus\:tw-shadow-md:focus {
-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
}
.md\:focus\:tw-shadow-lg:focus {
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
}
.md\:focus\:tw-shadow-xl:focus {
-webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
}
.md\:focus\:tw-shadow-2xl:focus {
-webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
}
.md\:focus\:tw-shadow-inner:focus {
-webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}
.md\:focus\:tw-shadow-outline:focus {
-webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
}
.md\:focus\:tw-shadow-none:focus {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.md\:tw-table-auto {
table-layout: auto !important;
}
.md\:tw-table-fixed {
table-layout: fixed !important;
}
.md\:tw-text-left {
text-align: left !important;
}
.md\:tw-text-center {
text-align: center !important;
}
.md\:tw-text-right {
text-align: right !important;
}
.md\:tw-text-justify {
text-align: justify !important;
}
.md\:tw-text-transparent {
color: transparent !important;
}
.md\:tw-text-black {
color: #000 !important;
}
.md\:tw-text-white {
color: #fff !important;
}
.md\:tw-text-gray-100 {
color: #f7fafc !important;
}
.md\:tw-text-gray-200 {
color: #edf2f7 !important;
}
.md\:tw-text-gray-300 {
color: #e2e8f0 !important;
}
.md\:tw-text-gray-400 {
color: #cbd5e0 !important;
}
.md\:tw-text-gray-500 {
color: #a0aec0 !important;
}
.md\:tw-text-gray-600 {
color: #718096 !important;
}
.md\:tw-text-gray-700 {
color: #4a5568 !important;
}
.md\:tw-text-gray-800 {
color: #2d3748 !important;
}
.md\:tw-text-gray-900 {
color: #1a202c !important;
}
.md\:tw-text-red-100 {
color: #fff5f5 !important;
}
.md\:tw-text-red-200 {
color: #fed7d7 !important;
}
.md\:tw-text-red-300 {
color: #feb2b2 !important;
}
.md\:tw-text-red-400 {
color: #fc8181 !important;
}
.md\:tw-text-red-500 {
color: #f56565 !important;
}
.md\:tw-text-red-600 {
color: #e53e3e !important;
}
.md\:tw-text-red-700 {
color: #c53030 !important;
}
.md\:tw-text-red-800 {
color: #9b2c2c !important;
}
.md\:tw-text-red-900 {
color: #742a2a !important;
}
.md\:tw-text-orange-100 {
color: #fffaf0 !important;
}
.md\:tw-text-orange-200 {
color: #feebc8 !important;
}
.md\:tw-text-orange-300 {
color: #fbd38d !important;
}
.md\:tw-text-orange-400 {
color: #f6ad55 !important;
}
.md\:tw-text-orange-500 {
color: #ed8936 !important;
}
.md\:tw-text-orange-600 {
color: #dd6b20 !important;
}
.md\:tw-text-orange-700 {
color: #c05621 !important;
}
.md\:tw-text-orange-800 {
color: #9c4221 !important;
}
.md\:tw-text-orange-900 {
color: #7b341e !important;
}
.md\:tw-text-yellow-100 {
color: #fffff0 !important;
}
.md\:tw-text-yellow-200 {
color: #fefcbf !important;
}
.md\:tw-text-yellow-300 {
color: #faf089 !important;
}
.md\:tw-text-yellow-400 {
color: #f6e05e !important;
}
.md\:tw-text-yellow-500 {
color: #ecc94b !important;
}
.md\:tw-text-yellow-600 {
color: #d69e2e !important;
}
.md\:tw-text-yellow-700 {
color: #b7791f !important;
}
.md\:tw-text-yellow-800 {
color: #975a16 !important;
}
.md\:tw-text-yellow-900 {
color: #744210 !important;
}
.md\:tw-text-green-100 {
color: #f0fff4 !important;
}
.md\:tw-text-green-200 {
color: #c6f6d5 !important;
}
.md\:tw-text-green-300 {
color: #9ae6b4 !important;
}
.md\:tw-text-green-400 {
color: #68d391 !important;
}
.md\:tw-text-green-500 {
color: #48bb78 !important;
}
.md\:tw-text-green-600 {
color: #38a169 !important;
}
.md\:tw-text-green-700 {
color: #2f855a !important;
}
.md\:tw-text-green-800 {
color: #276749 !important;
}
.md\:tw-text-green-900 {
color: #22543d !important;
}
.md\:tw-text-teal-100 {
color: #e6fffa !important;
}
.md\:tw-text-teal-200 {
color: #b2f5ea !important;
}
.md\:tw-text-teal-300 {
color: #81e6d9 !important;
}
.md\:tw-text-teal-400 {
color: #4fd1c5 !important;
}
.md\:tw-text-teal-500 {
color: #38b2ac !important;
}
.md\:tw-text-teal-600 {
color: #319795 !important;
}
.md\:tw-text-teal-700 {
color: #2c7a7b !important;
}
.md\:tw-text-teal-800 {
color: #285e61 !important;
}
.md\:tw-text-teal-900 {
color: #234e52 !important;
}
.md\:tw-text-blue-100 {
color: #ebf8ff !important;
}
.md\:tw-text-blue-200 {
color: #bee3f8 !important;
}
.md\:tw-text-blue-300 {
color: #90cdf4 !important;
}
.md\:tw-text-blue-400 {
color: #63b3ed !important;
}
.md\:tw-text-blue-500 {
color: #4299e1 !important;
}
.md\:tw-text-blue-600 {
color: #3182ce !important;
}
.md\:tw-text-blue-700 {
color: #2b6cb0 !important;
}
.md\:tw-text-blue-800 {
color: #2c5282 !important;
}
.md\:tw-text-blue-900 {
color: #2a4365 !important;
}
.md\:tw-text-indigo-100 {
color: #ebf4ff !important;
}
.md\:tw-text-indigo-200 {
color: #c3dafe !important;
}
.md\:tw-text-indigo-300 {
color: #a3bffa !important;
}
.md\:tw-text-indigo-400 {
color: #7f9cf5 !important;
}
.md\:tw-text-indigo-500 {
color: #667eea !important;
}
.md\:tw-text-indigo-600 {
color: #5a67d8 !important;
}
.md\:tw-text-indigo-700 {
color: #4c51bf !important;
}
.md\:tw-text-indigo-800 {
color: #434190 !important;
}
.md\:tw-text-indigo-900 {
color: #3c366b !important;
}
.md\:tw-text-purple-100 {
color: #faf5ff !important;
}
.md\:tw-text-purple-200 {
color: #e9d8fd !important;
}
.md\:tw-text-purple-300 {
color: #d6bcfa !important;
}
.md\:tw-text-purple-400 {
color: #b794f4 !important;
}
.md\:tw-text-purple-500 {
color: #9f7aea !important;
}
.md\:tw-text-purple-600 {
color: #805ad5 !important;
}
.md\:tw-text-purple-700 {
color: #6b46c1 !important;
}
.md\:tw-text-purple-800 {
color: #553c9a !important;
}
.md\:tw-text-purple-900 {
color: #44337a !important;
}
.md\:tw-text-pink-100 {
color: #fff5f7 !important;
}
.md\:tw-text-pink-200 {
color: #fed7e2 !important;
}
.md\:tw-text-pink-300 {
color: #fbb6ce !important;
}
.md\:tw-text-pink-400 {
color: #f687b3 !important;
}
.md\:tw-text-pink-500 {
color: #ed64a6 !important;
}
.md\:tw-text-pink-600 {
color: #d53f8c !important;
}
.md\:tw-text-pink-700 {
color: #b83280 !important;
}
.md\:tw-text-pink-800 {
color: #97266d !important;
}
.md\:tw-text-pink-900 {
color: #702459 !important;
}
.md\:hover\:tw-text-transparent:hover {
color: transparent !important;
}
.md\:hover\:tw-text-black:hover {
color: #000 !important;
}
.md\:hover\:tw-text-white:hover {
color: #fff !important;
}
.md\:hover\:tw-text-gray-100:hover {
color: #f7fafc !important;
}
.md\:hover\:tw-text-gray-200:hover {
color: #edf2f7 !important;
}
.md\:hover\:tw-text-gray-300:hover {
color: #e2e8f0 !important;
}
.md\:hover\:tw-text-gray-400:hover {
color: #cbd5e0 !important;
}
.md\:hover\:tw-text-gray-500:hover {
color: #a0aec0 !important;
}
.md\:hover\:tw-text-gray-600:hover {
color: #718096 !important;
}
.md\:hover\:tw-text-gray-700:hover {
color: #4a5568 !important;
}
.md\:hover\:tw-text-gray-800:hover {
color: #2d3748 !important;
}
.md\:hover\:tw-text-gray-900:hover {
color: #1a202c !important;
}
.md\:hover\:tw-text-red-100:hover {
color: #fff5f5 !important;
}
.md\:hover\:tw-text-red-200:hover {
color: #fed7d7 !important;
}
.md\:hover\:tw-text-red-300:hover {
color: #feb2b2 !important;
}
.md\:hover\:tw-text-red-400:hover {
color: #fc8181 !important;
}
.md\:hover\:tw-text-red-500:hover {
color: #f56565 !important;
}
.md\:hover\:tw-text-red-600:hover {
color: #e53e3e !important;
}
.md\:hover\:tw-text-red-700:hover {
color: #c53030 !important;
}
.md\:hover\:tw-text-red-800:hover {
color: #9b2c2c !important;
}
.md\:hover\:tw-text-red-900:hover {
color: #742a2a !important;
}
.md\:hover\:tw-text-orange-100:hover {
color: #fffaf0 !important;
}
.md\:hover\:tw-text-orange-200:hover {
color: #feebc8 !important;
}
.md\:hover\:tw-text-orange-300:hover {
color: #fbd38d !important;
}
.md\:hover\:tw-text-orange-400:hover {
color: #f6ad55 !important;
}
.md\:hover\:tw-text-orange-500:hover {
color: #ed8936 !important;
}
.md\:hover\:tw-text-orange-600:hover {
color: #dd6b20 !important;
}
.md\:hover\:tw-text-orange-700:hover {
color: #c05621 !important;
}
.md\:hover\:tw-text-orange-800:hover {
color: #9c4221 !important;
}
.md\:hover\:tw-text-orange-900:hover {
color: #7b341e !important;
}
.md\:hover\:tw-text-yellow-100:hover {
color: #fffff0 !important;
}
.md\:hover\:tw-text-yellow-200:hover {
color: #fefcbf !important;
}
.md\:hover\:tw-text-yellow-300:hover {
color: #faf089 !important;
}
.md\:hover\:tw-text-yellow-400:hover {
color: #f6e05e !important;
}
.md\:hover\:tw-text-yellow-500:hover {
color: #ecc94b !important;
}
.md\:hover\:tw-text-yellow-600:hover {
color: #d69e2e !important;
}
.md\:hover\:tw-text-yellow-700:hover {
color: #b7791f !important;
}
.md\:hover\:tw-text-yellow-800:hover {
color: #975a16 !important;
}
.md\:hover\:tw-text-yellow-900:hover {
color: #744210 !important;
}
.md\:hover\:tw-text-green-100:hover {
color: #f0fff4 !important;
}
.md\:hover\:tw-text-green-200:hover {
color: #c6f6d5 !important;
}
.md\:hover\:tw-text-green-300:hover {
color: #9ae6b4 !important;
}
.md\:hover\:tw-text-green-400:hover {
color: #68d391 !important;
}
.md\:hover\:tw-text-green-500:hover {
color: #48bb78 !important;
}
.md\:hover\:tw-text-green-600:hover {
color: #38a169 !important;
}
.md\:hover\:tw-text-green-700:hover {
color: #2f855a !important;
}
.md\:hover\:tw-text-green-800:hover {
color: #276749 !important;
}
.md\:hover\:tw-text-green-900:hover {
color: #22543d !important;
}
.md\:hover\:tw-text-teal-100:hover {
color: #e6fffa !important;
}
.md\:hover\:tw-text-teal-200:hover {
color: #b2f5ea !important;
}
.md\:hover\:tw-text-teal-300:hover {
color: #81e6d9 !important;
}
.md\:hover\:tw-text-teal-400:hover {
color: #4fd1c5 !important;
}
.md\:hover\:tw-text-teal-500:hover {
color: #38b2ac !important;
}
.md\:hover\:tw-text-teal-600:hover {
color: #319795 !important;
}
.md\:hover\:tw-text-teal-700:hover {
color: #2c7a7b !important;
}
.md\:hover\:tw-text-teal-800:hover {
color: #285e61 !important;
}
.md\:hover\:tw-text-teal-900:hover {
color: #234e52 !important;
}
.md\:hover\:tw-text-blue-100:hover {
color: #ebf8ff !important;
}
.md\:hover\:tw-text-blue-200:hover {
color: #bee3f8 !important;
}
.md\:hover\:tw-text-blue-300:hover {
color: #90cdf4 !important;
}
.md\:hover\:tw-text-blue-400:hover {
color: #63b3ed !important;
}
.md\:hover\:tw-text-blue-500:hover {
color: #4299e1 !important;
}
.md\:hover\:tw-text-blue-600:hover {
color: #3182ce !important;
}
.md\:hover\:tw-text-blue-700:hover {
color: #2b6cb0 !important;
}
.md\:hover\:tw-text-blue-800:hover {
color: #2c5282 !important;
}
.md\:hover\:tw-text-blue-900:hover {
color: #2a4365 !important;
}
.md\:hover\:tw-text-indigo-100:hover {
color: #ebf4ff !important;
}
.md\:hover\:tw-text-indigo-200:hover {
color: #c3dafe !important;
}
.md\:hover\:tw-text-indigo-300:hover {
color: #a3bffa !important;
}
.md\:hover\:tw-text-indigo-400:hover {
color: #7f9cf5 !important;
}
.md\:hover\:tw-text-indigo-500:hover {
color: #667eea !important;
}
.md\:hover\:tw-text-indigo-600:hover {
color: #5a67d8 !important;
}
.md\:hover\:tw-text-indigo-700:hover {
color: #4c51bf !important;
}
.md\:hover\:tw-text-indigo-800:hover {
color: #434190 !important;
}
.md\:hover\:tw-text-indigo-900:hover {
color: #3c366b !important;
}
.md\:hover\:tw-text-purple-100:hover {
color: #faf5ff !important;
}
.md\:hover\:tw-text-purple-200:hover {
color: #e9d8fd !important;
}
.md\:hover\:tw-text-purple-300:hover {
color: #d6bcfa !important;
}
.md\:hover\:tw-text-purple-400:hover {
color: #b794f4 !important;
}
.md\:hover\:tw-text-purple-500:hover {
color: #9f7aea !important;
}
.md\:hover\:tw-text-purple-600:hover {
color: #805ad5 !important;
}
.md\:hover\:tw-text-purple-700:hover {
color: #6b46c1 !important;
}
.md\:hover\:tw-text-purple-800:hover {
color: #553c9a !important;
}
.md\:hover\:tw-text-purple-900:hover {
color: #44337a !important;
}
.md\:hover\:tw-text-pink-100:hover {
color: #fff5f7 !important;
}
.md\:hover\:tw-text-pink-200:hover {
color: #fed7e2 !important;
}
.md\:hover\:tw-text-pink-300:hover {
color: #fbb6ce !important;
}
.md\:hover\:tw-text-pink-400:hover {
color: #f687b3 !important;
}
.md\:hover\:tw-text-pink-500:hover {
color: #ed64a6 !important;
}
.md\:hover\:tw-text-pink-600:hover {
color: #d53f8c !important;
}
.md\:hover\:tw-text-pink-700:hover {
color: #b83280 !important;
}
.md\:hover\:tw-text-pink-800:hover {
color: #97266d !important;
}
.md\:hover\:tw-text-pink-900:hover {
color: #702459 !important;
}
.md\:focus\:tw-text-transparent:focus {
color: transparent !important;
}
.md\:focus\:tw-text-black:focus {
color: #000 !important;
}
.md\:focus\:tw-text-white:focus {
color: #fff !important;
}
.md\:focus\:tw-text-gray-100:focus {
color: #f7fafc !important;
}
.md\:focus\:tw-text-gray-200:focus {
color: #edf2f7 !important;
}
.md\:focus\:tw-text-gray-300:focus {
color: #e2e8f0 !important;
}
.md\:focus\:tw-text-gray-400:focus {
color: #cbd5e0 !important;
}
.md\:focus\:tw-text-gray-500:focus {
color: #a0aec0 !important;
}
.md\:focus\:tw-text-gray-600:focus {
color: #718096 !important;
}
.md\:focus\:tw-text-gray-700:focus {
color: #4a5568 !important;
}
.md\:focus\:tw-text-gray-800:focus {
color: #2d3748 !important;
}
.md\:focus\:tw-text-gray-900:focus {
color: #1a202c !important;
}
.md\:focus\:tw-text-red-100:focus {
color: #fff5f5 !important;
}
.md\:focus\:tw-text-red-200:focus {
color: #fed7d7 !important;
}
.md\:focus\:tw-text-red-300:focus {
color: #feb2b2 !important;
}
.md\:focus\:tw-text-red-400:focus {
color: #fc8181 !important;
}
.md\:focus\:tw-text-red-500:focus {
color: #f56565 !important;
}
.md\:focus\:tw-text-red-600:focus {
color: #e53e3e !important;
}
.md\:focus\:tw-text-red-700:focus {
color: #c53030 !important;
}
.md\:focus\:tw-text-red-800:focus {
color: #9b2c2c !important;
}
.md\:focus\:tw-text-red-900:focus {
color: #742a2a !important;
}
.md\:focus\:tw-text-orange-100:focus {
color: #fffaf0 !important;
}
.md\:focus\:tw-text-orange-200:focus {
color: #feebc8 !important;
}
.md\:focus\:tw-text-orange-300:focus {
color: #fbd38d !important;
}
.md\:focus\:tw-text-orange-400:focus {
color: #f6ad55 !important;
}
.md\:focus\:tw-text-orange-500:focus {
color: #ed8936 !important;
}
.md\:focus\:tw-text-orange-600:focus {
color: #dd6b20 !important;
}
.md\:focus\:tw-text-orange-700:focus {
color: #c05621 !important;
}
.md\:focus\:tw-text-orange-800:focus {
color: #9c4221 !important;
}
.md\:focus\:tw-text-orange-900:focus {
color: #7b341e !important;
}
.md\:focus\:tw-text-yellow-100:focus {
color: #fffff0 !important;
}
.md\:focus\:tw-text-yellow-200:focus {
color: #fefcbf !important;
}
.md\:focus\:tw-text-yellow-300:focus {
color: #faf089 !important;
}
.md\:focus\:tw-text-yellow-400:focus {
color: #f6e05e !important;
}
.md\:focus\:tw-text-yellow-500:focus {
color: #ecc94b !important;
}
.md\:focus\:tw-text-yellow-600:focus {
color: #d69e2e !important;
}
.md\:focus\:tw-text-yellow-700:focus {
color: #b7791f !important;
}
.md\:focus\:tw-text-yellow-800:focus {
color: #975a16 !important;
}
.md\:focus\:tw-text-yellow-900:focus {
color: #744210 !important;
}
.md\:focus\:tw-text-green-100:focus {
color: #f0fff4 !important;
}
.md\:focus\:tw-text-green-200:focus {
color: #c6f6d5 !important;
}
.md\:focus\:tw-text-green-300:focus {
color: #9ae6b4 !important;
}
.md\:focus\:tw-text-green-400:focus {
color: #68d391 !important;
}
.md\:focus\:tw-text-green-500:focus {
color: #48bb78 !important;
}
.md\:focus\:tw-text-green-600:focus {
color: #38a169 !important;
}
.md\:focus\:tw-text-green-700:focus {
color: #2f855a !important;
}
.md\:focus\:tw-text-green-800:focus {
color: #276749 !important;
}
.md\:focus\:tw-text-green-900:focus {
color: #22543d !important;
}
.md\:focus\:tw-text-teal-100:focus {
color: #e6fffa !important;
}
.md\:focus\:tw-text-teal-200:focus {
color: #b2f5ea !important;
}
.md\:focus\:tw-text-teal-300:focus {
color: #81e6d9 !important;
}
.md\:focus\:tw-text-teal-400:focus {
color: #4fd1c5 !important;
}
.md\:focus\:tw-text-teal-500:focus {
color: #38b2ac !important;
}
.md\:focus\:tw-text-teal-600:focus {
color: #319795 !important;
}
.md\:focus\:tw-text-teal-700:focus {
color: #2c7a7b !important;
}
.md\:focus\:tw-text-teal-800:focus {
color: #285e61 !important;
}
.md\:focus\:tw-text-teal-900:focus {
color: #234e52 !important;
}
.md\:focus\:tw-text-blue-100:focus {
color: #ebf8ff !important;
}
.md\:focus\:tw-text-blue-200:focus {
color: #bee3f8 !important;
}
.md\:focus\:tw-text-blue-300:focus {
color: #90cdf4 !important;
}
.md\:focus\:tw-text-blue-400:focus {
color: #63b3ed !important;
}
.md\:focus\:tw-text-blue-500:focus {
color: #4299e1 !important;
}
.md\:focus\:tw-text-blue-600:focus {
color: #3182ce !important;
}
.md\:focus\:tw-text-blue-700:focus {
color: #2b6cb0 !important;
}
.md\:focus\:tw-text-blue-800:focus {
color: #2c5282 !important;
}
.md\:focus\:tw-text-blue-900:focus {
color: #2a4365 !important;
}
.md\:focus\:tw-text-indigo-100:focus {
color: #ebf4ff !important;
}
.md\:focus\:tw-text-indigo-200:focus {
color: #c3dafe !important;
}
.md\:focus\:tw-text-indigo-300:focus {
color: #a3bffa !important;
}
.md\:focus\:tw-text-indigo-400:focus {
color: #7f9cf5 !important;
}
.md\:focus\:tw-text-indigo-500:focus {
color: #667eea !important;
}
.md\:focus\:tw-text-indigo-600:focus {
color: #5a67d8 !important;
}
.md\:focus\:tw-text-indigo-700:focus {
color: #4c51bf !important;
}
.md\:focus\:tw-text-indigo-800:focus {
color: #434190 !important;
}
.md\:focus\:tw-text-indigo-900:focus {
color: #3c366b !important;
}
.md\:focus\:tw-text-purple-100:focus {
color: #faf5ff !important;
}
.md\:focus\:tw-text-purple-200:focus {
color: #e9d8fd !important;
}
.md\:focus\:tw-text-purple-300:focus {
color: #d6bcfa !important;
}
.md\:focus\:tw-text-purple-400:focus {
color: #b794f4 !important;
}
.md\:focus\:tw-text-purple-500:focus {
color: #9f7aea !important;
}
.md\:focus\:tw-text-purple-600:focus {
color: #805ad5 !important;
}
.md\:focus\:tw-text-purple-700:focus {
color: #6b46c1 !important;
}
.md\:focus\:tw-text-purple-800:focus {
color: #553c9a !important;
}
.md\:focus\:tw-text-purple-900:focus {
color: #44337a !important;
}
.md\:focus\:tw-text-pink-100:focus {
color: #fff5f7 !important;
}
.md\:focus\:tw-text-pink-200:focus {
color: #fed7e2 !important;
}
.md\:focus\:tw-text-pink-300:focus {
color: #fbb6ce !important;
}
.md\:focus\:tw-text-pink-400:focus {
color: #f687b3 !important;
}
.md\:focus\:tw-text-pink-500:focus {
color: #ed64a6 !important;
}
.md\:focus\:tw-text-pink-600:focus {
color: #d53f8c !important;
}
.md\:focus\:tw-text-pink-700:focus {
color: #b83280 !important;
}
.md\:focus\:tw-text-pink-800:focus {
color: #97266d !important;
}
.md\:focus\:tw-text-pink-900:focus {
color: #702459 !important;
}
.md\:tw-text-xs {
font-size: .75rem !important;
}
.md\:tw-text-sm {
font-size: .875rem !important;
}
.md\:tw-text-base {
font-size: 1rem !important;
}
.md\:tw-text-lg {
font-size: 1.125rem !important;
}
.md\:tw-text-xl {
font-size: 1.25rem !important;
}
.md\:tw-text-2xl {
font-size: 1.5rem !important;
}
.md\:tw-text-3xl {
font-size: 1.875rem !important;
}
.md\:tw-text-4xl {
font-size: 2.25rem !important;
}
.md\:tw-text-5xl {
font-size: 3rem !important;
}
.md\:tw-text-6xl {
font-size: 4rem !important;
}
.md\:tw-italic {
font-style: italic !important;
}
.md\:tw-not-italic {
font-style: normal !important;
}
.md\:tw-uppercase {
text-transform: uppercase !important;
}
.md\:tw-lowercase {
text-transform: lowercase !important;
}
.md\:tw-capitalize {
text-transform: capitalize !important;
}
.md\:tw-normal-case {
text-transform: none !important;
}
.md\:tw-underline {
text-decoration: underline !important;
}
.md\:tw-line-through {
text-decoration: line-through !important;
}
.md\:tw-no-underline {
text-decoration: none !important;
}
.md\:hover\:tw-underline:hover {
text-decoration: underline !important;
}
.md\:hover\:tw-line-through:hover {
text-decoration: line-through !important;
}
.md\:hover\:tw-no-underline:hover {
text-decoration: none !important;
}
.md\:focus\:tw-underline:focus {
text-decoration: underline !important;
}
.md\:focus\:tw-line-through:focus {
text-decoration: line-through !important;
}
.md\:focus\:tw-no-underline:focus {
text-decoration: none !important;
}
.md\:tw-antialiased {
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
.md\:tw-subpixel-antialiased {
-webkit-font-smoothing: auto !important;
-moz-osx-font-smoothing: auto !important;
}
.md\:tw-tracking-tighter {
letter-spacing: -.05em !important;
}
.md\:tw-tracking-tight {
letter-spacing: -.025em !important;
}
.md\:tw-tracking-normal {
letter-spacing: 0 !important;
}
.md\:tw-tracking-wide {
letter-spacing: .025em !important;
}
.md\:tw-tracking-wider {
letter-spacing: .05em !important;
}
.md\:tw-tracking-widest {
letter-spacing: .1em !important;
}
.md\:tw-select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.md\:tw-select-text {
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;
}
.md\:tw-align-baseline {
vertical-align: baseline !important;
}
.md\:tw-align-top {
vertical-align: top !important;
}
.md\:tw-align-middle {
vertical-align: middle !important;
}
.md\:tw-align-bottom {
vertical-align: bottom !important;
}
.md\:tw-align-text-top {
vertical-align: text-top !important;
}
.md\:tw-align-text-bottom {
vertical-align: text-bottom !important;
}
.md\:tw-visible {
visibility: visible !important;
}
.md\:tw-invisible {
visibility: hidden !important;
}
.md\:tw-whitespace-normal {
white-space: normal !important;
}
.md\:tw-whitespace-no-wrap {
white-space: nowrap !important;
}
.md\:tw-whitespace-pre {
white-space: pre !important;
}
.md\:tw-whitespace-pre-line {
white-space: pre-line !important;
}
.md\:tw-whitespace-pre-wrap {
white-space: pre-wrap !important;
}
.md\:tw-break-normal {
overflow-wrap: normal !important;
word-break: normal !important;
}
.md\:tw-break-words {
overflow-wrap: break-word !important;
}
.md\:tw-break-all {
word-break: break-all !important;
}
.md\:tw-truncate {
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}
.md\:tw-w-0 {
width: 0 !important;
}
.md\:tw-w-1 {
width: .25rem !important;
}
.md\:tw-w-2 {
width: .5rem !important;
}
.md\:tw-w-3 {
width: .75rem !important;
}
.md\:tw-w-4 {
width: 1rem !important;
}
.md\:tw-w-5 {
width: 1.25rem !important;
}
.md\:tw-w-6 {
width: 1.5rem !important;
}
.md\:tw-w-8 {
width: 2rem !important;
}
.md\:tw-w-10 {
width: 2.5rem !important;
}
.md\:tw-w-12 {
width: 3rem !important;
}
.md\:tw-w-16 {
width: 4rem !important;
}
.md\:tw-w-20 {
width: 5rem !important;
}
.md\:tw-w-24 {
width: 6rem !important;
}
.md\:tw-w-32 {
width: 8rem !important;
}
.md\:tw-w-40 {
width: 10rem !important;
}
.md\:tw-w-48 {
width: 12rem !important;
}
.md\:tw-w-56 {
width: 14rem !important;
}
.md\:tw-w-64 {
width: 16rem !important;
}
.md\:tw-w-auto {
width: auto !important;
}
.md\:tw-w-px {
width: 1px !important;
}
.md\:tw-w-1\/2 {
width: 50% !important;
}
.md\:tw-w-1\/3 {
width: 33.33333% !important;
}
.md\:tw-w-2\/3 {
width: 66.66667% !important;
}
.md\:tw-w-1\/4 {
width: 25% !important;
}
.md\:tw-w-3\/4 {
width: 75% !important;
}
.md\:tw-w-1\/5 {
width: 20% !important;
}
.md\:tw-w-2\/5 {
width: 40% !important;
}
.md\:tw-w-3\/5 {
width: 60% !important;
}
.md\:tw-w-4\/5 {
width: 80% !important;
}
.md\:tw-w-1\/6 {
width: 16.66667% !important;
}
.md\:tw-w-5\/6 {
width: 83.33333% !important;
}
.md\:tw-w-full {
width: 100% !important;
}
.md\:tw-w-screen {
width: 100vw !important;
}
.md\:tw-z-0 {
z-index: 0 !important;
}
.md\:tw-z-10 {
z-index: 10 !important;
}
.md\:tw-z-20 {
z-index: 20 !important;
}
.md\:tw-z-30 {
z-index: 30 !important;
}
.md\:tw-z-40 {
z-index: 40 !important;
}
.md\:tw-z-50 {
z-index: 50 !important;
}
.md\:tw-z-auto {
z-index: auto !important;
}
}
@media (min-width: 1024px) {
.lg\:tw-appearance-none {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
}
.lg\:tw-bg-fixed {
background-attachment: fixed !important;
}
.lg\:tw-bg-local {
background-attachment: local !important;
}
.lg\:tw-bg-scroll {
background-attachment: scroll !important;
}
.lg\:tw-bg-transparent {
background-color: transparent !important;
}
.lg\:tw-bg-black {
background-color: #000 !important;
}
.lg\:tw-bg-white {
background-color: #fff !important;
}
.lg\:tw-bg-gray-100 {
background-color: #f7fafc !important;
}
.lg\:tw-bg-gray-200 {
background-color: #edf2f7 !important;
}
.lg\:tw-bg-gray-300 {
background-color: #e2e8f0 !important;
}
.lg\:tw-bg-gray-400 {
background-color: #cbd5e0 !important;
}
.lg\:tw-bg-gray-500 {
background-color: #a0aec0 !important;
}
.lg\:tw-bg-gray-600 {
background-color: #718096 !important;
}
.lg\:tw-bg-gray-700 {
background-color: #4a5568 !important;
}
.lg\:tw-bg-gray-800 {
background-color: #2d3748 !important;
}
.lg\:tw-bg-gray-900 {
background-color: #1a202c !important;
}
.lg\:tw-bg-red-100 {
background-color: #fff5f5 !important;
}
.lg\:tw-bg-red-200 {
background-color: #fed7d7 !important;
}
.lg\:tw-bg-red-300 {
background-color: #feb2b2 !important;
}
.lg\:tw-bg-red-400 {
background-color: #fc8181 !important;
}
.lg\:tw-bg-red-500 {
background-color: #f56565 !important;
}
.lg\:tw-bg-red-600 {
background-color: #e53e3e !important;
}
.lg\:tw-bg-red-700 {
background-color: #c53030 !important;
}
.lg\:tw-bg-red-800 {
background-color: #9b2c2c !important;
}
.lg\:tw-bg-red-900 {
background-color: #742a2a !important;
}
.lg\:tw-bg-orange-100 {
background-color: #fffaf0 !important;
}
.lg\:tw-bg-orange-200 {
background-color: #feebc8 !important;
}
.lg\:tw-bg-orange-300 {
background-color: #fbd38d !important;
}
.lg\:tw-bg-orange-400 {
background-color: #f6ad55 !important;
}
.lg\:tw-bg-orange-500 {
background-color: #ed8936 !important;
}
.lg\:tw-bg-orange-600 {
background-color: #dd6b20 !important;
}
.lg\:tw-bg-orange-700 {
background-color: #c05621 !important;
}
.lg\:tw-bg-orange-800 {
background-color: #9c4221 !important;
}
.lg\:tw-bg-orange-900 {
background-color: #7b341e !important;
}
.lg\:tw-bg-yellow-100 {
background-color: #fffff0 !important;
}
.lg\:tw-bg-yellow-200 {
background-color: #fefcbf !important;
}
.lg\:tw-bg-yellow-300 {
background-color: #faf089 !important;
}
.lg\:tw-bg-yellow-400 {
background-color: #f6e05e !important;
}
.lg\:tw-bg-yellow-500 {
background-color: #ecc94b !important;
}
.lg\:tw-bg-yellow-600 {
background-color: #d69e2e !important;
}
.lg\:tw-bg-yellow-700 {
background-color: #b7791f !important;
}
.lg\:tw-bg-yellow-800 {
background-color: #975a16 !important;
}
.lg\:tw-bg-yellow-900 {
background-color: #744210 !important;
}
.lg\:tw-bg-green-100 {
background-color: #f0fff4 !important;
}
.lg\:tw-bg-green-200 {
background-color: #c6f6d5 !important;
}
.lg\:tw-bg-green-300 {
background-color: #9ae6b4 !important;
}
.lg\:tw-bg-green-400 {
background-color: #68d391 !important;
}
.lg\:tw-bg-green-500 {
background-color: #48bb78 !important;
}
.lg\:tw-bg-green-600 {
background-color: #38a169 !important;
}
.lg\:tw-bg-green-700 {
background-color: #2f855a !important;
}
.lg\:tw-bg-green-800 {
background-color: #276749 !important;
}
.lg\:tw-bg-green-900 {
background-color: #22543d !important;
}
.lg\:tw-bg-teal-100 {
background-color: #e6fffa !important;
}
.lg\:tw-bg-teal-200 {
background-color: #b2f5ea !important;
}
.lg\:tw-bg-teal-300 {
background-color: #81e6d9 !important;
}
.lg\:tw-bg-teal-400 {
background-color: #4fd1c5 !important;
}
.lg\:tw-bg-teal-500 {
background-color: #38b2ac !important;
}
.lg\:tw-bg-teal-600 {
background-color: #319795 !important;
}
.lg\:tw-bg-teal-700 {
background-color: #2c7a7b !important;
}
.lg\:tw-bg-teal-800 {
background-color: #285e61 !important;
}
.lg\:tw-bg-teal-900 {
background-color: #234e52 !important;
}
.lg\:tw-bg-blue-100 {
background-color: #ebf8ff !important;
}
.lg\:tw-bg-blue-200 {
background-color: #bee3f8 !important;
}
.lg\:tw-bg-blue-300 {
background-color: #90cdf4 !important;
}
.lg\:tw-bg-blue-400 {
background-color: #63b3ed !important;
}
.lg\:tw-bg-blue-500 {
background-color: #4299e1 !important;
}
.lg\:tw-bg-blue-600 {
background-color: #3182ce !important;
}
.lg\:tw-bg-blue-700 {
background-color: #2b6cb0 !important;
}
.lg\:tw-bg-blue-800 {
background-color: #2c5282 !important;
}
.lg\:tw-bg-blue-900 {
background-color: #2a4365 !important;
}
.lg\:tw-bg-indigo-100 {
background-color: #ebf4ff !important;
}
.lg\:tw-bg-indigo-200 {
background-color: #c3dafe !important;
}
.lg\:tw-bg-indigo-300 {
background-color: #a3bffa !important;
}
.lg\:tw-bg-indigo-400 {
background-color: #7f9cf5 !important;
}
.lg\:tw-bg-indigo-500 {
background-color: #667eea !important;
}
.lg\:tw-bg-indigo-600 {
background-color: #5a67d8 !important;
}
.lg\:tw-bg-indigo-700 {
background-color: #4c51bf !important;
}
.lg\:tw-bg-indigo-800 {
background-color: #434190 !important;
}
.lg\:tw-bg-indigo-900 {
background-color: #3c366b !important;
}
.lg\:tw-bg-purple-100 {
background-color: #faf5ff !important;
}
.lg\:tw-bg-purple-200 {
background-color: #e9d8fd !important;
}
.lg\:tw-bg-purple-300 {
background-color: #d6bcfa !important;
}
.lg\:tw-bg-purple-400 {
background-color: #b794f4 !important;
}
.lg\:tw-bg-purple-500 {
background-color: #9f7aea !important;
}
.lg\:tw-bg-purple-600 {
background-color: #805ad5 !important;
}
.lg\:tw-bg-purple-700 {
background-color: #6b46c1 !important;
}
.lg\:tw-bg-purple-800 {
background-color: #553c9a !important;
}
.lg\:tw-bg-purple-900 {
background-color: #44337a !important;
}
.lg\:tw-bg-pink-100 {
background-color: #fff5f7 !important;
}
.lg\:tw-bg-pink-200 {
background-color: #fed7e2 !important;
}
.lg\:tw-bg-pink-300 {
background-color: #fbb6ce !important;
}
.lg\:tw-bg-pink-400 {
background-color: #f687b3 !important;
}
.lg\:tw-bg-pink-500 {
background-color: #ed64a6 !important;
}
.lg\:tw-bg-pink-600 {
background-color: #d53f8c !important;
}
.lg\:tw-bg-pink-700 {
background-color: #b83280 !important;
}
.lg\:tw-bg-pink-800 {
background-color: #97266d !important;
}
.lg\:tw-bg-pink-900 {
background-color: #702459 !important;
}
.lg\:hover\:tw-bg-transparent:hover {
background-color: transparent !important;
}
.lg\:hover\:tw-bg-black:hover {
background-color: #000 !important;
}
.lg\:hover\:tw-bg-white:hover {
background-color: #fff !important;
}
.lg\:hover\:tw-bg-gray-100:hover {
background-color: #f7fafc !important;
}
.lg\:hover\:tw-bg-gray-200:hover {
background-color: #edf2f7 !important;
}
.lg\:hover\:tw-bg-gray-300:hover {
background-color: #e2e8f0 !important;
}
.lg\:hover\:tw-bg-gray-400:hover {
background-color: #cbd5e0 !important;
}
.lg\:hover\:tw-bg-gray-500:hover {
background-color: #a0aec0 !important;
}
.lg\:hover\:tw-bg-gray-600:hover {
background-color: #718096 !important;
}
.lg\:hover\:tw-bg-gray-700:hover {
background-color: #4a5568 !important;
}
.lg\:hover\:tw-bg-gray-800:hover {
background-color: #2d3748 !important;
}
.lg\:hover\:tw-bg-gray-900:hover {
background-color: #1a202c !important;
}
.lg\:hover\:tw-bg-red-100:hover {
background-color: #fff5f5 !important;
}
.lg\:hover\:tw-bg-red-200:hover {
background-color: #fed7d7 !important;
}
.lg\:hover\:tw-bg-red-300:hover {
background-color: #feb2b2 !important;
}
.lg\:hover\:tw-bg-red-400:hover {
background-color: #fc8181 !important;
}
.lg\:hover\:tw-bg-red-500:hover {
background-color: #f56565 !important;
}
.lg\:hover\:tw-bg-red-600:hover {
background-color: #e53e3e !important;
}
.lg\:hover\:tw-bg-red-700:hover {
background-color: #c53030 !important;
}
.lg\:hover\:tw-bg-red-800:hover {
background-color: #9b2c2c !important;
}
.lg\:hover\:tw-bg-red-900:hover {
background-color: #742a2a !important;
}
.lg\:hover\:tw-bg-orange-100:hover {
background-color: #fffaf0 !important;
}
.lg\:hover\:tw-bg-orange-200:hover {
background-color: #feebc8 !important;
}
.lg\:hover\:tw-bg-orange-300:hover {
background-color: #fbd38d !important;
}
.lg\:hover\:tw-bg-orange-400:hover {
background-color: #f6ad55 !important;
}
.lg\:hover\:tw-bg-orange-500:hover {
background-color: #ed8936 !important;
}
.lg\:hover\:tw-bg-orange-600:hover {
background-color: #dd6b20 !important;
}
.lg\:hover\:tw-bg-orange-700:hover {
background-color: #c05621 !important;
}
.lg\:hover\:tw-bg-orange-800:hover {
background-color: #9c4221 !important;
}
.lg\:hover\:tw-bg-orange-900:hover {
background-color: #7b341e !important;
}
.lg\:hover\:tw-bg-yellow-100:hover {
background-color: #fffff0 !important;
}
.lg\:hover\:tw-bg-yellow-200:hover {
background-color: #fefcbf !important;
}
.lg\:hover\:tw-bg-yellow-300:hover {
background-color: #faf089 !important;
}
.lg\:hover\:tw-bg-yellow-400:hover {
background-color: #f6e05e !important;
}
.lg\:hover\:tw-bg-yellow-500:hover {
background-color: #ecc94b !important;
}
.lg\:hover\:tw-bg-yellow-600:hover {
background-color: #d69e2e !important;
}
.lg\:hover\:tw-bg-yellow-700:hover {
background-color: #b7791f !important;
}
.lg\:hover\:tw-bg-yellow-800:hover {
background-color: #975a16 !important;
}
.lg\:hover\:tw-bg-yellow-900:hover {
background-color: #744210 !important;
}
.lg\:hover\:tw-bg-green-100:hover {
background-color: #f0fff4 !important;
}
.lg\:hover\:tw-bg-green-200:hover {
background-color: #c6f6d5 !important;
}
.lg\:hover\:tw-bg-green-300:hover {
background-color: #9ae6b4 !important;
}
.lg\:hover\:tw-bg-green-400:hover {
background-color: #68d391 !important;
}
.lg\:hover\:tw-bg-green-500:hover {
background-color: #48bb78 !important;
}
.lg\:hover\:tw-bg-green-600:hover {
background-color: #38a169 !important;
}
.lg\:hover\:tw-bg-green-700:hover {
background-color: #2f855a !important;
}
.lg\:hover\:tw-bg-green-800:hover {
background-color: #276749 !important;
}
.lg\:hover\:tw-bg-green-900:hover {
background-color: #22543d !important;
}
.lg\:hover\:tw-bg-teal-100:hover {
background-color: #e6fffa !important;
}
.lg\:hover\:tw-bg-teal-200:hover {
background-color: #b2f5ea !important;
}
.lg\:hover\:tw-bg-teal-300:hover {
background-color: #81e6d9 !important;
}
.lg\:hover\:tw-bg-teal-400:hover {
background-color: #4fd1c5 !important;
}
.lg\:hover\:tw-bg-teal-500:hover {
background-color: #38b2ac !important;
}
.lg\:hover\:tw-bg-teal-600:hover {
background-color: #319795 !important;
}
.lg\:hover\:tw-bg-teal-700:hover {
background-color: #2c7a7b !important;
}
.lg\:hover\:tw-bg-teal-800:hover {
background-color: #285e61 !important;
}
.lg\:hover\:tw-bg-teal-900:hover {
background-color: #234e52 !important;
}
.lg\:hover\:tw-bg-blue-100:hover {
background-color: #ebf8ff !important;
}
.lg\:hover\:tw-bg-blue-200:hover {
background-color: #bee3f8 !important;
}
.lg\:hover\:tw-bg-blue-300:hover {
background-color: #90cdf4 !important;
}
.lg\:hover\:tw-bg-blue-400:hover {
background-color: #63b3ed !important;
}
.lg\:hover\:tw-bg-blue-500:hover {
background-color: #4299e1 !important;
}
.lg\:hover\:tw-bg-blue-600:hover {
background-color: #3182ce !important;
}
.lg\:hover\:tw-bg-blue-700:hover {
background-color: #2b6cb0 !important;
}
.lg\:hover\:tw-bg-blue-800:hover {
background-color: #2c5282 !important;
}
.lg\:hover\:tw-bg-blue-900:hover {
background-color: #2a4365 !important;
}
.lg\:hover\:tw-bg-indigo-100:hover {
background-color: #ebf4ff !important;
}
.lg\:hover\:tw-bg-indigo-200:hover {
background-color: #c3dafe !important;
}
.lg\:hover\:tw-bg-indigo-300:hover {
background-color: #a3bffa !important;
}
.lg\:hover\:tw-bg-indigo-400:hover {
background-color: #7f9cf5 !important;
}
.lg\:hover\:tw-bg-indigo-500:hover {
background-color: #667eea !important;
}
.lg\:hover\:tw-bg-indigo-600:hover {
background-color: #5a67d8 !important;
}
.lg\:hover\:tw-bg-indigo-700:hover {
background-color: #4c51bf !important;
}
.lg\:hover\:tw-bg-indigo-800:hover {
background-color: #434190 !important;
}
.lg\:hover\:tw-bg-indigo-900:hover {
background-color: #3c366b !important;
}
.lg\:hover\:tw-bg-purple-100:hover {
background-color: #faf5ff !important;
}
.lg\:hover\:tw-bg-purple-200:hover {
background-color: #e9d8fd !important;
}
.lg\:hover\:tw-bg-purple-300:hover {
background-color: #d6bcfa !important;
}
.lg\:hover\:tw-bg-purple-400:hover {
background-color: #b794f4 !important;
}
.lg\:hover\:tw-bg-purple-500:hover {
background-color: #9f7aea !important;
}
.lg\:hover\:tw-bg-purple-600:hover {
background-color: #805ad5 !important;
}
.lg\:hover\:tw-bg-purple-700:hover {
background-color: #6b46c1 !important;
}
.lg\:hover\:tw-bg-purple-800:hover {
background-color: #553c9a !important;
}
.lg\:hover\:tw-bg-purple-900:hover {
background-color: #44337a !important;
}
.lg\:hover\:tw-bg-pink-100:hover {
background-color: #fff5f7 !important;
}
.lg\:hover\:tw-bg-pink-200:hover {
background-color: #fed7e2 !important;
}
.lg\:hover\:tw-bg-pink-300:hover {
background-color: #fbb6ce !important;
}
.lg\:hover\:tw-bg-pink-400:hover {
background-color: #f687b3 !important;
}
.lg\:hover\:tw-bg-pink-500:hover {
background-color: #ed64a6 !important;
}
.lg\:hover\:tw-bg-pink-600:hover {
background-color: #d53f8c !important;
}
.lg\:hover\:tw-bg-pink-700:hover {
background-color: #b83280 !important;
}
.lg\:hover\:tw-bg-pink-800:hover {
background-color: #97266d !important;
}
.lg\:hover\:tw-bg-pink-900:hover {
background-color: #702459 !important;
}
.lg\:focus\:tw-bg-transparent:focus {
background-color: transparent !important;
}
.lg\:focus\:tw-bg-black:focus {
background-color: #000 !important;
}
.lg\:focus\:tw-bg-white:focus {
background-color: #fff !important;
}
.lg\:focus\:tw-bg-gray-100:focus {
background-color: #f7fafc !important;
}
.lg\:focus\:tw-bg-gray-200:focus {
background-color: #edf2f7 !important;
}
.lg\:focus\:tw-bg-gray-300:focus {
background-color: #e2e8f0 !important;
}
.lg\:focus\:tw-bg-gray-400:focus {
background-color: #cbd5e0 !important;
}
.lg\:focus\:tw-bg-gray-500:focus {
background-color: #a0aec0 !important;
}
.lg\:focus\:tw-bg-gray-600:focus {
background-color: #718096 !important;
}
.lg\:focus\:tw-bg-gray-700:focus {
background-color: #4a5568 !important;
}
.lg\:focus\:tw-bg-gray-800:focus {
background-color: #2d3748 !important;
}
.lg\:focus\:tw-bg-gray-900:focus {
background-color: #1a202c !important;
}
.lg\:focus\:tw-bg-red-100:focus {
background-color: #fff5f5 !important;
}
.lg\:focus\:tw-bg-red-200:focus {
background-color: #fed7d7 !important;
}
.lg\:focus\:tw-bg-red-300:focus {
background-color: #feb2b2 !important;
}
.lg\:focus\:tw-bg-red-400:focus {
background-color: #fc8181 !important;
}
.lg\:focus\:tw-bg-red-500:focus {
background-color: #f56565 !important;
}
.lg\:focus\:tw-bg-red-600:focus {
background-color: #e53e3e !important;
}
.lg\:focus\:tw-bg-red-700:focus {
background-color: #c53030 !important;
}
.lg\:focus\:tw-bg-red-800:focus {
background-color: #9b2c2c !important;
}
.lg\:focus\:tw-bg-red-900:focus {
background-color: #742a2a !important;
}
.lg\:focus\:tw-bg-orange-100:focus {
background-color: #fffaf0 !important;
}
.lg\:focus\:tw-bg-orange-200:focus {
background-color: #feebc8 !important;
}
.lg\:focus\:tw-bg-orange-300:focus {
background-color: #fbd38d !important;
}
.lg\:focus\:tw-bg-orange-400:focus {
background-color: #f6ad55 !important;
}
.lg\:focus\:tw-bg-orange-500:focus {
background-color: #ed8936 !important;
}
.lg\:focus\:tw-bg-orange-600:focus {
background-color: #dd6b20 !important;
}
.lg\:focus\:tw-bg-orange-700:focus {
background-color: #c05621 !important;
}
.lg\:focus\:tw-bg-orange-800:focus {
background-color: #9c4221 !important;
}
.lg\:focus\:tw-bg-orange-900:focus {
background-color: #7b341e !important;
}
.lg\:focus\:tw-bg-yellow-100:focus {
background-color: #fffff0 !important;
}
.lg\:focus\:tw-bg-yellow-200:focus {
background-color: #fefcbf !important;
}
.lg\:focus\:tw-bg-yellow-300:focus {
background-color: #faf089 !important;
}
.lg\:focus\:tw-bg-yellow-400:focus {
background-color: #f6e05e !important;
}
.lg\:focus\:tw-bg-yellow-500:focus {
background-color: #ecc94b !important;
}
.lg\:focus\:tw-bg-yellow-600:focus {
background-color: #d69e2e !important;
}
.lg\:focus\:tw-bg-yellow-700:focus {
background-color: #b7791f !important;
}
.lg\:focus\:tw-bg-yellow-800:focus {
background-color: #975a16 !important;
}
.lg\:focus\:tw-bg-yellow-900:focus {
background-color: #744210 !important;
}
.lg\:focus\:tw-bg-green-100:focus {
background-color: #f0fff4 !important;
}
.lg\:focus\:tw-bg-green-200:focus {
background-color: #c6f6d5 !important;
}
.lg\:focus\:tw-bg-green-300:focus {
background-color: #9ae6b4 !important;
}
.lg\:focus\:tw-bg-green-400:focus {
background-color: #68d391 !important;
}
.lg\:focus\:tw-bg-green-500:focus {
background-color: #48bb78 !important;
}
.lg\:focus\:tw-bg-green-600:focus {
background-color: #38a169 !important;
}
.lg\:focus\:tw-bg-green-700:focus {
background-color: #2f855a !important;
}
.lg\:focus\:tw-bg-green-800:focus {
background-color: #276749 !important;
}
.lg\:focus\:tw-bg-green-900:focus {
background-color: #22543d !important;
}
.lg\:focus\:tw-bg-teal-100:focus {
background-color: #e6fffa !important;
}
.lg\:focus\:tw-bg-teal-200:focus {
background-color: #b2f5ea !important;
}
.lg\:focus\:tw-bg-teal-300:focus {
background-color: #81e6d9 !important;
}
.lg\:focus\:tw-bg-teal-400:focus {
background-color: #4fd1c5 !important;
}
.lg\:focus\:tw-bg-teal-500:focus {
background-color: #38b2ac !important;
}
.lg\:focus\:tw-bg-teal-600:focus {
background-color: #319795 !important;
}
.lg\:focus\:tw-bg-teal-700:focus {
background-color: #2c7a7b !important;
}
.lg\:focus\:tw-bg-teal-800:focus {
background-color: #285e61 !important;
}
.lg\:focus\:tw-bg-teal-900:focus {
background-color: #234e52 !important;
}
.lg\:focus\:tw-bg-blue-100:focus {
background-color: #ebf8ff !important;
}
.lg\:focus\:tw-bg-blue-200:focus {
background-color: #bee3f8 !important;
}
.lg\:focus\:tw-bg-blue-300:focus {
background-color: #90cdf4 !important;
}
.lg\:focus\:tw-bg-blue-400:focus {
background-color: #63b3ed !important;
}
.lg\:focus\:tw-bg-blue-500:focus {
background-color: #4299e1 !important;
}
.lg\:focus\:tw-bg-blue-600:focus {
background-color: #3182ce !important;
}
.lg\:focus\:tw-bg-blue-700:focus {
background-color: #2b6cb0 !important;
}
.lg\:focus\:tw-bg-blue-800:focus {
background-color: #2c5282 !important;
}
.lg\:focus\:tw-bg-blue-900:focus {
background-color: #2a4365 !important;
}
.lg\:focus\:tw-bg-indigo-100:focus {
background-color: #ebf4ff !important;
}
.lg\:focus\:tw-bg-indigo-200:focus {
background-color: #c3dafe !important;
}
.lg\:focus\:tw-bg-indigo-300:focus {
background-color: #a3bffa !important;
}
.lg\:focus\:tw-bg-indigo-400:focus {
background-color: #7f9cf5 !important;
}
.lg\:focus\:tw-bg-indigo-500:focus {
background-color: #667eea !important;
}
.lg\:focus\:tw-bg-indigo-600:focus {
background-color: #5a67d8 !important;
}
.lg\:focus\:tw-bg-indigo-700:focus {
background-color: #4c51bf !important;
}
.lg\:focus\:tw-bg-indigo-800:focus {
background-color: #434190 !important;
}
.lg\:focus\:tw-bg-indigo-900:focus {
background-color: #3c366b !important;
}
.lg\:focus\:tw-bg-purple-100:focus {
background-color: #faf5ff !important;
}
.lg\:focus\:tw-bg-purple-200:focus {
background-color: #e9d8fd !important;
}
.lg\:focus\:tw-bg-purple-300:focus {
background-color: #d6bcfa !important;
}
.lg\:focus\:tw-bg-purple-400:focus {
background-color: #b794f4 !important;
}
.lg\:focus\:tw-bg-purple-500:focus {
background-color: #9f7aea !important;
}
.lg\:focus\:tw-bg-purple-600:focus {
background-color: #805ad5 !important;
}
.lg\:focus\:tw-bg-purple-700:focus {
background-color: #6b46c1 !important;
}
.lg\:focus\:tw-bg-purple-800:focus {
background-color: #553c9a !important;
}
.lg\:focus\:tw-bg-purple-900:focus {
background-color: #44337a !important;
}
.lg\:focus\:tw-bg-pink-100:focus {
background-color: #fff5f7 !important;
}
.lg\:focus\:tw-bg-pink-200:focus {
background-color: #fed7e2 !important;
}
.lg\:focus\:tw-bg-pink-300:focus {
background-color: #fbb6ce !important;
}
.lg\:focus\:tw-bg-pink-400:focus {
background-color: #f687b3 !important;
}
.lg\:focus\:tw-bg-pink-500:focus {
background-color: #ed64a6 !important;
}
.lg\:focus\:tw-bg-pink-600:focus {
background-color: #d53f8c !important;
}
.lg\:focus\:tw-bg-pink-700:focus {
background-color: #b83280 !important;
}
.lg\:focus\:tw-bg-pink-800:focus {
background-color: #97266d !important;
}
.lg\:focus\:tw-bg-pink-900:focus {
background-color: #702459 !important;
}
.lg\:tw-bg-bottom {
background-position: bottom !important;
}
.lg\:tw-bg-center {
background-position: center !important;
}
.lg\:tw-bg-left {
background-position: left !important;
}
.lg\:tw-bg-left-bottom {
background-position: left bottom !important;
}
.lg\:tw-bg-left-top {
background-position: left top !important;
}
.lg\:tw-bg-right {
background-position: right !important;
}
.lg\:tw-bg-right-bottom {
background-position: right bottom !important;
}
.lg\:tw-bg-right-top {
background-position: right top !important;
}
.lg\:tw-bg-top {
background-position: top !important;
}
.lg\:tw-bg-repeat {
background-repeat: repeat !important;
}
.lg\:tw-bg-no-repeat {
background-repeat: no-repeat !important;
}
.lg\:tw-bg-repeat-x {
background-repeat: repeat-x !important;
}
.lg\:tw-bg-repeat-y {
background-repeat: repeat-y !important;
}
.lg\:tw-bg-auto {
background-size: auto !important;
}
.lg\:tw-bg-cover {
background-size: cover !important;
}
.lg\:tw-bg-contain {
background-size: contain !important;
}
.lg\:tw-border-transparent {
border-color: transparent !important;
}
.lg\:tw-border-black {
border-color: #000 !important;
}
.lg\:tw-border-white {
border-color: #fff !important;
}
.lg\:tw-border-gray-100 {
border-color: #f7fafc !important;
}
.lg\:tw-border-gray-200 {
border-color: #edf2f7 !important;
}
.lg\:tw-border-gray-300 {
border-color: #e2e8f0 !important;
}
.lg\:tw-border-gray-400 {
border-color: #cbd5e0 !important;
}
.lg\:tw-border-gray-500 {
border-color: #a0aec0 !important;
}
.lg\:tw-border-gray-600 {
border-color: #718096 !important;
}
.lg\:tw-border-gray-700 {
border-color: #4a5568 !important;
}
.lg\:tw-border-gray-800 {
border-color: #2d3748 !important;
}
.lg\:tw-border-gray-900 {
border-color: #1a202c !important;
}
.lg\:tw-border-red-100 {
border-color: #fff5f5 !important;
}
.lg\:tw-border-red-200 {
border-color: #fed7d7 !important;
}
.lg\:tw-border-red-300 {
border-color: #feb2b2 !important;
}
.lg\:tw-border-red-400 {
border-color: #fc8181 !important;
}
.lg\:tw-border-red-500 {
border-color: #f56565 !important;
}
.lg\:tw-border-red-600 {
border-color: #e53e3e !important;
}
.lg\:tw-border-red-700 {
border-color: #c53030 !important;
}
.lg\:tw-border-red-800 {
border-color: #9b2c2c !important;
}
.lg\:tw-border-red-900 {
border-color: #742a2a !important;
}
.lg\:tw-border-orange-100 {
border-color: #fffaf0 !important;
}
.lg\:tw-border-orange-200 {
border-color: #feebc8 !important;
}
.lg\:tw-border-orange-300 {
border-color: #fbd38d !important;
}
.lg\:tw-border-orange-400 {
border-color: #f6ad55 !important;
}
.lg\:tw-border-orange-500 {
border-color: #ed8936 !important;
}
.lg\:tw-border-orange-600 {
border-color: #dd6b20 !important;
}
.lg\:tw-border-orange-700 {
border-color: #c05621 !important;
}
.lg\:tw-border-orange-800 {
border-color: #9c4221 !important;
}
.lg\:tw-border-orange-900 {
border-color: #7b341e !important;
}
.lg\:tw-border-yellow-100 {
border-color: #fffff0 !important;
}
.lg\:tw-border-yellow-200 {
border-color: #fefcbf !important;
}
.lg\:tw-border-yellow-300 {
border-color: #faf089 !important;
}
.lg\:tw-border-yellow-400 {
border-color: #f6e05e !important;
}
.lg\:tw-border-yellow-500 {
border-color: #ecc94b !important;
}
.lg\:tw-border-yellow-600 {
border-color: #d69e2e !important;
}
.lg\:tw-border-yellow-700 {
border-color: #b7791f !important;
}
.lg\:tw-border-yellow-800 {
border-color: #975a16 !important;
}
.lg\:tw-border-yellow-900 {
border-color: #744210 !important;
}
.lg\:tw-border-green-100 {
border-color: #f0fff4 !important;
}
.lg\:tw-border-green-200 {
border-color: #c6f6d5 !important;
}
.lg\:tw-border-green-300 {
border-color: #9ae6b4 !important;
}
.lg\:tw-border-green-400 {
border-color: #68d391 !important;
}
.lg\:tw-border-green-500 {
border-color: #48bb78 !important;
}
.lg\:tw-border-green-600 {
border-color: #38a169 !important;
}
.lg\:tw-border-green-700 {
border-color: #2f855a !important;
}
.lg\:tw-border-green-800 {
border-color: #276749 !important;
}
.lg\:tw-border-green-900 {
border-color: #22543d !important;
}
.lg\:tw-border-teal-100 {
border-color: #e6fffa !important;
}
.lg\:tw-border-teal-200 {
border-color: #b2f5ea !important;
}
.lg\:tw-border-teal-300 {
border-color: #81e6d9 !important;
}
.lg\:tw-border-teal-400 {
border-color: #4fd1c5 !important;
}
.lg\:tw-border-teal-500 {
border-color: #38b2ac !important;
}
.lg\:tw-border-teal-600 {
border-color: #319795 !important;
}
.lg\:tw-border-teal-700 {
border-color: #2c7a7b !important;
}
.lg\:tw-border-teal-800 {
border-color: #285e61 !important;
}
.lg\:tw-border-teal-900 {
border-color: #234e52 !important;
}
.lg\:tw-border-blue-100 {
border-color: #ebf8ff !important;
}
.lg\:tw-border-blue-200 {
border-color: #bee3f8 !important;
}
.lg\:tw-border-blue-300 {
border-color: #90cdf4 !important;
}
.lg\:tw-border-blue-400 {
border-color: #63b3ed !important;
}
.lg\:tw-border-blue-500 {
border-color: #4299e1 !important;
}
.lg\:tw-border-blue-600 {
border-color: #3182ce !important;
}
.lg\:tw-border-blue-700 {
border-color: #2b6cb0 !important;
}
.lg\:tw-border-blue-800 {
border-color: #2c5282 !important;
}
.lg\:tw-border-blue-900 {
border-color: #2a4365 !important;
}
.lg\:tw-border-indigo-100 {
border-color: #ebf4ff !important;
}
.lg\:tw-border-indigo-200 {
border-color: #c3dafe !important;
}
.lg\:tw-border-indigo-300 {
border-color: #a3bffa !important;
}
.lg\:tw-border-indigo-400 {
border-color: #7f9cf5 !important;
}
.lg\:tw-border-indigo-500 {
border-color: #667eea !important;
}
.lg\:tw-border-indigo-600 {
border-color: #5a67d8 !important;
}
.lg\:tw-border-indigo-700 {
border-color: #4c51bf !important;
}
.lg\:tw-border-indigo-800 {
border-color: #434190 !important;
}
.lg\:tw-border-indigo-900 {
border-color: #3c366b !important;
}
.lg\:tw-border-purple-100 {
border-color: #faf5ff !important;
}
.lg\:tw-border-purple-200 {
border-color: #e9d8fd !important;
}
.lg\:tw-border-purple-300 {
border-color: #d6bcfa !important;
}
.lg\:tw-border-purple-400 {
border-color: #b794f4 !important;
}
.lg\:tw-border-purple-500 {
border-color: #9f7aea !important;
}
.lg\:tw-border-purple-600 {
border-color: #805ad5 !important;
}
.lg\:tw-border-purple-700 {
border-color: #6b46c1 !important;
}
.lg\:tw-border-purple-800 {
border-color: #553c9a !important;
}
.lg\:tw-border-purple-900 {
border-color: #44337a !important;
}
.lg\:tw-border-pink-100 {
border-color: #fff5f7 !important;
}
.lg\:tw-border-pink-200 {
border-color: #fed7e2 !important;
}
.lg\:tw-border-pink-300 {
border-color: #fbb6ce !important;
}
.lg\:tw-border-pink-400 {
border-color: #f687b3 !important;
}
.lg\:tw-border-pink-500 {
border-color: #ed64a6 !important;
}
.lg\:tw-border-pink-600 {
border-color: #d53f8c !important;
}
.lg\:tw-border-pink-700 {
border-color: #b83280 !important;
}
.lg\:tw-border-pink-800 {
border-color: #97266d !important;
}
.lg\:tw-border-pink-900 {
border-color: #702459 !important;
}
.lg\:hover\:tw-border-transparent:hover {
border-color: transparent !important;
}
.lg\:hover\:tw-border-black:hover {
border-color: #000 !important;
}
.lg\:hover\:tw-border-white:hover {
border-color: #fff !important;
}
.lg\:hover\:tw-border-gray-100:hover {
border-color: #f7fafc !important;
}
.lg\:hover\:tw-border-gray-200:hover {
border-color: #edf2f7 !important;
}
.lg\:hover\:tw-border-gray-300:hover {
border-color: #e2e8f0 !important;
}
.lg\:hover\:tw-border-gray-400:hover {
border-color: #cbd5e0 !important;
}
.lg\:hover\:tw-border-gray-500:hover {
border-color: #a0aec0 !important;
}
.lg\:hover\:tw-border-gray-600:hover {
border-color: #718096 !important;
}
.lg\:hover\:tw-border-gray-700:hover {
border-color: #4a5568 !important;
}
.lg\:hover\:tw-border-gray-800:hover {
border-color: #2d3748 !important;
}
.lg\:hover\:tw-border-gray-900:hover {
border-color: #1a202c !important;
}
.lg\:hover\:tw-border-red-100:hover {
border-color: #fff5f5 !important;
}
.lg\:hover\:tw-border-red-200:hover {
border-color: #fed7d7 !important;
}
.lg\:hover\:tw-border-red-300:hover {
border-color: #feb2b2 !important;
}
.lg\:hover\:tw-border-red-400:hover {
border-color: #fc8181 !important;
}
.lg\:hover\:tw-border-red-500:hover {
border-color: #f56565 !important;
}
.lg\:hover\:tw-border-red-600:hover {
border-color: #e53e3e !important;
}
.lg\:hover\:tw-border-red-700:hover {
border-color: #c53030 !important;
}
.lg\:hover\:tw-border-red-800:hover {
border-color: #9b2c2c !important;
}
.lg\:hover\:tw-border-red-900:hover {
border-color: #742a2a !important;
}
.lg\:hover\:tw-border-orange-100:hover {
border-color: #fffaf0 !important;
}
.lg\:hover\:tw-border-orange-200:hover {
border-color: #feebc8 !important;
}
.lg\:hover\:tw-border-orange-300:hover {
border-color: #fbd38d !important;
}
.lg\:hover\:tw-border-orange-400:hover {
border-color: #f6ad55 !important;
}
.lg\:hover\:tw-border-orange-500:hover {
border-color: #ed8936 !important;
}
.lg\:hover\:tw-border-orange-600:hover {
border-color: #dd6b20 !important;
}
.lg\:hover\:tw-border-orange-700:hover {
border-color: #c05621 !important;
}
.lg\:hover\:tw-border-orange-800:hover {
border-color: #9c4221 !important;
}
.lg\:hover\:tw-border-orange-900:hover {
border-color: #7b341e !important;
}
.lg\:hover\:tw-border-yellow-100:hover {
border-color: #fffff0 !important;
}
.lg\:hover\:tw-border-yellow-200:hover {
border-color: #fefcbf !important;
}
.lg\:hover\:tw-border-yellow-300:hover {
border-color: #faf089 !important;
}
.lg\:hover\:tw-border-yellow-400:hover {
border-color: #f6e05e !important;
}
.lg\:hover\:tw-border-yellow-500:hover {
border-color: #ecc94b !important;
}
.lg\:hover\:tw-border-yellow-600:hover {
border-color: #d69e2e !important;
}
.lg\:hover\:tw-border-yellow-700:hover {
border-color: #b7791f !important;
}
.lg\:hover\:tw-border-yellow-800:hover {
border-color: #975a16 !important;
}
.lg\:hover\:tw-border-yellow-900:hover {
border-color: #744210 !important;
}
.lg\:hover\:tw-border-green-100:hover {
border-color: #f0fff4 !important;
}
.lg\:hover\:tw-border-green-200:hover {
border-color: #c6f6d5 !important;
}
.lg\:hover\:tw-border-green-300:hover {
border-color: #9ae6b4 !important;
}
.lg\:hover\:tw-border-green-400:hover {
border-color: #68d391 !important;
}
.lg\:hover\:tw-border-green-500:hover {
border-color: #48bb78 !important;
}
.lg\:hover\:tw-border-green-600:hover {
border-color: #38a169 !important;
}
.lg\:hover\:tw-border-green-700:hover {
border-color: #2f855a !important;
}
.lg\:hover\:tw-border-green-800:hover {
border-color: #276749 !important;
}
.lg\:hover\:tw-border-green-900:hover {
border-color: #22543d !important;
}
.lg\:hover\:tw-border-teal-100:hover {
border-color: #e6fffa !important;
}
.lg\:hover\:tw-border-teal-200:hover {
border-color: #b2f5ea !important;
}
.lg\:hover\:tw-border-teal-300:hover {
border-color: #81e6d9 !important;
}
.lg\:hover\:tw-border-teal-400:hover {
border-color: #4fd1c5 !important;
}
.lg\:hover\:tw-border-teal-500:hover {
border-color: #38b2ac !important;
}
.lg\:hover\:tw-border-teal-600:hover {
border-color: #319795 !important;
}
.lg\:hover\:tw-border-teal-700:hover {
border-color: #2c7a7b !important;
}
.lg\:hover\:tw-border-teal-800:hover {
border-color: #285e61 !important;
}
.lg\:hover\:tw-border-teal-900:hover {
border-color: #234e52 !important;
}
.lg\:hover\:tw-border-blue-100:hover {
border-color: #ebf8ff !important;
}
.lg\:hover\:tw-border-blue-200:hover {
border-color: #bee3f8 !important;
}
.lg\:hover\:tw-border-blue-300:hover {
border-color: #90cdf4 !important;
}
.lg\:hover\:tw-border-blue-400:hover {
border-color: #63b3ed !important;
}
.lg\:hover\:tw-border-blue-500:hover {
border-color: #4299e1 !important;
}
.lg\:hover\:tw-border-blue-600:hover {
border-color: #3182ce !important;
}
.lg\:hover\:tw-border-blue-700:hover {
border-color: #2b6cb0 !important;
}
.lg\:hover\:tw-border-blue-800:hover {
border-color: #2c5282 !important;
}
.lg\:hover\:tw-border-blue-900:hover {
border-color: #2a4365 !important;
}
.lg\:hover\:tw-border-indigo-100:hover {
border-color: #ebf4ff !important;
}
.lg\:hover\:tw-border-indigo-200:hover {
border-color: #c3dafe !important;
}
.lg\:hover\:tw-border-indigo-300:hover {
border-color: #a3bffa !important;
}
.lg\:hover\:tw-border-indigo-400:hover {
border-color: #7f9cf5 !important;
}
.lg\:hover\:tw-border-indigo-500:hover {
border-color: #667eea !important;
}
.lg\:hover\:tw-border-indigo-600:hover {
border-color: #5a67d8 !important;
}
.lg\:hover\:tw-border-indigo-700:hover {
border-color: #4c51bf !important;
}
.lg\:hover\:tw-border-indigo-800:hover {
border-color: #434190 !important;
}
.lg\:hover\:tw-border-indigo-900:hover {
border-color: #3c366b !important;
}
.lg\:hover\:tw-border-purple-100:hover {
border-color: #faf5ff !important;
}
.lg\:hover\:tw-border-purple-200:hover {
border-color: #e9d8fd !important;
}
.lg\:hover\:tw-border-purple-300:hover {
border-color: #d6bcfa !important;
}
.lg\:hover\:tw-border-purple-400:hover {
border-color: #b794f4 !important;
}
.lg\:hover\:tw-border-purple-500:hover {
border-color: #9f7aea !important;
}
.lg\:hover\:tw-border-purple-600:hover {
border-color: #805ad5 !important;
}
.lg\:hover\:tw-border-purple-700:hover {
border-color: #6b46c1 !important;
}
.lg\:hover\:tw-border-purple-800:hover {
border-color: #553c9a !important;
}
.lg\:hover\:tw-border-purple-900:hover {
border-color: #44337a !important;
}
.lg\:hover\:tw-border-pink-100:hover {
border-color: #fff5f7 !important;
}
.lg\:hover\:tw-border-pink-200:hover {
border-color: #fed7e2 !important;
}
.lg\:hover\:tw-border-pink-300:hover {
border-color: #fbb6ce !important;
}
.lg\:hover\:tw-border-pink-400:hover {
border-color: #f687b3 !important;
}
.lg\:hover\:tw-border-pink-500:hover {
border-color: #ed64a6 !important;
}
.lg\:hover\:tw-border-pink-600:hover {
border-color: #d53f8c !important;
}
.lg\:hover\:tw-border-pink-700:hover {
border-color: #b83280 !important;
}
.lg\:hover\:tw-border-pink-800:hover {
border-color: #97266d !important;
}
.lg\:hover\:tw-border-pink-900:hover {
border-color: #702459 !important;
}
.lg\:focus\:tw-border-transparent:focus {
border-color: transparent !important;
}
.lg\:focus\:tw-border-black:focus {
border-color: #000 !important;
}
.lg\:focus\:tw-border-white:focus {
border-color: #fff !important;
}
.lg\:focus\:tw-border-gray-100:focus {
border-color: #f7fafc !important;
}
.lg\:focus\:tw-border-gray-200:focus {
border-color: #edf2f7 !important;
}
.lg\:focus\:tw-border-gray-300:focus {
border-color: #e2e8f0 !important;
}
.lg\:focus\:tw-border-gray-400:focus {
border-color: #cbd5e0 !important;
}
.lg\:focus\:tw-border-gray-500:focus {
border-color: #a0aec0 !important;
}
.lg\:focus\:tw-border-gray-600:focus {
border-color: #718096 !important;
}
.lg\:focus\:tw-border-gray-700:focus {
border-color: #4a5568 !important;
}
.lg\:focus\:tw-border-gray-800:focus {
border-color: #2d3748 !important;
}
.lg\:focus\:tw-border-gray-900:focus {
border-color: #1a202c !important;
}
.lg\:focus\:tw-border-red-100:focus {
border-color: #fff5f5 !important;
}
.lg\:focus\:tw-border-red-200:focus {
border-color: #fed7d7 !important;
}
.lg\:focus\:tw-border-red-300:focus {
border-color: #feb2b2 !important;
}
.lg\:focus\:tw-border-red-400:focus {
border-color: #fc8181 !important;
}
.lg\:focus\:tw-border-red-500:focus {
border-color: #f56565 !important;
}
.lg\:focus\:tw-border-red-600:focus {
border-color: #e53e3e !important;
}
.lg\:focus\:tw-border-red-700:focus {
border-color: #c53030 !important;
}
.lg\:focus\:tw-border-red-800:focus {
border-color: #9b2c2c !important;
}
.lg\:focus\:tw-border-red-900:focus {
border-color: #742a2a !important;
}
.lg\:focus\:tw-border-orange-100:focus {
border-color: #fffaf0 !important;
}
.lg\:focus\:tw-border-orange-200:focus {
border-color: #feebc8 !important;
}
.lg\:focus\:tw-border-orange-300:focus {
border-color: #fbd38d !important;
}
.lg\:focus\:tw-border-orange-400:focus {
border-color: #f6ad55 !important;
}
.lg\:focus\:tw-border-orange-500:focus {
border-color: #ed8936 !important;
}
.lg\:focus\:tw-border-orange-600:focus {
border-color: #dd6b20 !important;
}
.lg\:focus\:tw-border-orange-700:focus {
border-color: #c05621 !important;
}
.lg\:focus\:tw-border-orange-800:focus {
border-color: #9c4221 !important;
}
.lg\:focus\:tw-border-orange-900:focus {
border-color: #7b341e !important;
}
.lg\:focus\:tw-border-yellow-100:focus {
border-color: #fffff0 !important;
}
.lg\:focus\:tw-border-yellow-200:focus {
border-color: #fefcbf !important;
}
.lg\:focus\:tw-border-yellow-300:focus {
border-color: #faf089 !important;
}
.lg\:focus\:tw-border-yellow-400:focus {
border-color: #f6e05e !important;
}
.lg\:focus\:tw-border-yellow-500:focus {
border-color: #ecc94b !important;
}
.lg\:focus\:tw-border-yellow-600:focus {
border-color: #d69e2e !important;
}
.lg\:focus\:tw-border-yellow-700:focus {
border-color: #b7791f !important;
}
.lg\:focus\:tw-border-yellow-800:focus {
border-color: #975a16 !important;
}
.lg\:focus\:tw-border-yellow-900:focus {
border-color: #744210 !important;
}
.lg\:focus\:tw-border-green-100:focus {
border-color: #f0fff4 !important;
}
.lg\:focus\:tw-border-green-200:focus {
border-color: #c6f6d5 !important;
}
.lg\:focus\:tw-border-green-300:focus {
border-color: #9ae6b4 !important;
}
.lg\:focus\:tw-border-green-400:focus {
border-color: #68d391 !important;
}
.lg\:focus\:tw-border-green-500:focus {
border-color: #48bb78 !important;
}
.lg\:focus\:tw-border-green-600:focus {
border-color: #38a169 !important;
}
.lg\:focus\:tw-border-green-700:focus {
border-color: #2f855a !important;
}
.lg\:focus\:tw-border-green-800:focus {
border-color: #276749 !important;
}
.lg\:focus\:tw-border-green-900:focus {
border-color: #22543d !important;
}
.lg\:focus\:tw-border-teal-100:focus {
border-color: #e6fffa !important;
}
.lg\:focus\:tw-border-teal-200:focus {
border-color: #b2f5ea !important;
}
.lg\:focus\:tw-border-teal-300:focus {
border-color: #81e6d9 !important;
}
.lg\:focus\:tw-border-teal-400:focus {
border-color: #4fd1c5 !important;
}
.lg\:focus\:tw-border-teal-500:focus {
border-color: #38b2ac !important;
}
.lg\:focus\:tw-border-teal-600:focus {
border-color: #319795 !important;
}
.lg\:focus\:tw-border-teal-700:focus {
border-color: #2c7a7b !important;
}
.lg\:focus\:tw-border-teal-800:focus {
border-color: #285e61 !important;
}
.lg\:focus\:tw-border-teal-900:focus {
border-color: #234e52 !important;
}
.lg\:focus\:tw-border-blue-100:focus {
border-color: #ebf8ff !important;
}
.lg\:focus\:tw-border-blue-200:focus {
border-color: #bee3f8 !important;
}
.lg\:focus\:tw-border-blue-300:focus {
border-color: #90cdf4 !important;
}
.lg\:focus\:tw-border-blue-400:focus {
border-color: #63b3ed !important;
}
.lg\:focus\:tw-border-blue-500:focus {
border-color: #4299e1 !important;
}
.lg\:focus\:tw-border-blue-600:focus {
border-color: #3182ce !important;
}
.lg\:focus\:tw-border-blue-700:focus {
border-color: #2b6cb0 !important;
}
.lg\:focus\:tw-border-blue-800:focus {
border-color: #2c5282 !important;
}
.lg\:focus\:tw-border-blue-900:focus {
border-color: #2a4365 !important;
}
.lg\:focus\:tw-border-indigo-100:focus {
border-color: #ebf4ff !important;
}
.lg\:focus\:tw-border-indigo-200:focus {
border-color: #c3dafe !important;
}
.lg\:focus\:tw-border-indigo-300:focus {
border-color: #a3bffa !important;
}
.lg\:focus\:tw-border-indigo-400:focus {
border-color: #7f9cf5 !important;
}
.lg\:focus\:tw-border-indigo-500:focus {
border-color: #667eea !important;
}
.lg\:focus\:tw-border-indigo-600:focus {
border-color: #5a67d8 !important;
}
.lg\:focus\:tw-border-indigo-700:focus {
border-color: #4c51bf !important;
}
.lg\:focus\:tw-border-indigo-800:focus {
border-color: #434190 !important;
}
.lg\:focus\:tw-border-indigo-900:focus {
border-color: #3c366b !important;
}
.lg\:focus\:tw-border-purple-100:focus {
border-color: #faf5ff !important;
}
.lg\:focus\:tw-border-purple-200:focus {
border-color: #e9d8fd !important;
}
.lg\:focus\:tw-border-purple-300:focus {
border-color: #d6bcfa !important;
}
.lg\:focus\:tw-border-purple-400:focus {
border-color: #b794f4 !important;
}
.lg\:focus\:tw-border-purple-500:focus {
border-color: #9f7aea !important;
}
.lg\:focus\:tw-border-purple-600:focus {
border-color: #805ad5 !important;
}
.lg\:focus\:tw-border-purple-700:focus {
border-color: #6b46c1 !important;
}
.lg\:focus\:tw-border-purple-800:focus {
border-color: #553c9a !important;
}
.lg\:focus\:tw-border-purple-900:focus {
border-color: #44337a !important;
}
.lg\:focus\:tw-border-pink-100:focus {
border-color: #fff5f7 !important;
}
.lg\:focus\:tw-border-pink-200:focus {
border-color: #fed7e2 !important;
}
.lg\:focus\:tw-border-pink-300:focus {
border-color: #fbb6ce !important;
}
.lg\:focus\:tw-border-pink-400:focus {
border-color: #f687b3 !important;
}
.lg\:focus\:tw-border-pink-500:focus {
border-color: #ed64a6 !important;
}
.lg\:focus\:tw-border-pink-600:focus {
border-color: #d53f8c !important;
}
.lg\:focus\:tw-border-pink-700:focus {
border-color: #b83280 !important;
}
.lg\:focus\:tw-border-pink-800:focus {
border-color: #97266d !important;
}
.lg\:focus\:tw-border-pink-900:focus {
border-color: #702459 !important;
}
.lg\:tw-rounded-none {
border-radius: 0 !important;
}
.lg\:tw-rounded-sm {
border-radius: .125rem !important;
}
.lg\:tw-rounded {
border-radius: .25rem !important;
}
.lg\:tw-rounded-lg {
border-radius: .5rem !important;
}
.lg\:tw-rounded-full {
border-radius: 9999px !important;
}
.lg\:tw-rounded-t-none {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.lg\:tw-rounded-r-none {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.lg\:tw-rounded-b-none {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.lg\:tw-rounded-l-none {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.lg\:tw-rounded-t-sm {
border-top-left-radius: .125rem !important;
border-top-right-radius: .125rem !important;
}
.lg\:tw-rounded-r-sm {
border-top-right-radius: .125rem !important;
border-bottom-right-radius: .125rem !important;
}
.lg\:tw-rounded-b-sm {
border-bottom-right-radius: .125rem !important;
border-bottom-left-radius: .125rem !important;
}
.lg\:tw-rounded-l-sm {
border-top-left-radius: .125rem !important;
border-bottom-left-radius: .125rem !important;
}
.lg\:tw-rounded-t {
border-top-left-radius: .25rem !important;
border-top-right-radius: .25rem !important;
}
.lg\:tw-rounded-r {
border-top-right-radius: .25rem !important;
border-bottom-right-radius: .25rem !important;
}
.lg\:tw-rounded-b {
border-bottom-right-radius: .25rem !important;
border-bottom-left-radius: .25rem !important;
}
.lg\:tw-rounded-l {
border-top-left-radius: .25rem !important;
border-bottom-left-radius: .25rem !important;
}
.lg\:tw-rounded-t-lg {
border-top-left-radius: .5rem !important;
border-top-right-radius: .5rem !important;
}
.lg\:tw-rounded-r-lg {
border-top-right-radius: .5rem !important;
border-bottom-right-radius: .5rem !important;
}
.lg\:tw-rounded-b-lg {
border-bottom-right-radius: .5rem !important;
border-bottom-left-radius: .5rem !important;
}
.lg\:tw-rounded-l-lg {
border-top-left-radius: .5rem !important;
border-bottom-left-radius: .5rem !important;
}
.lg\:tw-rounded-t-full {
border-top-left-radius: 9999px !important;
border-top-right-radius: 9999px !important;
}
.lg\:tw-rounded-r-full {
border-top-right-radius: 9999px !important;
border-bottom-right-radius: 9999px !important;
}
.lg\:tw-rounded-b-full {
border-bottom-right-radius: 9999px !important;
border-bottom-left-radius: 9999px !important;
}
.lg\:tw-rounded-l-full {
border-top-left-radius: 9999px !important;
border-bottom-left-radius: 9999px !important;
}
.lg\:tw-rounded-tl-none {
border-top-left-radius: 0 !important;
}
.lg\:tw-rounded-tr-none {
border-top-right-radius: 0 !important;
}
.lg\:tw-rounded-br-none {
border-bottom-right-radius: 0 !important;
}
.lg\:tw-rounded-bl-none {
border-bottom-left-radius: 0 !important;
}
.lg\:tw-rounded-tl-sm {
border-top-left-radius: .125rem !important;
}
.lg\:tw-rounded-tr-sm {
border-top-right-radius: .125rem !important;
}
.lg\:tw-rounded-br-sm {
border-bottom-right-radius: .125rem !important;
}
.lg\:tw-rounded-bl-sm {
border-bottom-left-radius: .125rem !important;
}
.lg\:tw-rounded-tl {
border-top-left-radius: .25rem !important;
}
.lg\:tw-rounded-tr {
border-top-right-radius: .25rem !important;
}
.lg\:tw-rounded-br {
border-bottom-right-radius: .25rem !important;
}
.lg\:tw-rounded-bl {
border-bottom-left-radius: .25rem !important;
}
.lg\:tw-rounded-tl-lg {
border-top-left-radius: .5rem !important;
}
.lg\:tw-rounded-tr-lg {
border-top-right-radius: .5rem !important;
}
.lg\:tw-rounded-br-lg {
border-bottom-right-radius: .5rem !important;
}
.lg\:tw-rounded-bl-lg {
border-bottom-left-radius: .5rem !important;
}
.lg\:tw-rounded-tl-full {
border-top-left-radius: 9999px !important;
}
.lg\:tw-rounded-tr-full {
border-top-right-radius: 9999px !important;
}
.lg\:tw-rounded-br-full {
border-bottom-right-radius: 9999px !important;
}
.lg\:tw-rounded-bl-full {
border-bottom-left-radius: 9999px !important;
}
.lg\:tw-border-solid {
border-style: solid !important;
}
.lg\:tw-border-dashed {
border-style: dashed !important;
}
.lg\:tw-border-dotted {
border-style: dotted !important;
}
.lg\:tw-border-none {
border-style: none !important;
}
.lg\:tw-border-0 {
border-width: 0 !important;
}
.lg\:tw-border-2 {
border-width: 2px !important;
}
.lg\:tw-border-4 {
border-width: 4px !important;
}
.lg\:tw-border-8 {
border-width: 8px !important;
}
.lg\:tw-border {
border-width: 1px !important;
}
.lg\:tw-border-t-0 {
border-top-width: 0 !important;
}
.lg\:tw-border-r-0 {
border-right-width: 0 !important;
}
.lg\:tw-border-b-0 {
border-bottom-width: 0 !important;
}
.lg\:tw-border-l-0 {
border-left-width: 0 !important;
}
.lg\:tw-border-t-2 {
border-top-width: 2px !important;
}
.lg\:tw-border-r-2 {
border-right-width: 2px !important;
}
.lg\:tw-border-b-2 {
border-bottom-width: 2px !important;
}
.lg\:tw-border-l-2 {
border-left-width: 2px !important;
}
.lg\:tw-border-t-4 {
border-top-width: 4px !important;
}
.lg\:tw-border-r-4 {
border-right-width: 4px !important;
}
.lg\:tw-border-b-4 {
border-bottom-width: 4px !important;
}
.lg\:tw-border-l-4 {
border-left-width: 4px !important;
}
.lg\:tw-border-t-8 {
border-top-width: 8px !important;
}
.lg\:tw-border-r-8 {
border-right-width: 8px !important;
}
.lg\:tw-border-b-8 {
border-bottom-width: 8px !important;
}
.lg\:tw-border-l-8 {
border-left-width: 8px !important;
}
.lg\:tw-border-t {
border-top-width: 1px !important;
}
.lg\:tw-border-r {
border-right-width: 1px !important;
}
.lg\:tw-border-b {
border-bottom-width: 1px !important;
}
.lg\:tw-border-l {
border-left-width: 1px !important;
}
.lg\:tw-cursor-auto {
cursor: auto !important;
}
.lg\:tw-cursor-default {
cursor: default !important;
}
.lg\:tw-cursor-pointer {
cursor: pointer !important;
}
.lg\:tw-cursor-wait {
cursor: wait !important;
}
.lg\:tw-cursor-move {
cursor: move !important;
}
.lg\:tw-cursor-not-allowed {
cursor: not-allowed !important;
}
.lg\:tw-block {
display: block !important;
}
.lg\:tw-inline-block {
display: inline-block !important;
}
.lg\:tw-inline {
display: inline !important;
}
.lg\:tw-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.lg\:tw-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.lg\:tw-table {
display: table !important;
}
.lg\:tw-table-row {
display: table-row !important;
}
.lg\:tw-table-cell {
display: table-cell !important;
}
.lg\:tw-hidden {
display: none !important;
}
.lg\:tw-flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.lg\:tw-flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.lg\:tw-flex-col {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.lg\:tw-flex-col-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.lg\:tw-flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.lg\:tw-flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.lg\:tw-flex-no-wrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.lg\:tw-items-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.lg\:tw-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.lg\:tw-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.lg\:tw-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.lg\:tw-items-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.lg\:tw-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.lg\:tw-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.lg\:tw-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.lg\:tw-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.lg\:tw-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
.lg\:tw-justify-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.lg\:tw-justify-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.lg\:tw-justify-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.lg\:tw-justify-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.lg\:tw-justify-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.lg\:tw-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.lg\:tw-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.lg\:tw-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.lg\:tw-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.lg\:tw-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.lg\:tw-flex-1 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important;
}
.lg\:tw-flex-auto {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.lg\:tw-flex-initial {
-webkit-box-flex: 0 !important;
-ms-flex: 0 1 auto !important;
flex: 0 1 auto !important;
}
.lg\:tw-flex-none {
-webkit-box-flex: 0 !important;
-ms-flex: none !important;
flex: none !important;
}
.lg\:tw-flex-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.lg\:tw-flex-grow {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.lg\:tw-flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.lg\:tw-flex-shrink {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.lg\:tw-float-right {
float: right !important;
}
.lg\:tw-float-left {
float: left !important;
}
.lg\:tw-float-none {
float: none !important;
}
.lg\:tw-clearfix:after {
content: "" !important;
display: table !important;
clear: both !important;
}
.lg\:tw-font-sans {
font-family: -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" !important;
}
.lg\:tw-font-serif {
font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
}
.lg\:tw-font-mono {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.lg\:tw-font-hairline {
font-weight: 100 !important;
}
.lg\:tw-font-thin {
font-weight: 200 !important;
}
.lg\:tw-font-light {
font-weight: 300 !important;
}
.lg\:tw-font-normal {
font-weight: 400 !important;
}
.lg\:tw-font-medium {
font-weight: 500 !important;
}
.lg\:tw-font-semibold {
font-weight: 600 !important;
}
.lg\:tw-font-bold {
font-weight: 700 !important;
}
.lg\:tw-font-extrabold {
font-weight: 800 !important;
}
.lg\:tw-font-black {
font-weight: 900 !important;
}
.lg\:hover\:tw-font-hairline:hover {
font-weight: 100 !important;
}
.lg\:hover\:tw-font-thin:hover {
font-weight: 200 !important;
}
.lg\:hover\:tw-font-light:hover {
font-weight: 300 !important;
}
.lg\:hover\:tw-font-normal:hover {
font-weight: 400 !important;
}
.lg\:hover\:tw-font-medium:hover {
font-weight: 500 !important;
}
.lg\:hover\:tw-font-semibold:hover {
font-weight: 600 !important;
}
.lg\:hover\:tw-font-bold:hover {
font-weight: 700 !important;
}
.lg\:hover\:tw-font-extrabold:hover {
font-weight: 800 !important;
}
.lg\:hover\:tw-font-black:hover {
font-weight: 900 !important;
}
.lg\:focus\:tw-font-hairline:focus {
font-weight: 100 !important;
}
.lg\:focus\:tw-font-thin:focus {
font-weight: 200 !important;
}
.lg\:focus\:tw-font-light:focus {
font-weight: 300 !important;
}
.lg\:focus\:tw-font-normal:focus {
font-weight: 400 !important;
}
.lg\:focus\:tw-font-medium:focus {
font-weight: 500 !important;
}
.lg\:focus\:tw-font-semibold:focus {
font-weight: 600 !important;
}
.lg\:focus\:tw-font-bold:focus {
font-weight: 700 !important;
}
.lg\:focus\:tw-font-extrabold:focus {
font-weight: 800 !important;
}
.lg\:focus\:tw-font-black:focus {
font-weight: 900 !important;
}
.lg\:tw-h-0 {
height: 0 !important;
}
.lg\:tw-h-1 {
height: .25rem !important;
}
.lg\:tw-h-2 {
height: .5rem !important;
}
.lg\:tw-h-3 {
height: .75rem !important;
}
.lg\:tw-h-4 {
height: 1rem !important;
}
.lg\:tw-h-5 {
height: 1.25rem !important;
}
.lg\:tw-h-6 {
height: 1.5rem !important;
}
.lg\:tw-h-8 {
height: 2rem !important;
}
.lg\:tw-h-10 {
height: 2.5rem !important;
}
.lg\:tw-h-12 {
height: 3rem !important;
}
.lg\:tw-h-16 {
height: 4rem !important;
}
.lg\:tw-h-20 {
height: 5rem !important;
}
.lg\:tw-h-24 {
height: 6rem !important;
}
.lg\:tw-h-32 {
height: 8rem !important;
}
.lg\:tw-h-40 {
height: 10rem !important;
}
.lg\:tw-h-48 {
height: 12rem !important;
}
.lg\:tw-h-56 {
height: 14rem !important;
}
.lg\:tw-h-64 {
height: 16rem !important;
}
.lg\:tw-h-auto {
height: auto !important;
}
.lg\:tw-h-px {
height: 1px !important;
}
.lg\:tw-h-full {
height: 100% !important;
}
.lg\:tw-h-screen {
height: 100vh !important;
}
.lg\:tw-leading-none {
line-height: 1 !important;
}
.lg\:tw-leading-tight {
line-height: 1.25 !important;
}
.lg\:tw-leading-snug {
line-height: 1.375 !important;
}
.lg\:tw-leading-normal {
line-height: 1.5 !important;
}
.lg\:tw-leading-relaxed {
line-height: 1.625 !important;
}
.lg\:tw-leading-loose {
line-height: 2 !important;
}
.lg\:tw-list-inside {
list-style-position: inside !important;
}
.lg\:tw-list-outside {
list-style-position: outside !important;
}
.lg\:tw-list-none {
list-style-type: none !important;
}
.lg\:tw-list-disc {
list-style-type: disc !important;
}
.lg\:tw-list-decimal {
list-style-type: decimal !important;
}
.lg\:tw-m-0 {
margin: 0 !important;
}
.lg\:tw-m-1 {
margin: .25rem !important;
}
.lg\:tw-m-2 {
margin: .5rem !important;
}
.lg\:tw-m-3 {
margin: .75rem !important;
}
.lg\:tw-m-4 {
margin: 1rem !important;
}
.lg\:tw-m-5 {
margin: 1.25rem !important;
}
.lg\:tw-m-6 {
margin: 1.5rem !important;
}
.lg\:tw-m-8 {
margin: 2rem !important;
}
.lg\:tw-m-10 {
margin: 2.5rem !important;
}
.lg\:tw-m-12 {
margin: 3rem !important;
}
.lg\:tw-m-16 {
margin: 4rem !important;
}
.lg\:tw-m-20 {
margin: 5rem !important;
}
.lg\:tw-m-24 {
margin: 6rem !important;
}
.lg\:tw-m-32 {
margin: 8rem !important;
}
.lg\:tw-m-40 {
margin: 10rem !important;
}
.lg\:tw-m-48 {
margin: 12rem !important;
}
.lg\:tw-m-56 {
margin: 14rem !important;
}
.lg\:tw-m-64 {
margin: 16rem !important;
}
.lg\:tw-m-auto {
margin: auto !important;
}
.lg\:tw-m-px {
margin: 1px !important;
}
.lg\:tw-my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.lg\:tw-mx-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
.lg\:tw-my-1 {
margin-top: .25rem !important;
margin-bottom: .25rem !important;
}
.lg\:tw-mx-1 {
margin-left: .25rem !important;
margin-right: .25rem !important;
}
.lg\:tw-my-2 {
margin-top: .5rem !important;
margin-bottom: .5rem !important;
}
.lg\:tw-mx-2 {
margin-left: .5rem !important;
margin-right: .5rem !important;
}
.lg\:tw-my-3 {
margin-top: .75rem !important;
margin-bottom: .75rem !important;
}
.lg\:tw-mx-3 {
margin-left: .75rem !important;
margin-right: .75rem !important;
}
.lg\:tw-my-4 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.lg\:tw-mx-4 {
margin-left: 1rem !important;
margin-right: 1rem !important;
}
.lg\:tw-my-5 {
margin-top: 1.25rem !important;
margin-bottom: 1.25rem !important;
}
.lg\:tw-mx-5 {
margin-left: 1.25rem !important;
margin-right: 1.25rem !important;
}
.lg\:tw-my-6 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.lg\:tw-mx-6 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
}
.lg\:tw-my-8 {
margin-top: 2rem !important;
margin-bottom: 2rem !important;
}
.lg\:tw-mx-8 {
margin-left: 2rem !important;
margin-right: 2rem !important;
}
.lg\:tw-my-10 {
margin-top: 2.5rem !important;
margin-bottom: 2.5rem !important;
}
.lg\:tw-mx-10 {
margin-left: 2.5rem !important;
margin-right: 2.5rem !important;
}
.lg\:tw-my-12 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.lg\:tw-mx-12 {
margin-left: 3rem !important;
margin-right: 3rem !important;
}
.lg\:tw-my-16 {
margin-top: 4rem !important;
margin-bottom: 4rem !important;
}
.lg\:tw-mx-16 {
margin-left: 4rem !important;
margin-right: 4rem !important;
}
.lg\:tw-my-20 {
margin-top: 5rem !important;
margin-bottom: 5rem !important;
}
.lg\:tw-mx-20 {
margin-left: 5rem !important;
margin-right: 5rem !important;
}
.lg\:tw-my-24 {
margin-top: 6rem !important;
margin-bottom: 6rem !important;
}
.lg\:tw-mx-24 {
margin-left: 6rem !important;
margin-right: 6rem !important;
}
.lg\:tw-my-32 {
margin-top: 8rem !important;
margin-bottom: 8rem !important;
}
.lg\:tw-mx-32 {
margin-left: 8rem !important;
margin-right: 8rem !important;
}
.lg\:tw-my-40 {
margin-top: 10rem !important;
margin-bottom: 10rem !important;
}
.lg\:tw-mx-40 {
margin-left: 10rem !important;
margin-right: 10rem !important;
}
.lg\:tw-my-48 {
margin-top: 12rem !important;
margin-bottom: 12rem !important;
}
.lg\:tw-mx-48 {
margin-left: 12rem !important;
margin-right: 12rem !important;
}
.lg\:tw-my-56 {
margin-top: 14rem !important;
margin-bottom: 14rem !important;
}
.lg\:tw-mx-56 {
margin-left: 14rem !important;
margin-right: 14rem !important;
}
.lg\:tw-my-64 {
margin-top: 16rem !important;
margin-bottom: 16rem !important;
}
.lg\:tw-mx-64 {
margin-left: 16rem !important;
margin-right: 16rem !important;
}
.lg\:tw-my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.lg\:tw-mx-auto {
margin-left: auto !important;
margin-right: auto !important;
}
.lg\:tw-my-px {
margin-top: 1px !important;
margin-bottom: 1px !important;
}
.lg\:tw-mx-px {
margin-left: 1px !important;
margin-right: 1px !important;
}
.lg\:tw-mt-0 {
margin-top: 0 !important;
}
.lg\:tw-mr-0 {
margin-right: 0 !important;
}
.lg\:tw-mb-0 {
margin-bottom: 0 !important;
}
.lg\:tw-ml-0 {
margin-left: 0 !important;
}
.lg\:tw-mt-1 {
margin-top: .25rem !important;
}
.lg\:tw-mr-1 {
margin-right: .25rem !important;
}
.lg\:tw-mb-1 {
margin-bottom: .25rem !important;
}
.lg\:tw-ml-1 {
margin-left: .25rem !important;
}
.lg\:tw-mt-2 {
margin-top: .5rem !important;
}
.lg\:tw-mr-2 {
margin-right: .5rem !important;
}
.lg\:tw-mb-2 {
margin-bottom: .5rem !important;
}
.lg\:tw-ml-2 {
margin-left: .5rem !important;
}
.lg\:tw-mt-3 {
margin-top: .75rem !important;
}
.lg\:tw-mr-3 {
margin-right: .75rem !important;
}
.lg\:tw-mb-3 {
margin-bottom: .75rem !important;
}
.lg\:tw-ml-3 {
margin-left: .75rem !important;
}
.lg\:tw-mt-4 {
margin-top: 1rem !important;
}
.lg\:tw-mr-4 {
margin-right: 1rem !important;
}
.lg\:tw-mb-4 {
margin-bottom: 1rem !important;
}
.lg\:tw-ml-4 {
margin-left: 1rem !important;
}
.lg\:tw-mt-5 {
margin-top: 1.25rem !important;
}
.lg\:tw-mr-5 {
margin-right: 1.25rem !important;
}
.lg\:tw-mb-5 {
margin-bottom: 1.25rem !important;
}
.lg\:tw-ml-5 {
margin-left: 1.25rem !important;
}
.lg\:tw-mt-6 {
margin-top: 1.5rem !important;
}
.lg\:tw-mr-6 {
margin-right: 1.5rem !important;
}
.lg\:tw-mb-6 {
margin-bottom: 1.5rem !important;
}
.lg\:tw-ml-6 {
margin-left: 1.5rem !important;
}
.lg\:tw-mt-8 {
margin-top: 2rem !important;
}
.lg\:tw-mr-8 {
margin-right: 2rem !important;
}
.lg\:tw-mb-8 {
margin-bottom: 2rem !important;
}
.lg\:tw-ml-8 {
margin-left: 2rem !important;
}
.lg\:tw-mt-10 {
margin-top: 2.5rem !important;
}
.lg\:tw-mr-10 {
margin-right: 2.5rem !important;
}
.lg\:tw-mb-10 {
margin-bottom: 2.5rem !important;
}
.lg\:tw-ml-10 {
margin-left: 2.5rem !important;
}
.lg\:tw-mt-12 {
margin-top: 3rem !important;
}
.lg\:tw-mr-12 {
margin-right: 3rem !important;
}
.lg\:tw-mb-12 {
margin-bottom: 3rem !important;
}
.lg\:tw-ml-12 {
margin-left: 3rem !important;
}
.lg\:tw-mt-16 {
margin-top: 4rem !important;
}
.lg\:tw-mr-16 {
margin-right: 4rem !important;
}
.lg\:tw-mb-16 {
margin-bottom: 4rem !important;
}
.lg\:tw-ml-16 {
margin-left: 4rem !important;
}
.lg\:tw-mt-20 {
margin-top: 5rem !important;
}
.lg\:tw-mr-20 {
margin-right: 5rem !important;
}
.lg\:tw-mb-20 {
margin-bottom: 5rem !important;
}
.lg\:tw-ml-20 {
margin-left: 5rem !important;
}
.lg\:tw-mt-24 {
margin-top: 6rem !important;
}
.lg\:tw-mr-24 {
margin-right: 6rem !important;
}
.lg\:tw-mb-24 {
margin-bottom: 6rem !important;
}
.lg\:tw-ml-24 {
margin-left: 6rem !important;
}
.lg\:tw-mt-32 {
margin-top: 8rem !important;
}
.lg\:tw-mr-32 {
margin-right: 8rem !important;
}
.lg\:tw-mb-32 {
margin-bottom: 8rem !important;
}
.lg\:tw-ml-32 {
margin-left: 8rem !important;
}
.lg\:tw-mt-40 {
margin-top: 10rem !important;
}
.lg\:tw-mr-40 {
margin-right: 10rem !important;
}
.lg\:tw-mb-40 {
margin-bottom: 10rem !important;
}
.lg\:tw-ml-40 {
margin-left: 10rem !important;
}
.lg\:tw-mt-48 {
margin-top: 12rem !important;
}
.lg\:tw-mr-48 {
margin-right: 12rem !important;
}
.lg\:tw-mb-48 {
margin-bottom: 12rem !important;
}
.lg\:tw-ml-48 {
margin-left: 12rem !important;
}
.lg\:tw-mt-56 {
margin-top: 14rem !important;
}
.lg\:tw-mr-56 {
margin-right: 14rem !important;
}
.lg\:tw-mb-56 {
margin-bottom: 14rem !important;
}
.lg\:tw-ml-56 {
margin-left: 14rem !important;
}
.lg\:tw-mt-64 {
margin-top: 16rem !important;
}
.lg\:tw-mr-64 {
margin-right: 16rem !important;
}
.lg\:tw-mb-64 {
margin-bottom: 16rem !important;
}
.lg\:tw-ml-64 {
margin-left: 16rem !important;
}
.lg\:tw-mt-auto {
margin-top: auto !important;
}
.lg\:tw-mr-auto {
margin-right: auto !important;
}
.lg\:tw-mb-auto {
margin-bottom: auto !important;
}
.lg\:tw-ml-auto {
margin-left: auto !important;
}
.lg\:tw-mt-px {
margin-top: 1px !important;
}
.lg\:tw-mr-px {
margin-right: 1px !important;
}
.lg\:tw-mb-px {
margin-bottom: 1px !important;
}
.lg\:tw-ml-px {
margin-left: 1px !important;
}
.lg\:tw-max-h-full {
max-height: 100% !important;
}
.lg\:tw-max-h-screen {
max-height: 100vh !important;
}
.lg\:tw-max-w-xs {
max-width: 20rem !important;
}
.lg\:tw-max-w-sm {
max-width: 24rem !important;
}
.lg\:tw-max-w-md {
max-width: 28rem !important;
}
.lg\:tw-max-w-lg {
max-width: 32rem !important;
}
.lg\:tw-max-w-xl {
max-width: 36rem !important;
}
.lg\:tw-max-w-2xl {
max-width: 42rem !important;
}
.lg\:tw-max-w-3xl {
max-width: 48rem !important;
}
.lg\:tw-max-w-4xl {
max-width: 56rem !important;
}
.lg\:tw-max-w-5xl {
max-width: 64rem !important;
}
.lg\:tw-max-w-6xl {
max-width: 72rem !important;
}
.lg\:tw-max-w-full {
max-width: 100% !important;
}
.lg\:tw-min-h-0 {
min-height: 0 !important;
}
.lg\:tw-min-h-full {
min-height: 100% !important;
}
.lg\:tw-min-h-screen {
min-height: 100vh !important;
}
.lg\:tw-min-w-0 {
min-width: 0 !important;
}
.lg\:tw-min-w-full {
min-width: 100% !important;
}
.lg\:tw--m-0 {
margin: 0 !important;
}
.lg\:tw--m-1 {
margin: -0.25rem !important;
}
.lg\:tw--m-2 {
margin: -0.5rem !important;
}
.lg\:tw--m-3 {
margin: -0.75rem !important;
}
.lg\:tw--m-4 {
margin: -1rem !important;
}
.lg\:tw--m-5 {
margin: -1.25rem !important;
}
.lg\:tw--m-6 {
margin: -1.5rem !important;
}
.lg\:tw--m-8 {
margin: -2rem !important;
}
.lg\:tw--m-10 {
margin: -2.5rem !important;
}
.lg\:tw--m-12 {
margin: -3rem !important;
}
.lg\:tw--m-16 {
margin: -4rem !important;
}
.lg\:tw--m-20 {
margin: -5rem !important;
}
.lg\:tw--m-24 {
margin: -6rem !important;
}
.lg\:tw--m-32 {
margin: -8rem !important;
}
.lg\:tw--m-40 {
margin: -10rem !important;
}
.lg\:tw--m-48 {
margin: -12rem !important;
}
.lg\:tw--m-56 {
margin: -14rem !important;
}
.lg\:tw--m-64 {
margin: -16rem !important;
}
.lg\:tw--m-px {
margin: -1px !important;
}
.lg\:tw--my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.lg\:tw--mx-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
.lg\:tw--my-1 {
margin-top: -0.25rem !important;
margin-bottom: -0.25rem !important;
}
.lg\:tw--mx-1 {
margin-left: -0.25rem !important;
margin-right: -0.25rem !important;
}
.lg\:tw--my-2 {
margin-top: -0.5rem !important;
margin-bottom: -0.5rem !important;
}
.lg\:tw--mx-2 {
margin-left: -0.5rem !important;
margin-right: -0.5rem !important;
}
.lg\:tw--my-3 {
margin-top: -0.75rem !important;
margin-bottom: -0.75rem !important;
}
.lg\:tw--mx-3 {
margin-left: -0.75rem !important;
margin-right: -0.75rem !important;
}
.lg\:tw--my-4 {
margin-top: -1rem !important;
margin-bottom: -1rem !important;
}
.lg\:tw--mx-4 {
margin-left: -1rem !important;
margin-right: -1rem !important;
}
.lg\:tw--my-5 {
margin-top: -1.25rem !important;
margin-bottom: -1.25rem !important;
}
.lg\:tw--mx-5 {
margin-left: -1.25rem !important;
margin-right: -1.25rem !important;
}
.lg\:tw--my-6 {
margin-top: -1.5rem !important;
margin-bottom: -1.5rem !important;
}
.lg\:tw--mx-6 {
margin-left: -1.5rem !important;
margin-right: -1.5rem !important;
}
.lg\:tw--my-8 {
margin-top: -2rem !important;
margin-bottom: -2rem !important;
}
.lg\:tw--mx-8 {
margin-left: -2rem !important;
margin-right: -2rem !important;
}
.lg\:tw--my-10 {
margin-top: -2.5rem !important;
margin-bottom: -2.5rem !important;
}
.lg\:tw--mx-10 {
margin-left: -2.5rem !important;
margin-right: -2.5rem !important;
}
.lg\:tw--my-12 {
margin-top: -3rem !important;
margin-bottom: -3rem !important;
}
.lg\:tw--mx-12 {
margin-left: -3rem !important;
margin-right: -3rem !important;
}
.lg\:tw--my-16 {
margin-top: -4rem !important;
margin-bottom: -4rem !important;
}
.lg\:tw--mx-16 {
margin-left: -4rem !important;
margin-right: -4rem !important;
}
.lg\:tw--my-20 {
margin-top: -5rem !important;
margin-bottom: -5rem !important;
}
.lg\:tw--mx-20 {
margin-left: -5rem !important;
margin-right: -5rem !important;
}
.lg\:tw--my-24 {
margin-top: -6rem !important;
margin-bottom: -6rem !important;
}
.lg\:tw--mx-24 {
margin-left: -6rem !important;
margin-right: -6rem !important;
}
.lg\:tw--my-32 {
margin-top: -8rem !important;
margin-bottom: -8rem !important;
}
.lg\:tw--mx-32 {
margin-left: -8rem !important;
margin-right: -8rem !important;
}
.lg\:tw--my-40 {
margin-top: -10rem !important;
margin-bottom: -10rem !important;
}
.lg\:tw--mx-40 {
margin-left: -10rem !important;
margin-right: -10rem !important;
}
.lg\:tw--my-48 {
margin-top: -12rem !important;
margin-bottom: -12rem !important;
}
.lg\:tw--mx-48 {
margin-left: -12rem !important;
margin-right: -12rem !important;
}
.lg\:tw--my-56 {
margin-top: -14rem !important;
margin-bottom: -14rem !important;
}
.lg\:tw--mx-56 {
margin-left: -14rem !important;
margin-right: -14rem !important;
}
.lg\:tw--my-64 {
margin-top: -16rem !important;
margin-bottom: -16rem !important;
}
.lg\:tw--mx-64 {
margin-left: -16rem !important;
margin-right: -16rem !important;
}
.lg\:tw--my-px {
margin-top: -1px !important;
margin-bottom: -1px !important;
}
.lg\:tw--mx-px {
margin-left: -1px !important;
margin-right: -1px !important;
}
.lg\:tw--mt-0 {
margin-top: 0 !important;
}
.lg\:tw--mr-0 {
margin-right: 0 !important;
}
.lg\:tw--mb-0 {
margin-bottom: 0 !important;
}
.lg\:tw--ml-0 {
margin-left: 0 !important;
}
.lg\:tw--mt-1 {
margin-top: -0.25rem !important;
}
.lg\:tw--mr-1 {
margin-right: -0.25rem !important;
}
.lg\:tw--mb-1 {
margin-bottom: -0.25rem !important;
}
.lg\:tw--ml-1 {
margin-left: -0.25rem !important;
}
.lg\:tw--mt-2 {
margin-top: -0.5rem !important;
}
.lg\:tw--mr-2 {
margin-right: -0.5rem !important;
}
.lg\:tw--mb-2 {
margin-bottom: -0.5rem !important;
}
.lg\:tw--ml-2 {
margin-left: -0.5rem !important;
}
.lg\:tw--mt-3 {
margin-top: -0.75rem !important;
}
.lg\:tw--mr-3 {
margin-right: -0.75rem !important;
}
.lg\:tw--mb-3 {
margin-bottom: -0.75rem !important;
}
.lg\:tw--ml-3 {
margin-left: -0.75rem !important;
}
.lg\:tw--mt-4 {
margin-top: -1rem !important;
}
.lg\:tw--mr-4 {
margin-right: -1rem !important;
}
.lg\:tw--mb-4 {
margin-bottom: -1rem !important;
}
.lg\:tw--ml-4 {
margin-left: -1rem !important;
}
.lg\:tw--mt-5 {
margin-top: -1.25rem !important;
}
.lg\:tw--mr-5 {
margin-right: -1.25rem !important;
}
.lg\:tw--mb-5 {
margin-bottom: -1.25rem !important;
}
.lg\:tw--ml-5 {
margin-left: -1.25rem !important;
}
.lg\:tw--mt-6 {
margin-top: -1.5rem !important;
}
.lg\:tw--mr-6 {
margin-right: -1.5rem !important;
}
.lg\:tw--mb-6 {
margin-bottom: -1.5rem !important;
}
.lg\:tw--ml-6 {
margin-left: -1.5rem !important;
}
.lg\:tw--mt-8 {
margin-top: -2rem !important;
}
.lg\:tw--mr-8 {
margin-right: -2rem !important;
}
.lg\:tw--mb-8 {
margin-bottom: -2rem !important;
}
.lg\:tw--ml-8 {
margin-left: -2rem !important;
}
.lg\:tw--mt-10 {
margin-top: -2.5rem !important;
}
.lg\:tw--mr-10 {
margin-right: -2.5rem !important;
}
.lg\:tw--mb-10 {
margin-bottom: -2.5rem !important;
}
.lg\:tw--ml-10 {
margin-left: -2.5rem !important;
}
.lg\:tw--mt-12 {
margin-top: -3rem !important;
}
.lg\:tw--mr-12 {
margin-right: -3rem !important;
}
.lg\:tw--mb-12 {
margin-bottom: -3rem !important;
}
.lg\:tw--ml-12 {
margin-left: -3rem !important;
}
.lg\:tw--mt-16 {
margin-top: -4rem !important;
}
.lg\:tw--mr-16 {
margin-right: -4rem !important;
}
.lg\:tw--mb-16 {
margin-bottom: -4rem !important;
}
.lg\:tw--ml-16 {
margin-left: -4rem !important;
}
.lg\:tw--mt-20 {
margin-top: -5rem !important;
}
.lg\:tw--mr-20 {
margin-right: -5rem !important;
}
.lg\:tw--mb-20 {
margin-bottom: -5rem !important;
}
.lg\:tw--ml-20 {
margin-left: -5rem !important;
}
.lg\:tw--mt-24 {
margin-top: -6rem !important;
}
.lg\:tw--mr-24 {
margin-right: -6rem !important;
}
.lg\:tw--mb-24 {
margin-bottom: -6rem !important;
}
.lg\:tw--ml-24 {
margin-left: -6rem !important;
}
.lg\:tw--mt-32 {
margin-top: -8rem !important;
}
.lg\:tw--mr-32 {
margin-right: -8rem !important;
}
.lg\:tw--mb-32 {
margin-bottom: -8rem !important;
}
.lg\:tw--ml-32 {
margin-left: -8rem !important;
}
.lg\:tw--mt-40 {
margin-top: -10rem !important;
}
.lg\:tw--mr-40 {
margin-right: -10rem !important;
}
.lg\:tw--mb-40 {
margin-bottom: -10rem !important;
}
.lg\:tw--ml-40 {
margin-left: -10rem !important;
}
.lg\:tw--mt-48 {
margin-top: -12rem !important;
}
.lg\:tw--mr-48 {
margin-right: -12rem !important;
}
.lg\:tw--mb-48 {
margin-bottom: -12rem !important;
}
.lg\:tw--ml-48 {
margin-left: -12rem !important;
}
.lg\:tw--mt-56 {
margin-top: -14rem !important;
}
.lg\:tw--mr-56 {
margin-right: -14rem !important;
}
.lg\:tw--mb-56 {
margin-bottom: -14rem !important;
}
.lg\:tw--ml-56 {
margin-left: -14rem !important;
}
.lg\:tw--mt-64 {
margin-top: -16rem !important;
}
.lg\:tw--mr-64 {
margin-right: -16rem !important;
}
.lg\:tw--mb-64 {
margin-bottom: -16rem !important;
}
.lg\:tw--ml-64 {
margin-left: -16rem !important;
}
.lg\:tw--mt-px {
margin-top: -1px !important;
}
.lg\:tw--mr-px {
margin-right: -1px !important;
}
.lg\:tw--mb-px {
margin-bottom: -1px !important;
}
.lg\:tw--ml-px {
margin-left: -1px !important;
}
.lg\:tw-object-contain {
-o-object-fit: contain !important;
object-fit: contain !important;
}
.lg\:tw-object-cover {
-o-object-fit: cover !important;
object-fit: cover !important;
}
.lg\:tw-object-fill {
-o-object-fit: fill !important;
object-fit: fill !important;
}
.lg\:tw-object-none {
-o-object-fit: none !important;
object-fit: none !important;
}
.lg\:tw-object-scale-down {
-o-object-fit: scale-down !important;
object-fit: scale-down !important;
}
.lg\:tw-object-bottom {
-o-object-position: bottom !important;
object-position: bottom !important;
}
.lg\:tw-object-center {
-o-object-position: center !important;
object-position: center !important;
}
.lg\:tw-object-left {
-o-object-position: left !important;
object-position: left !important;
}
.lg\:tw-object-left-bottom {
-o-object-position: left bottom !important;
object-position: left bottom !important;
}
.lg\:tw-object-left-top {
-o-object-position: left top !important;
object-position: left top !important;
}
.lg\:tw-object-right {
-o-object-position: right !important;
object-position: right !important;
}
.lg\:tw-object-right-bottom {
-o-object-position: right bottom !important;
object-position: right bottom !important;
}
.lg\:tw-object-right-top {
-o-object-position: right top !important;
object-position: right top !important;
}
.lg\:tw-object-top {
-o-object-position: top !important;
object-position: top !important;
}
.lg\:tw-opacity-0 {
opacity: 0 !important;
}
.lg\:tw-opacity-25 {
opacity: .25 !important;
}
.lg\:tw-opacity-50 {
opacity: .5 !important;
}
.lg\:tw-opacity-75 {
opacity: .75 !important;
}
.lg\:tw-opacity-100 {
opacity: 1 !important;
}
.lg\:tw-overflow-auto {
overflow: auto !important;
}
.lg\:tw-overflow-hidden {
overflow: hidden !important;
}
.lg\:tw-overflow-visible {
overflow: visible !important;
}
.lg\:tw-overflow-scroll {
overflow: scroll !important;
}
.lg\:tw-overflow-x-auto {
overflow-x: auto !important;
}
.lg\:tw-overflow-y-auto {
overflow-y: auto !important;
}
.lg\:tw-overflow-x-hidden {
overflow-x: hidden !important;
}
.lg\:tw-overflow-y-hidden {
overflow-y: hidden !important;
}
.lg\:tw-overflow-x-visible {
overflow-x: visible !important;
}
.lg\:tw-overflow-y-visible {
overflow-y: visible !important;
}
.lg\:tw-overflow-x-scroll {
overflow-x: scroll !important;
}
.lg\:tw-overflow-y-scroll {
overflow-y: scroll !important;
}
.lg\:tw-scrolling-touch {
-webkit-overflow-scrolling: touch !important;
}
.lg\:tw-scrolling-auto {
-webkit-overflow-scrolling: auto !important;
}
.lg\:tw-p-0 {
padding: 0 !important;
}
.lg\:tw-p-1 {
padding: .25rem !important;
}
.lg\:tw-p-2 {
padding: .5rem !important;
}
.lg\:tw-p-3 {
padding: .75rem !important;
}
.lg\:tw-p-4 {
padding: 1rem !important;
}
.lg\:tw-p-5 {
padding: 1.25rem !important;
}
.lg\:tw-p-6 {
padding: 1.5rem !important;
}
.lg\:tw-p-8 {
padding: 2rem !important;
}
.lg\:tw-p-10 {
padding: 2.5rem !important;
}
.lg\:tw-p-12 {
padding: 3rem !important;
}
.lg\:tw-p-16 {
padding: 4rem !important;
}
.lg\:tw-p-20 {
padding: 5rem !important;
}
.lg\:tw-p-24 {
padding: 6rem !important;
}
.lg\:tw-p-32 {
padding: 8rem !important;
}
.lg\:tw-p-40 {
padding: 10rem !important;
}
.lg\:tw-p-48 {
padding: 12rem !important;
}
.lg\:tw-p-56 {
padding: 14rem !important;
}
.lg\:tw-p-64 {
padding: 16rem !important;
}
.lg\:tw-p-px {
padding: 1px !important;
}
.lg\:tw-py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.lg\:tw-px-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
.lg\:tw-py-1 {
padding-top: .25rem !important;
padding-bottom: .25rem !important;
}
.lg\:tw-px-1 {
padding-left: .25rem !important;
padding-right: .25rem !important;
}
.lg\:tw-py-2 {
padding-top: .5rem !important;
padding-bottom: .5rem !important;
}
.lg\:tw-px-2 {
padding-left: .5rem !important;
padding-right: .5rem !important;
}
.lg\:tw-py-3 {
padding-top: .75rem !important;
padding-bottom: .75rem !important;
}
.lg\:tw-px-3 {
padding-left: .75rem !important;
padding-right: .75rem !important;
}
.lg\:tw-py-4 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.lg\:tw-px-4 {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
.lg\:tw-py-5 {
padding-top: 1.25rem !important;
padding-bottom: 1.25rem !important;
}
.lg\:tw-px-5 {
padding-left: 1.25rem !important;
padding-right: 1.25rem !important;
}
.lg\:tw-py-6 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.lg\:tw-px-6 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
.lg\:tw-py-8 {
padding-top: 2rem !important;
padding-bottom: 2rem !important;
}
.lg\:tw-px-8 {
padding-left: 2rem !important;
padding-right: 2rem !important;
}
.lg\:tw-py-10 {
padding-top: 2.5rem !important;
padding-bottom: 2.5rem !important;
}
.lg\:tw-px-10 {
padding-left: 2.5rem !important;
padding-right: 2.5rem !important;
}
.lg\:tw-py-12 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.lg\:tw-px-12 {
padding-left: 3rem !important;
padding-right: 3rem !important;
}
.lg\:tw-py-16 {
padding-top: 4rem !important;
padding-bottom: 4rem !important;
}
.lg\:tw-px-16 {
padding-left: 4rem !important;
padding-right: 4rem !important;
}
.lg\:tw-py-20 {
padding-top: 5rem !important;
padding-bottom: 5rem !important;
}
.lg\:tw-px-20 {
padding-left: 5rem !important;
padding-right: 5rem !important;
}
.lg\:tw-py-24 {
padding-top: 6rem !important;
padding-bottom: 6rem !important;
}
.lg\:tw-px-24 {
padding-left: 6rem !important;
padding-right: 6rem !important;
}
.lg\:tw-py-32 {
padding-top: 8rem !important;
padding-bottom: 8rem !important;
}
.lg\:tw-px-32 {
padding-left: 8rem !important;
padding-right: 8rem !important;
}
.lg\:tw-py-40 {
padding-top: 10rem !important;
padding-bottom: 10rem !important;
}
.lg\:tw-px-40 {
padding-left: 10rem !important;
padding-right: 10rem !important;
}
.lg\:tw-py-48 {
padding-top: 12rem !important;
padding-bottom: 12rem !important;
}
.lg\:tw-px-48 {
padding-left: 12rem !important;
padding-right: 12rem !important;
}
.lg\:tw-py-56 {
padding-top: 14rem !important;
padding-bottom: 14rem !important;
}
.lg\:tw-px-56 {
padding-left: 14rem !important;
padding-right: 14rem !important;
}
.lg\:tw-py-64 {
padding-top: 16rem !important;
padding-bottom: 16rem !important;
}
.lg\:tw-px-64 {
padding-left: 16rem !important;
padding-right: 16rem !important;
}
.lg\:tw-py-px {
padding-top: 1px !important;
padding-bottom: 1px !important;
}
.lg\:tw-px-px {
padding-left: 1px !important;
padding-right: 1px !important;
}
.lg\:tw-pt-0 {
padding-top: 0 !important;
}
.lg\:tw-pr-0 {
padding-right: 0 !important;
}
.lg\:tw-pb-0 {
padding-bottom: 0 !important;
}
.lg\:tw-pl-0 {
padding-left: 0 !important;
}
.lg\:tw-pt-1 {
padding-top: .25rem !important;
}
.lg\:tw-pr-1 {
padding-right: .25rem !important;
}
.lg\:tw-pb-1 {
padding-bottom: .25rem !important;
}
.lg\:tw-pl-1 {
padding-left: .25rem !important;
}
.lg\:tw-pt-2 {
padding-top: .5rem !important;
}
.lg\:tw-pr-2 {
padding-right: .5rem !important;
}
.lg\:tw-pb-2 {
padding-bottom: .5rem !important;
}
.lg\:tw-pl-2 {
padding-left: .5rem !important;
}
.lg\:tw-pt-3 {
padding-top: .75rem !important;
}
.lg\:tw-pr-3 {
padding-right: .75rem !important;
}
.lg\:tw-pb-3 {
padding-bottom: .75rem !important;
}
.lg\:tw-pl-3 {
padding-left: .75rem !important;
}
.lg\:tw-pt-4 {
padding-top: 1rem !important;
}
.lg\:tw-pr-4 {
padding-right: 1rem !important;
}
.lg\:tw-pb-4 {
padding-bottom: 1rem !important;
}
.lg\:tw-pl-4 {
padding-left: 1rem !important;
}
.lg\:tw-pt-5 {
padding-top: 1.25rem !important;
}
.lg\:tw-pr-5 {
padding-right: 1.25rem !important;
}
.lg\:tw-pb-5 {
padding-bottom: 1.25rem !important;
}
.lg\:tw-pl-5 {
padding-left: 1.25rem !important;
}
.lg\:tw-pt-6 {
padding-top: 1.5rem !important;
}
.lg\:tw-pr-6 {
padding-right: 1.5rem !important;
}
.lg\:tw-pb-6 {
padding-bottom: 1.5rem !important;
}
.lg\:tw-pl-6 {
padding-left: 1.5rem !important;
}
.lg\:tw-pt-8 {
padding-top: 2rem !important;
}
.lg\:tw-pr-8 {
padding-right: 2rem !important;
}
.lg\:tw-pb-8 {
padding-bottom: 2rem !important;
}
.lg\:tw-pl-8 {
padding-left: 2rem !important;
}
.lg\:tw-pt-10 {
padding-top: 2.5rem !important;
}
.lg\:tw-pr-10 {
padding-right: 2.5rem !important;
}
.lg\:tw-pb-10 {
padding-bottom: 2.5rem !important;
}
.lg\:tw-pl-10 {
padding-left: 2.5rem !important;
}
.lg\:tw-pt-12 {
padding-top: 3rem !important;
}
.lg\:tw-pr-12 {
padding-right: 3rem !important;
}
.lg\:tw-pb-12 {
padding-bottom: 3rem !important;
}
.lg\:tw-pl-12 {
padding-left: 3rem !important;
}
.lg\:tw-pt-16 {
padding-top: 4rem !important;
}
.lg\:tw-pr-16 {
padding-right: 4rem !important;
}
.lg\:tw-pb-16 {
padding-bottom: 4rem !important;
}
.lg\:tw-pl-16 {
padding-left: 4rem !important;
}
.lg\:tw-pt-20 {
padding-top: 5rem !important;
}
.lg\:tw-pr-20 {
padding-right: 5rem !important;
}
.lg\:tw-pb-20 {
padding-bottom: 5rem !important;
}
.lg\:tw-pl-20 {
padding-left: 5rem !important;
}
.lg\:tw-pt-24 {
padding-top: 6rem !important;
}
.lg\:tw-pr-24 {
padding-right: 6rem !important;
}
.lg\:tw-pb-24 {
padding-bottom: 6rem !important;
}
.lg\:tw-pl-24 {
padding-left: 6rem !important;
}
.lg\:tw-pt-32 {
padding-top: 8rem !important;
}
.lg\:tw-pr-32 {
padding-right: 8rem !important;
}
.lg\:tw-pb-32 {
padding-bottom: 8rem !important;
}
.lg\:tw-pl-32 {
padding-left: 8rem !important;
}
.lg\:tw-pt-40 {
padding-top: 10rem !important;
}
.lg\:tw-pr-40 {
padding-right: 10rem !important;
}
.lg\:tw-pb-40 {
padding-bottom: 10rem !important;
}
.lg\:tw-pl-40 {
padding-left: 10rem !important;
}
.lg\:tw-pt-48 {
padding-top: 12rem !important;
}
.lg\:tw-pr-48 {
padding-right: 12rem !important;
}
.lg\:tw-pb-48 {
padding-bottom: 12rem !important;
}
.lg\:tw-pl-48 {
padding-left: 12rem !important;
}
.lg\:tw-pt-56 {
padding-top: 14rem !important;
}
.lg\:tw-pr-56 {
padding-right: 14rem !important;
}
.lg\:tw-pb-56 {
padding-bottom: 14rem !important;
}
.lg\:tw-pl-56 {
padding-left: 14rem !important;
}
.lg\:tw-pt-64 {
padding-top: 16rem !important;
}
.lg\:tw-pr-64 {
padding-right: 16rem !important;
}
.lg\:tw-pb-64 {
padding-bottom: 16rem !important;
}
.lg\:tw-pl-64 {
padding-left: 16rem !important;
}
.lg\:tw-pt-px {
padding-top: 1px !important;
}
.lg\:tw-pr-px {
padding-right: 1px !important;
}
.lg\:tw-pb-px {
padding-bottom: 1px !important;
}
.lg\:tw-pl-px {
padding-left: 1px !important;
}
.lg\:tw-pointer-events-none {
pointer-events: none !important;
}
.lg\:tw-pointer-events-auto {
pointer-events: auto !important;
}
.lg\:tw-static {
position: static !important;
}
.lg\:tw-fixed {
position: fixed !important;
}
.lg\:tw-absolute {
position: absolute !important;
}
.lg\:tw-relative {
position: relative !important;
}
.lg\:tw-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.lg\:tw-inset-0 {
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
left: 0 !important;
}
.lg\:tw-inset-auto {
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important;
}
.lg\:tw-inset-y-0 {
top: 0 !important;
bottom: 0 !important;
}
.lg\:tw-inset-x-0 {
right: 0 !important;
left: 0 !important;
}
.lg\:tw-inset-y-auto {
top: auto !important;
bottom: auto !important;
}
.lg\:tw-inset-x-auto {
right: auto !important;
left: auto !important;
}
.lg\:tw-top-0 {
top: 0 !important;
}
.lg\:tw-right-0 {
right: 0 !important;
}
.lg\:tw-bottom-0 {
bottom: 0 !important;
}
.lg\:tw-left-0 {
left: 0 !important;
}
.lg\:tw-top-auto {
top: auto !important;
}
.lg\:tw-right-auto {
right: auto !important;
}
.lg\:tw-bottom-auto {
bottom: auto !important;
}
.lg\:tw-left-auto {
left: auto !important;
}
.lg\:tw-resize-none {
resize: none !important;
}
.lg\:tw-resize-y {
resize: vertical !important;
}
.lg\:tw-resize-x {
resize: horizontal !important;
}
.lg\:tw-resize {
resize: both !important;
}
.lg\:tw-shadow {
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
}
.lg\:tw-shadow-md {
-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
}
.lg\:tw-shadow-lg {
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
}
.lg\:tw-shadow-xl {
-webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
}
.lg\:tw-shadow-2xl {
-webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
}
.lg\:tw-shadow-inner {
-webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}
.lg\:tw-shadow-outline {
-webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
}
.lg\:tw-shadow-none {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.lg\:hover\:tw-shadow:hover {
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
}
.lg\:hover\:tw-shadow-md:hover {
-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
}
.lg\:hover\:tw-shadow-lg:hover {
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
}
.lg\:hover\:tw-shadow-xl:hover {
-webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
}
.lg\:hover\:tw-shadow-2xl:hover {
-webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
}
.lg\:hover\:tw-shadow-inner:hover {
-webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}
.lg\:hover\:tw-shadow-outline:hover {
-webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
}
.lg\:hover\:tw-shadow-none:hover {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.lg\:focus\:tw-shadow:focus {
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
}
.lg\:focus\:tw-shadow-md:focus {
-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
}
.lg\:focus\:tw-shadow-lg:focus {
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
}
.lg\:focus\:tw-shadow-xl:focus {
-webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
}
.lg\:focus\:tw-shadow-2xl:focus {
-webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
}
.lg\:focus\:tw-shadow-inner:focus {
-webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}
.lg\:focus\:tw-shadow-outline:focus {
-webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
}
.lg\:focus\:tw-shadow-none:focus {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.lg\:tw-table-auto {
table-layout: auto !important;
}
.lg\:tw-table-fixed {
table-layout: fixed !important;
}
.lg\:tw-text-left {
text-align: left !important;
}
.lg\:tw-text-center {
text-align: center !important;
}
.lg\:tw-text-right {
text-align: right !important;
}
.lg\:tw-text-justify {
text-align: justify !important;
}
.lg\:tw-text-transparent {
color: transparent !important;
}
.lg\:tw-text-black {
color: #000 !important;
}
.lg\:tw-text-white {
color: #fff !important;
}
.lg\:tw-text-gray-100 {
color: #f7fafc !important;
}
.lg\:tw-text-gray-200 {
color: #edf2f7 !important;
}
.lg\:tw-text-gray-300 {
color: #e2e8f0 !important;
}
.lg\:tw-text-gray-400 {
color: #cbd5e0 !important;
}
.lg\:tw-text-gray-500 {
color: #a0aec0 !important;
}
.lg\:tw-text-gray-600 {
color: #718096 !important;
}
.lg\:tw-text-gray-700 {
color: #4a5568 !important;
}
.lg\:tw-text-gray-800 {
color: #2d3748 !important;
}
.lg\:tw-text-gray-900 {
color: #1a202c !important;
}
.lg\:tw-text-red-100 {
color: #fff5f5 !important;
}
.lg\:tw-text-red-200 {
color: #fed7d7 !important;
}
.lg\:tw-text-red-300 {
color: #feb2b2 !important;
}
.lg\:tw-text-red-400 {
color: #fc8181 !important;
}
.lg\:tw-text-red-500 {
color: #f56565 !important;
}
.lg\:tw-text-red-600 {
color: #e53e3e !important;
}
.lg\:tw-text-red-700 {
color: #c53030 !important;
}
.lg\:tw-text-red-800 {
color: #9b2c2c !important;
}
.lg\:tw-text-red-900 {
color: #742a2a !important;
}
.lg\:tw-text-orange-100 {
color: #fffaf0 !important;
}
.lg\:tw-text-orange-200 {
color: #feebc8 !important;
}
.lg\:tw-text-orange-300 {
color: #fbd38d !important;
}
.lg\:tw-text-orange-400 {
color: #f6ad55 !important;
}
.lg\:tw-text-orange-500 {
color: #ed8936 !important;
}
.lg\:tw-text-orange-600 {
color: #dd6b20 !important;
}
.lg\:tw-text-orange-700 {
color: #c05621 !important;
}
.lg\:tw-text-orange-800 {
color: #9c4221 !important;
}
.lg\:tw-text-orange-900 {
color: #7b341e !important;
}
.lg\:tw-text-yellow-100 {
color: #fffff0 !important;
}
.lg\:tw-text-yellow-200 {
color: #fefcbf !important;
}
.lg\:tw-text-yellow-300 {
color: #faf089 !important;
}
.lg\:tw-text-yellow-400 {
color: #f6e05e !important;
}
.lg\:tw-text-yellow-500 {
color: #ecc94b !important;
}
.lg\:tw-text-yellow-600 {
color: #d69e2e !important;
}
.lg\:tw-text-yellow-700 {
color: #b7791f !important;
}
.lg\:tw-text-yellow-800 {
color: #975a16 !important;
}
.lg\:tw-text-yellow-900 {
color: #744210 !important;
}
.lg\:tw-text-green-100 {
color: #f0fff4 !important;
}
.lg\:tw-text-green-200 {
color: #c6f6d5 !important;
}
.lg\:tw-text-green-300 {
color: #9ae6b4 !important;
}
.lg\:tw-text-green-400 {
color: #68d391 !important;
}
.lg\:tw-text-green-500 {
color: #48bb78 !important;
}
.lg\:tw-text-green-600 {
color: #38a169 !important;
}
.lg\:tw-text-green-700 {
color: #2f855a !important;
}
.lg\:tw-text-green-800 {
color: #276749 !important;
}
.lg\:tw-text-green-900 {
color: #22543d !important;
}
.lg\:tw-text-teal-100 {
color: #e6fffa !important;
}
.lg\:tw-text-teal-200 {
color: #b2f5ea !important;
}
.lg\:tw-text-teal-300 {
color: #81e6d9 !important;
}
.lg\:tw-text-teal-400 {
color: #4fd1c5 !important;
}
.lg\:tw-text-teal-500 {
color: #38b2ac !important;
}
.lg\:tw-text-teal-600 {
color: #319795 !important;
}
.lg\:tw-text-teal-700 {
color: #2c7a7b !important;
}
.lg\:tw-text-teal-800 {
color: #285e61 !important;
}
.lg\:tw-text-teal-900 {
color: #234e52 !important;
}
.lg\:tw-text-blue-100 {
color: #ebf8ff !important;
}
.lg\:tw-text-blue-200 {
color: #bee3f8 !important;
}
.lg\:tw-text-blue-300 {
color: #90cdf4 !important;
}
.lg\:tw-text-blue-400 {
color: #63b3ed !important;
}
.lg\:tw-text-blue-500 {
color: #4299e1 !important;
}
.lg\:tw-text-blue-600 {
color: #3182ce !important;
}
.lg\:tw-text-blue-700 {
color: #2b6cb0 !important;
}
.lg\:tw-text-blue-800 {
color: #2c5282 !important;
}
.lg\:tw-text-blue-900 {
color: #2a4365 !important;
}
.lg\:tw-text-indigo-100 {
color: #ebf4ff !important;
}
.lg\:tw-text-indigo-200 {
color: #c3dafe !important;
}
.lg\:tw-text-indigo-300 {
color: #a3bffa !important;
}
.lg\:tw-text-indigo-400 {
color: #7f9cf5 !important;
}
.lg\:tw-text-indigo-500 {
color: #667eea !important;
}
.lg\:tw-text-indigo-600 {
color: #5a67d8 !important;
}
.lg\:tw-text-indigo-700 {
color: #4c51bf !important;
}
.lg\:tw-text-indigo-800 {
color: #434190 !important;
}
.lg\:tw-text-indigo-900 {
color: #3c366b !important;
}
.lg\:tw-text-purple-100 {
color: #faf5ff !important;
}
.lg\:tw-text-purple-200 {
color: #e9d8fd !important;
}
.lg\:tw-text-purple-300 {
color: #d6bcfa !important;
}
.lg\:tw-text-purple-400 {
color: #b794f4 !important;
}
.lg\:tw-text-purple-500 {
color: #9f7aea !important;
}
.lg\:tw-text-purple-600 {
color: #805ad5 !important;
}
.lg\:tw-text-purple-700 {
color: #6b46c1 !important;
}
.lg\:tw-text-purple-800 {
color: #553c9a !important;
}
.lg\:tw-text-purple-900 {
color: #44337a !important;
}
.lg\:tw-text-pink-100 {
color: #fff5f7 !important;
}
.lg\:tw-text-pink-200 {
color: #fed7e2 !important;
}
.lg\:tw-text-pink-300 {
color: #fbb6ce !important;
}
.lg\:tw-text-pink-400 {
color: #f687b3 !important;
}
.lg\:tw-text-pink-500 {
color: #ed64a6 !important;
}
.lg\:tw-text-pink-600 {
color: #d53f8c !important;
}
.lg\:tw-text-pink-700 {
color: #b83280 !important;
}
.lg\:tw-text-pink-800 {
color: #97266d !important;
}
.lg\:tw-text-pink-900 {
color: #702459 !important;
}
.lg\:hover\:tw-text-transparent:hover {
color: transparent !important;
}
.lg\:hover\:tw-text-black:hover {
color: #000 !important;
}
.lg\:hover\:tw-text-white:hover {
color: #fff !important;
}
.lg\:hover\:tw-text-gray-100:hover {
color: #f7fafc !important;
}
.lg\:hover\:tw-text-gray-200:hover {
color: #edf2f7 !important;
}
.lg\:hover\:tw-text-gray-300:hover {
color: #e2e8f0 !important;
}
.lg\:hover\:tw-text-gray-400:hover {
color: #cbd5e0 !important;
}
.lg\:hover\:tw-text-gray-500:hover {
color: #a0aec0 !important;
}
.lg\:hover\:tw-text-gray-600:hover {
color: #718096 !important;
}
.lg\:hover\:tw-text-gray-700:hover {
color: #4a5568 !important;
}
.lg\:hover\:tw-text-gray-800:hover {
color: #2d3748 !important;
}
.lg\:hover\:tw-text-gray-900:hover {
color: #1a202c !important;
}
.lg\:hover\:tw-text-red-100:hover {
color: #fff5f5 !important;
}
.lg\:hover\:tw-text-red-200:hover {
color: #fed7d7 !important;
}
.lg\:hover\:tw-text-red-300:hover {
color: #feb2b2 !important;
}
.lg\:hover\:tw-text-red-400:hover {
color: #fc8181 !important;
}
.lg\:hover\:tw-text-red-500:hover {
color: #f56565 !important;
}
.lg\:hover\:tw-text-red-600:hover {
color: #e53e3e !important;
}
.lg\:hover\:tw-text-red-700:hover {
color: #c53030 !important;
}
.lg\:hover\:tw-text-red-800:hover {
color: #9b2c2c !important;
}
.lg\:hover\:tw-text-red-900:hover {
color: #742a2a !important;
}
.lg\:hover\:tw-text-orange-100:hover {
color: #fffaf0 !important;
}
.lg\:hover\:tw-text-orange-200:hover {
color: #feebc8 !important;
}
.lg\:hover\:tw-text-orange-300:hover {
color: #fbd38d !important;
}
.lg\:hover\:tw-text-orange-400:hover {
color: #f6ad55 !important;
}
.lg\:hover\:tw-text-orange-500:hover {
color: #ed8936 !important;
}
.lg\:hover\:tw-text-orange-600:hover {
color: #dd6b20 !important;
}
.lg\:hover\:tw-text-orange-700:hover {
color: #c05621 !important;
}
.lg\:hover\:tw-text-orange-800:hover {
color: #9c4221 !important;
}
.lg\:hover\:tw-text-orange-900:hover {
color: #7b341e !important;
}
.lg\:hover\:tw-text-yellow-100:hover {
color: #fffff0 !important;
}
.lg\:hover\:tw-text-yellow-200:hover {
color: #fefcbf !important;
}
.lg\:hover\:tw-text-yellow-300:hover {
color: #faf089 !important;
}
.lg\:hover\:tw-text-yellow-400:hover {
color: #f6e05e !important;
}
.lg\:hover\:tw-text-yellow-500:hover {
color: #ecc94b !important;
}
.lg\:hover\:tw-text-yellow-600:hover {
color: #d69e2e !important;
}
.lg\:hover\:tw-text-yellow-700:hover {
color: #b7791f !important;
}
.lg\:hover\:tw-text-yellow-800:hover {
color: #975a16 !important;
}
.lg\:hover\:tw-text-yellow-900:hover {
color: #744210 !important;
}
.lg\:hover\:tw-text-green-100:hover {
color: #f0fff4 !important;
}
.lg\:hover\:tw-text-green-200:hover {
color: #c6f6d5 !important;
}
.lg\:hover\:tw-text-green-300:hover {
color: #9ae6b4 !important;
}
.lg\:hover\:tw-text-green-400:hover {
color: #68d391 !important;
}
.lg\:hover\:tw-text-green-500:hover {
color: #48bb78 !important;
}
.lg\:hover\:tw-text-green-600:hover {
color: #38a169 !important;
}
.lg\:hover\:tw-text-green-700:hover {
color: #2f855a !important;
}
.lg\:hover\:tw-text-green-800:hover {
color: #276749 !important;
}
.lg\:hover\:tw-text-green-900:hover {
color: #22543d !important;
}
.lg\:hover\:tw-text-teal-100:hover {
color: #e6fffa !important;
}
.lg\:hover\:tw-text-teal-200:hover {
color: #b2f5ea !important;
}
.lg\:hover\:tw-text-teal-300:hover {
color: #81e6d9 !important;
}
.lg\:hover\:tw-text-teal-400:hover {
color: #4fd1c5 !important;
}
.lg\:hover\:tw-text-teal-500:hover {
color: #38b2ac !important;
}
.lg\:hover\:tw-text-teal-600:hover {
color: #319795 !important;
}
.lg\:hover\:tw-text-teal-700:hover {
color: #2c7a7b !important;
}
.lg\:hover\:tw-text-teal-800:hover {
color: #285e61 !important;
}
.lg\:hover\:tw-text-teal-900:hover {
color: #234e52 !important;
}
.lg\:hover\:tw-text-blue-100:hover {
color: #ebf8ff !important;
}
.lg\:hover\:tw-text-blue-200:hover {
color: #bee3f8 !important;
}
.lg\:hover\:tw-text-blue-300:hover {
color: #90cdf4 !important;
}
.lg\:hover\:tw-text-blue-400:hover {
color: #63b3ed !important;
}
.lg\:hover\:tw-text-blue-500:hover {
color: #4299e1 !important;
}
.lg\:hover\:tw-text-blue-600:hover {
color: #3182ce !important;
}
.lg\:hover\:tw-text-blue-700:hover {
color: #2b6cb0 !important;
}
.lg\:hover\:tw-text-blue-800:hover {
color: #2c5282 !important;
}
.lg\:hover\:tw-text-blue-900:hover {
color: #2a4365 !important;
}
.lg\:hover\:tw-text-indigo-100:hover {
color: #ebf4ff !important;
}
.lg\:hover\:tw-text-indigo-200:hover {
color: #c3dafe !important;
}
.lg\:hover\:tw-text-indigo-300:hover {
color: #a3bffa !important;
}
.lg\:hover\:tw-text-indigo-400:hover {
color: #7f9cf5 !important;
}
.lg\:hover\:tw-text-indigo-500:hover {
color: #667eea !important;
}
.lg\:hover\:tw-text-indigo-600:hover {
color: #5a67d8 !important;
}
.lg\:hover\:tw-text-indigo-700:hover {
color: #4c51bf !important;
}
.lg\:hover\:tw-text-indigo-800:hover {
color: #434190 !important;
}
.lg\:hover\:tw-text-indigo-900:hover {
color: #3c366b !important;
}
.lg\:hover\:tw-text-purple-100:hover {
color: #faf5ff !important;
}
.lg\:hover\:tw-text-purple-200:hover {
color: #e9d8fd !important;
}
.lg\:hover\:tw-text-purple-300:hover {
color: #d6bcfa !important;
}
.lg\:hover\:tw-text-purple-400:hover {
color: #b794f4 !important;
}
.lg\:hover\:tw-text-purple-500:hover {
color: #9f7aea !important;
}
.lg\:hover\:tw-text-purple-600:hover {
color: #805ad5 !important;
}
.lg\:hover\:tw-text-purple-700:hover {
color: #6b46c1 !important;
}
.lg\:hover\:tw-text-purple-800:hover {
color: #553c9a !important;
}
.lg\:hover\:tw-text-purple-900:hover {
color: #44337a !important;
}
.lg\:hover\:tw-text-pink-100:hover {
color: #fff5f7 !important;
}
.lg\:hover\:tw-text-pink-200:hover {
color: #fed7e2 !important;
}
.lg\:hover\:tw-text-pink-300:hover {
color: #fbb6ce !important;
}
.lg\:hover\:tw-text-pink-400:hover {
color: #f687b3 !important;
}
.lg\:hover\:tw-text-pink-500:hover {
color: #ed64a6 !important;
}
.lg\:hover\:tw-text-pink-600:hover {
color: #d53f8c !important;
}
.lg\:hover\:tw-text-pink-700:hover {
color: #b83280 !important;
}
.lg\:hover\:tw-text-pink-800:hover {
color: #97266d !important;
}
.lg\:hover\:tw-text-pink-900:hover {
color: #702459 !important;
}
.lg\:focus\:tw-text-transparent:focus {
color: transparent !important;
}
.lg\:focus\:tw-text-black:focus {
color: #000 !important;
}
.lg\:focus\:tw-text-white:focus {
color: #fff !important;
}
.lg\:focus\:tw-text-gray-100:focus {
color: #f7fafc !important;
}
.lg\:focus\:tw-text-gray-200:focus {
color: #edf2f7 !important;
}
.lg\:focus\:tw-text-gray-300:focus {
color: #e2e8f0 !important;
}
.lg\:focus\:tw-text-gray-400:focus {
color: #cbd5e0 !important;
}
.lg\:focus\:tw-text-gray-500:focus {
color: #a0aec0 !important;
}
.lg\:focus\:tw-text-gray-600:focus {
color: #718096 !important;
}
.lg\:focus\:tw-text-gray-700:focus {
color: #4a5568 !important;
}
.lg\:focus\:tw-text-gray-800:focus {
color: #2d3748 !important;
}
.lg\:focus\:tw-text-gray-900:focus {
color: #1a202c !important;
}
.lg\:focus\:tw-text-red-100:focus {
color: #fff5f5 !important;
}
.lg\:focus\:tw-text-red-200:focus {
color: #fed7d7 !important;
}
.lg\:focus\:tw-text-red-300:focus {
color: #feb2b2 !important;
}
.lg\:focus\:tw-text-red-400:focus {
color: #fc8181 !important;
}
.lg\:focus\:tw-text-red-500:focus {
color: #f56565 !important;
}
.lg\:focus\:tw-text-red-600:focus {
color: #e53e3e !important;
}
.lg\:focus\:tw-text-red-700:focus {
color: #c53030 !important;
}
.lg\:focus\:tw-text-red-800:focus {
color: #9b2c2c !important;
}
.lg\:focus\:tw-text-red-900:focus {
color: #742a2a !important;
}
.lg\:focus\:tw-text-orange-100:focus {
color: #fffaf0 !important;
}
.lg\:focus\:tw-text-orange-200:focus {
color: #feebc8 !important;
}
.lg\:focus\:tw-text-orange-300:focus {
color: #fbd38d !important;
}
.lg\:focus\:tw-text-orange-400:focus {
color: #f6ad55 !important;
}
.lg\:focus\:tw-text-orange-500:focus {
color: #ed8936 !important;
}
.lg\:focus\:tw-text-orange-600:focus {
color: #dd6b20 !important;
}
.lg\:focus\:tw-text-orange-700:focus {
color: #c05621 !important;
}
.lg\:focus\:tw-text-orange-800:focus {
color: #9c4221 !important;
}
.lg\:focus\:tw-text-orange-900:focus {
color: #7b341e !important;
}
.lg\:focus\:tw-text-yellow-100:focus {
color: #fffff0 !important;
}
.lg\:focus\:tw-text-yellow-200:focus {
color: #fefcbf !important;
}
.lg\:focus\:tw-text-yellow-300:focus {
color: #faf089 !important;
}
.lg\:focus\:tw-text-yellow-400:focus {
color: #f6e05e !important;
}
.lg\:focus\:tw-text-yellow-500:focus {
color: #ecc94b !important;
}
.lg\:focus\:tw-text-yellow-600:focus {
color: #d69e2e !important;
}
.lg\:focus\:tw-text-yellow-700:focus {
color: #b7791f !important;
}
.lg\:focus\:tw-text-yellow-800:focus {
color: #975a16 !important;
}
.lg\:focus\:tw-text-yellow-900:focus {
color: #744210 !important;
}
.lg\:focus\:tw-text-green-100:focus {
color: #f0fff4 !important;
}
.lg\:focus\:tw-text-green-200:focus {
color: #c6f6d5 !important;
}
.lg\:focus\:tw-text-green-300:focus {
color: #9ae6b4 !important;
}
.lg\:focus\:tw-text-green-400:focus {
color: #68d391 !important;
}
.lg\:focus\:tw-text-green-500:focus {
color: #48bb78 !important;
}
.lg\:focus\:tw-text-green-600:focus {
color: #38a169 !important;
}
.lg\:focus\:tw-text-green-700:focus {
color: #2f855a !important;
}
.lg\:focus\:tw-text-green-800:focus {
color: #276749 !important;
}
.lg\:focus\:tw-text-green-900:focus {
color: #22543d !important;
}
.lg\:focus\:tw-text-teal-100:focus {
color: #e6fffa !important;
}
.lg\:focus\:tw-text-teal-200:focus {
color: #b2f5ea !important;
}
.lg\:focus\:tw-text-teal-300:focus {
color: #81e6d9 !important;
}
.lg\:focus\:tw-text-teal-400:focus {
color: #4fd1c5 !important;
}
.lg\:focus\:tw-text-teal-500:focus {
color: #38b2ac !important;
}
.lg\:focus\:tw-text-teal-600:focus {
color: #319795 !important;
}
.lg\:focus\:tw-text-teal-700:focus {
color: #2c7a7b !important;
}
.lg\:focus\:tw-text-teal-800:focus {
color: #285e61 !important;
}
.lg\:focus\:tw-text-teal-900:focus {
color: #234e52 !important;
}
.lg\:focus\:tw-text-blue-100:focus {
color: #ebf8ff !important;
}
.lg\:focus\:tw-text-blue-200:focus {
color: #bee3f8 !important;
}
.lg\:focus\:tw-text-blue-300:focus {
color: #90cdf4 !important;
}
.lg\:focus\:tw-text-blue-400:focus {
color: #63b3ed !important;
}
.lg\:focus\:tw-text-blue-500:focus {
color: #4299e1 !important;
}
.lg\:focus\:tw-text-blue-600:focus {
color: #3182ce !important;
}
.lg\:focus\:tw-text-blue-700:focus {
color: #2b6cb0 !important;
}
.lg\:focus\:tw-text-blue-800:focus {
color: #2c5282 !important;
}
.lg\:focus\:tw-text-blue-900:focus {
color: #2a4365 !important;
}
.lg\:focus\:tw-text-indigo-100:focus {
color: #ebf4ff !important;
}
.lg\:focus\:tw-text-indigo-200:focus {
color: #c3dafe !important;
}
.lg\:focus\:tw-text-indigo-300:focus {
color: #a3bffa !important;
}
.lg\:focus\:tw-text-indigo-400:focus {
color: #7f9cf5 !important;
}
.lg\:focus\:tw-text-indigo-500:focus {
color: #667eea !important;
}
.lg\:focus\:tw-text-indigo-600:focus {
color: #5a67d8 !important;
}
.lg\:focus\:tw-text-indigo-700:focus {
color: #4c51bf !important;
}
.lg\:focus\:tw-text-indigo-800:focus {
color: #434190 !important;
}
.lg\:focus\:tw-text-indigo-900:focus {
color: #3c366b !important;
}
.lg\:focus\:tw-text-purple-100:focus {
color: #faf5ff !important;
}
.lg\:focus\:tw-text-purple-200:focus {
color: #e9d8fd !important;
}
.lg\:focus\:tw-text-purple-300:focus {
color: #d6bcfa !important;
}
.lg\:focus\:tw-text-purple-400:focus {
color: #b794f4 !important;
}
.lg\:focus\:tw-text-purple-500:focus {
color: #9f7aea !important;
}
.lg\:focus\:tw-text-purple-600:focus {
color: #805ad5 !important;
}
.lg\:focus\:tw-text-purple-700:focus {
color: #6b46c1 !important;
}
.lg\:focus\:tw-text-purple-800:focus {
color: #553c9a !important;
}
.lg\:focus\:tw-text-purple-900:focus {
color: #44337a !important;
}
.lg\:focus\:tw-text-pink-100:focus {
color: #fff5f7 !important;
}
.lg\:focus\:tw-text-pink-200:focus {
color: #fed7e2 !important;
}
.lg\:focus\:tw-text-pink-300:focus {
color: #fbb6ce !important;
}
.lg\:focus\:tw-text-pink-400:focus {
color: #f687b3 !important;
}
.lg\:focus\:tw-text-pink-500:focus {
color: #ed64a6 !important;
}
.lg\:focus\:tw-text-pink-600:focus {
color: #d53f8c !important;
}
.lg\:focus\:tw-text-pink-700:focus {
color: #b83280 !important;
}
.lg\:focus\:tw-text-pink-800:focus {
color: #97266d !important;
}
.lg\:focus\:tw-text-pink-900:focus {
color: #702459 !important;
}
.lg\:tw-text-xs {
font-size: .75rem !important;
}
.lg\:tw-text-sm {
font-size: .875rem !important;
}
.lg\:tw-text-base {
font-size: 1rem !important;
}
.lg\:tw-text-lg {
font-size: 1.125rem !important;
}
.lg\:tw-text-xl {
font-size: 1.25rem !important;
}
.lg\:tw-text-2xl {
font-size: 1.5rem !important;
}
.lg\:tw-text-3xl {
font-size: 1.875rem !important;
}
.lg\:tw-text-4xl {
font-size: 2.25rem !important;
}
.lg\:tw-text-5xl {
font-size: 3rem !important;
}
.lg\:tw-text-6xl {
font-size: 4rem !important;
}
.lg\:tw-italic {
font-style: italic !important;
}
.lg\:tw-not-italic {
font-style: normal !important;
}
.lg\:tw-uppercase {
text-transform: uppercase !important;
}
.lg\:tw-lowercase {
text-transform: lowercase !important;
}
.lg\:tw-capitalize {
text-transform: capitalize !important;
}
.lg\:tw-normal-case {
text-transform: none !important;
}
.lg\:tw-underline {
text-decoration: underline !important;
}
.lg\:tw-line-through {
text-decoration: line-through !important;
}
.lg\:tw-no-underline {
text-decoration: none !important;
}
.lg\:hover\:tw-underline:hover {
text-decoration: underline !important;
}
.lg\:hover\:tw-line-through:hover {
text-decoration: line-through !important;
}
.lg\:hover\:tw-no-underline:hover {
text-decoration: none !important;
}
.lg\:focus\:tw-underline:focus {
text-decoration: underline !important;
}
.lg\:focus\:tw-line-through:focus {
text-decoration: line-through !important;
}
.lg\:focus\:tw-no-underline:focus {
text-decoration: none !important;
}
.lg\:tw-antialiased {
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
.lg\:tw-subpixel-antialiased {
-webkit-font-smoothing: auto !important;
-moz-osx-font-smoothing: auto !important;
}
.lg\:tw-tracking-tighter {
letter-spacing: -.05em !important;
}
.lg\:tw-tracking-tight {
letter-spacing: -.025em !important;
}
.lg\:tw-tracking-normal {
letter-spacing: 0 !important;
}
.lg\:tw-tracking-wide {
letter-spacing: .025em !important;
}
.lg\:tw-tracking-wider {
letter-spacing: .05em !important;
}
.lg\:tw-tracking-widest {
letter-spacing: .1em !important;
}
.lg\:tw-select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.lg\:tw-select-text {
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;
}
.lg\:tw-align-baseline {
vertical-align: baseline !important;
}
.lg\:tw-align-top {
vertical-align: top !important;
}
.lg\:tw-align-middle {
vertical-align: middle !important;
}
.lg\:tw-align-bottom {
vertical-align: bottom !important;
}
.lg\:tw-align-text-top {
vertical-align: text-top !important;
}
.lg\:tw-align-text-bottom {
vertical-align: text-bottom !important;
}
.lg\:tw-visible {
visibility: visible !important;
}
.lg\:tw-invisible {
visibility: hidden !important;
}
.lg\:tw-whitespace-normal {
white-space: normal !important;
}
.lg\:tw-whitespace-no-wrap {
white-space: nowrap !important;
}
.lg\:tw-whitespace-pre {
white-space: pre !important;
}
.lg\:tw-whitespace-pre-line {
white-space: pre-line !important;
}
.lg\:tw-whitespace-pre-wrap {
white-space: pre-wrap !important;
}
.lg\:tw-break-normal {
overflow-wrap: normal !important;
word-break: normal !important;
}
.lg\:tw-break-words {
overflow-wrap: break-word !important;
}
.lg\:tw-break-all {
word-break: break-all !important;
}
.lg\:tw-truncate {
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}
.lg\:tw-w-0 {
width: 0 !important;
}
.lg\:tw-w-1 {
width: .25rem !important;
}
.lg\:tw-w-2 {
width: .5rem !important;
}
.lg\:tw-w-3 {
width: .75rem !important;
}
.lg\:tw-w-4 {
width: 1rem !important;
}
.lg\:tw-w-5 {
width: 1.25rem !important;
}
.lg\:tw-w-6 {
width: 1.5rem !important;
}
.lg\:tw-w-8 {
width: 2rem !important;
}
.lg\:tw-w-10 {
width: 2.5rem !important;
}
.lg\:tw-w-12 {
width: 3rem !important;
}
.lg\:tw-w-16 {
width: 4rem !important;
}
.lg\:tw-w-20 {
width: 5rem !important;
}
.lg\:tw-w-24 {
width: 6rem !important;
}
.lg\:tw-w-32 {
width: 8rem !important;
}
.lg\:tw-w-40 {
width: 10rem !important;
}
.lg\:tw-w-48 {
width: 12rem !important;
}
.lg\:tw-w-56 {
width: 14rem !important;
}
.lg\:tw-w-64 {
width: 16rem !important;
}
.lg\:tw-w-auto {
width: auto !important;
}
.lg\:tw-w-px {
width: 1px !important;
}
.lg\:tw-w-1\/2 {
width: 50% !important;
}
.lg\:tw-w-1\/3 {
width: 33.33333% !important;
}
.lg\:tw-w-2\/3 {
width: 66.66667% !important;
}
.lg\:tw-w-1\/4 {
width: 25% !important;
}
.lg\:tw-w-3\/4 {
width: 75% !important;
}
.lg\:tw-w-1\/5 {
width: 20% !important;
}
.lg\:tw-w-2\/5 {
width: 40% !important;
}
.lg\:tw-w-3\/5 {
width: 60% !important;
}
.lg\:tw-w-4\/5 {
width: 80% !important;
}
.lg\:tw-w-1\/6 {
width: 16.66667% !important;
}
.lg\:tw-w-5\/6 {
width: 83.33333% !important;
}
.lg\:tw-w-full {
width: 100% !important;
}
.lg\:tw-w-screen {
width: 100vw !important;
}
.lg\:tw-z-0 {
z-index: 0 !important;
}
.lg\:tw-z-10 {
z-index: 10 !important;
}
.lg\:tw-z-20 {
z-index: 20 !important;
}
.lg\:tw-z-30 {
z-index: 30 !important;
}
.lg\:tw-z-40 {
z-index: 40 !important;
}
.lg\:tw-z-50 {
z-index: 50 !important;
}
.lg\:tw-z-auto {
z-index: auto !important;
}
}
@media (min-width: 1280px) {
.xl\:tw-appearance-none {
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
}
.xl\:tw-bg-fixed {
background-attachment: fixed !important;
}
.xl\:tw-bg-local {
background-attachment: local !important;
}
.xl\:tw-bg-scroll {
background-attachment: scroll !important;
}
.xl\:tw-bg-transparent {
background-color: transparent !important;
}
.xl\:tw-bg-black {
background-color: #000 !important;
}
.xl\:tw-bg-white {
background-color: #fff !important;
}
.xl\:tw-bg-gray-100 {
background-color: #f7fafc !important;
}
.xl\:tw-bg-gray-200 {
background-color: #edf2f7 !important;
}
.xl\:tw-bg-gray-300 {
background-color: #e2e8f0 !important;
}
.xl\:tw-bg-gray-400 {
background-color: #cbd5e0 !important;
}
.xl\:tw-bg-gray-500 {
background-color: #a0aec0 !important;
}
.xl\:tw-bg-gray-600 {
background-color: #718096 !important;
}
.xl\:tw-bg-gray-700 {
background-color: #4a5568 !important;
}
.xl\:tw-bg-gray-800 {
background-color: #2d3748 !important;
}
.xl\:tw-bg-gray-900 {
background-color: #1a202c !important;
}
.xl\:tw-bg-red-100 {
background-color: #fff5f5 !important;
}
.xl\:tw-bg-red-200 {
background-color: #fed7d7 !important;
}
.xl\:tw-bg-red-300 {
background-color: #feb2b2 !important;
}
.xl\:tw-bg-red-400 {
background-color: #fc8181 !important;
}
.xl\:tw-bg-red-500 {
background-color: #f56565 !important;
}
.xl\:tw-bg-red-600 {
background-color: #e53e3e !important;
}
.xl\:tw-bg-red-700 {
background-color: #c53030 !important;
}
.xl\:tw-bg-red-800 {
background-color: #9b2c2c !important;
}
.xl\:tw-bg-red-900 {
background-color: #742a2a !important;
}
.xl\:tw-bg-orange-100 {
background-color: #fffaf0 !important;
}
.xl\:tw-bg-orange-200 {
background-color: #feebc8 !important;
}
.xl\:tw-bg-orange-300 {
background-color: #fbd38d !important;
}
.xl\:tw-bg-orange-400 {
background-color: #f6ad55 !important;
}
.xl\:tw-bg-orange-500 {
background-color: #ed8936 !important;
}
.xl\:tw-bg-orange-600 {
background-color: #dd6b20 !important;
}
.xl\:tw-bg-orange-700 {
background-color: #c05621 !important;
}
.xl\:tw-bg-orange-800 {
background-color: #9c4221 !important;
}
.xl\:tw-bg-orange-900 {
background-color: #7b341e !important;
}
.xl\:tw-bg-yellow-100 {
background-color: #fffff0 !important;
}
.xl\:tw-bg-yellow-200 {
background-color: #fefcbf !important;
}
.xl\:tw-bg-yellow-300 {
background-color: #faf089 !important;
}
.xl\:tw-bg-yellow-400 {
background-color: #f6e05e !important;
}
.xl\:tw-bg-yellow-500 {
background-color: #ecc94b !important;
}
.xl\:tw-bg-yellow-600 {
background-color: #d69e2e !important;
}
.xl\:tw-bg-yellow-700 {
background-color: #b7791f !important;
}
.xl\:tw-bg-yellow-800 {
background-color: #975a16 !important;
}
.xl\:tw-bg-yellow-900 {
background-color: #744210 !important;
}
.xl\:tw-bg-green-100 {
background-color: #f0fff4 !important;
}
.xl\:tw-bg-green-200 {
background-color: #c6f6d5 !important;
}
.xl\:tw-bg-green-300 {
background-color: #9ae6b4 !important;
}
.xl\:tw-bg-green-400 {
background-color: #68d391 !important;
}
.xl\:tw-bg-green-500 {
background-color: #48bb78 !important;
}
.xl\:tw-bg-green-600 {
background-color: #38a169 !important;
}
.xl\:tw-bg-green-700 {
background-color: #2f855a !important;
}
.xl\:tw-bg-green-800 {
background-color: #276749 !important;
}
.xl\:tw-bg-green-900 {
background-color: #22543d !important;
}
.xl\:tw-bg-teal-100 {
background-color: #e6fffa !important;
}
.xl\:tw-bg-teal-200 {
background-color: #b2f5ea !important;
}
.xl\:tw-bg-teal-300 {
background-color: #81e6d9 !important;
}
.xl\:tw-bg-teal-400 {
background-color: #4fd1c5 !important;
}
.xl\:tw-bg-teal-500 {
background-color: #38b2ac !important;
}
.xl\:tw-bg-teal-600 {
background-color: #319795 !important;
}
.xl\:tw-bg-teal-700 {
background-color: #2c7a7b !important;
}
.xl\:tw-bg-teal-800 {
background-color: #285e61 !important;
}
.xl\:tw-bg-teal-900 {
background-color: #234e52 !important;
}
.xl\:tw-bg-blue-100 {
background-color: #ebf8ff !important;
}
.xl\:tw-bg-blue-200 {
background-color: #bee3f8 !important;
}
.xl\:tw-bg-blue-300 {
background-color: #90cdf4 !important;
}
.xl\:tw-bg-blue-400 {
background-color: #63b3ed !important;
}
.xl\:tw-bg-blue-500 {
background-color: #4299e1 !important;
}
.xl\:tw-bg-blue-600 {
background-color: #3182ce !important;
}
.xl\:tw-bg-blue-700 {
background-color: #2b6cb0 !important;
}
.xl\:tw-bg-blue-800 {
background-color: #2c5282 !important;
}
.xl\:tw-bg-blue-900 {
background-color: #2a4365 !important;
}
.xl\:tw-bg-indigo-100 {
background-color: #ebf4ff !important;
}
.xl\:tw-bg-indigo-200 {
background-color: #c3dafe !important;
}
.xl\:tw-bg-indigo-300 {
background-color: #a3bffa !important;
}
.xl\:tw-bg-indigo-400 {
background-color: #7f9cf5 !important;
}
.xl\:tw-bg-indigo-500 {
background-color: #667eea !important;
}
.xl\:tw-bg-indigo-600 {
background-color: #5a67d8 !important;
}
.xl\:tw-bg-indigo-700 {
background-color: #4c51bf !important;
}
.xl\:tw-bg-indigo-800 {
background-color: #434190 !important;
}
.xl\:tw-bg-indigo-900 {
background-color: #3c366b !important;
}
.xl\:tw-bg-purple-100 {
background-color: #faf5ff !important;
}
.xl\:tw-bg-purple-200 {
background-color: #e9d8fd !important;
}
.xl\:tw-bg-purple-300 {
background-color: #d6bcfa !important;
}
.xl\:tw-bg-purple-400 {
background-color: #b794f4 !important;
}
.xl\:tw-bg-purple-500 {
background-color: #9f7aea !important;
}
.xl\:tw-bg-purple-600 {
background-color: #805ad5 !important;
}
.xl\:tw-bg-purple-700 {
background-color: #6b46c1 !important;
}
.xl\:tw-bg-purple-800 {
background-color: #553c9a !important;
}
.xl\:tw-bg-purple-900 {
background-color: #44337a !important;
}
.xl\:tw-bg-pink-100 {
background-color: #fff5f7 !important;
}
.xl\:tw-bg-pink-200 {
background-color: #fed7e2 !important;
}
.xl\:tw-bg-pink-300 {
background-color: #fbb6ce !important;
}
.xl\:tw-bg-pink-400 {
background-color: #f687b3 !important;
}
.xl\:tw-bg-pink-500 {
background-color: #ed64a6 !important;
}
.xl\:tw-bg-pink-600 {
background-color: #d53f8c !important;
}
.xl\:tw-bg-pink-700 {
background-color: #b83280 !important;
}
.xl\:tw-bg-pink-800 {
background-color: #97266d !important;
}
.xl\:tw-bg-pink-900 {
background-color: #702459 !important;
}
.xl\:hover\:tw-bg-transparent:hover {
background-color: transparent !important;
}
.xl\:hover\:tw-bg-black:hover {
background-color: #000 !important;
}
.xl\:hover\:tw-bg-white:hover {
background-color: #fff !important;
}
.xl\:hover\:tw-bg-gray-100:hover {
background-color: #f7fafc !important;
}
.xl\:hover\:tw-bg-gray-200:hover {
background-color: #edf2f7 !important;
}
.xl\:hover\:tw-bg-gray-300:hover {
background-color: #e2e8f0 !important;
}
.xl\:hover\:tw-bg-gray-400:hover {
background-color: #cbd5e0 !important;
}
.xl\:hover\:tw-bg-gray-500:hover {
background-color: #a0aec0 !important;
}
.xl\:hover\:tw-bg-gray-600:hover {
background-color: #718096 !important;
}
.xl\:hover\:tw-bg-gray-700:hover {
background-color: #4a5568 !important;
}
.xl\:hover\:tw-bg-gray-800:hover {
background-color: #2d3748 !important;
}
.xl\:hover\:tw-bg-gray-900:hover {
background-color: #1a202c !important;
}
.xl\:hover\:tw-bg-red-100:hover {
background-color: #fff5f5 !important;
}
.xl\:hover\:tw-bg-red-200:hover {
background-color: #fed7d7 !important;
}
.xl\:hover\:tw-bg-red-300:hover {
background-color: #feb2b2 !important;
}
.xl\:hover\:tw-bg-red-400:hover {
background-color: #fc8181 !important;
}
.xl\:hover\:tw-bg-red-500:hover {
background-color: #f56565 !important;
}
.xl\:hover\:tw-bg-red-600:hover {
background-color: #e53e3e !important;
}
.xl\:hover\:tw-bg-red-700:hover {
background-color: #c53030 !important;
}
.xl\:hover\:tw-bg-red-800:hover {
background-color: #9b2c2c !important;
}
.xl\:hover\:tw-bg-red-900:hover {
background-color: #742a2a !important;
}
.xl\:hover\:tw-bg-orange-100:hover {
background-color: #fffaf0 !important;
}
.xl\:hover\:tw-bg-orange-200:hover {
background-color: #feebc8 !important;
}
.xl\:hover\:tw-bg-orange-300:hover {
background-color: #fbd38d !important;
}
.xl\:hover\:tw-bg-orange-400:hover {
background-color: #f6ad55 !important;
}
.xl\:hover\:tw-bg-orange-500:hover {
background-color: #ed8936 !important;
}
.xl\:hover\:tw-bg-orange-600:hover {
background-color: #dd6b20 !important;
}
.xl\:hover\:tw-bg-orange-700:hover {
background-color: #c05621 !important;
}
.xl\:hover\:tw-bg-orange-800:hover {
background-color: #9c4221 !important;
}
.xl\:hover\:tw-bg-orange-900:hover {
background-color: #7b341e !important;
}
.xl\:hover\:tw-bg-yellow-100:hover {
background-color: #fffff0 !important;
}
.xl\:hover\:tw-bg-yellow-200:hover {
background-color: #fefcbf !important;
}
.xl\:hover\:tw-bg-yellow-300:hover {
background-color: #faf089 !important;
}
.xl\:hover\:tw-bg-yellow-400:hover {
background-color: #f6e05e !important;
}
.xl\:hover\:tw-bg-yellow-500:hover {
background-color: #ecc94b !important;
}
.xl\:hover\:tw-bg-yellow-600:hover {
background-color: #d69e2e !important;
}
.xl\:hover\:tw-bg-yellow-700:hover {
background-color: #b7791f !important;
}
.xl\:hover\:tw-bg-yellow-800:hover {
background-color: #975a16 !important;
}
.xl\:hover\:tw-bg-yellow-900:hover {
background-color: #744210 !important;
}
.xl\:hover\:tw-bg-green-100:hover {
background-color: #f0fff4 !important;
}
.xl\:hover\:tw-bg-green-200:hover {
background-color: #c6f6d5 !important;
}
.xl\:hover\:tw-bg-green-300:hover {
background-color: #9ae6b4 !important;
}
.xl\:hover\:tw-bg-green-400:hover {
background-color: #68d391 !important;
}
.xl\:hover\:tw-bg-green-500:hover {
background-color: #48bb78 !important;
}
.xl\:hover\:tw-bg-green-600:hover {
background-color: #38a169 !important;
}
.xl\:hover\:tw-bg-green-700:hover {
background-color: #2f855a !important;
}
.xl\:hover\:tw-bg-green-800:hover {
background-color: #276749 !important;
}
.xl\:hover\:tw-bg-green-900:hover {
background-color: #22543d !important;
}
.xl\:hover\:tw-bg-teal-100:hover {
background-color: #e6fffa !important;
}
.xl\:hover\:tw-bg-teal-200:hover {
background-color: #b2f5ea !important;
}
.xl\:hover\:tw-bg-teal-300:hover {
background-color: #81e6d9 !important;
}
.xl\:hover\:tw-bg-teal-400:hover {
background-color: #4fd1c5 !important;
}
.xl\:hover\:tw-bg-teal-500:hover {
background-color: #38b2ac !important;
}
.xl\:hover\:tw-bg-teal-600:hover {
background-color: #319795 !important;
}
.xl\:hover\:tw-bg-teal-700:hover {
background-color: #2c7a7b !important;
}
.xl\:hover\:tw-bg-teal-800:hover {
background-color: #285e61 !important;
}
.xl\:hover\:tw-bg-teal-900:hover {
background-color: #234e52 !important;
}
.xl\:hover\:tw-bg-blue-100:hover {
background-color: #ebf8ff !important;
}
.xl\:hover\:tw-bg-blue-200:hover {
background-color: #bee3f8 !important;
}
.xl\:hover\:tw-bg-blue-300:hover {
background-color: #90cdf4 !important;
}
.xl\:hover\:tw-bg-blue-400:hover {
background-color: #63b3ed !important;
}
.xl\:hover\:tw-bg-blue-500:hover {
background-color: #4299e1 !important;
}
.xl\:hover\:tw-bg-blue-600:hover {
background-color: #3182ce !important;
}
.xl\:hover\:tw-bg-blue-700:hover {
background-color: #2b6cb0 !important;
}
.xl\:hover\:tw-bg-blue-800:hover {
background-color: #2c5282 !important;
}
.xl\:hover\:tw-bg-blue-900:hover {
background-color: #2a4365 !important;
}
.xl\:hover\:tw-bg-indigo-100:hover {
background-color: #ebf4ff !important;
}
.xl\:hover\:tw-bg-indigo-200:hover {
background-color: #c3dafe !important;
}
.xl\:hover\:tw-bg-indigo-300:hover {
background-color: #a3bffa !important;
}
.xl\:hover\:tw-bg-indigo-400:hover {
background-color: #7f9cf5 !important;
}
.xl\:hover\:tw-bg-indigo-500:hover {
background-color: #667eea !important;
}
.xl\:hover\:tw-bg-indigo-600:hover {
background-color: #5a67d8 !important;
}
.xl\:hover\:tw-bg-indigo-700:hover {
background-color: #4c51bf !important;
}
.xl\:hover\:tw-bg-indigo-800:hover {
background-color: #434190 !important;
}
.xl\:hover\:tw-bg-indigo-900:hover {
background-color: #3c366b !important;
}
.xl\:hover\:tw-bg-purple-100:hover {
background-color: #faf5ff !important;
}
.xl\:hover\:tw-bg-purple-200:hover {
background-color: #e9d8fd !important;
}
.xl\:hover\:tw-bg-purple-300:hover {
background-color: #d6bcfa !important;
}
.xl\:hover\:tw-bg-purple-400:hover {
background-color: #b794f4 !important;
}
.xl\:hover\:tw-bg-purple-500:hover {
background-color: #9f7aea !important;
}
.xl\:hover\:tw-bg-purple-600:hover {
background-color: #805ad5 !important;
}
.xl\:hover\:tw-bg-purple-700:hover {
background-color: #6b46c1 !important;
}
.xl\:hover\:tw-bg-purple-800:hover {
background-color: #553c9a !important;
}
.xl\:hover\:tw-bg-purple-900:hover {
background-color: #44337a !important;
}
.xl\:hover\:tw-bg-pink-100:hover {
background-color: #fff5f7 !important;
}
.xl\:hover\:tw-bg-pink-200:hover {
background-color: #fed7e2 !important;
}
.xl\:hover\:tw-bg-pink-300:hover {
background-color: #fbb6ce !important;
}
.xl\:hover\:tw-bg-pink-400:hover {
background-color: #f687b3 !important;
}
.xl\:hover\:tw-bg-pink-500:hover {
background-color: #ed64a6 !important;
}
.xl\:hover\:tw-bg-pink-600:hover {
background-color: #d53f8c !important;
}
.xl\:hover\:tw-bg-pink-700:hover {
background-color: #b83280 !important;
}
.xl\:hover\:tw-bg-pink-800:hover {
background-color: #97266d !important;
}
.xl\:hover\:tw-bg-pink-900:hover {
background-color: #702459 !important;
}
.xl\:focus\:tw-bg-transparent:focus {
background-color: transparent !important;
}
.xl\:focus\:tw-bg-black:focus {
background-color: #000 !important;
}
.xl\:focus\:tw-bg-white:focus {
background-color: #fff !important;
}
.xl\:focus\:tw-bg-gray-100:focus {
background-color: #f7fafc !important;
}
.xl\:focus\:tw-bg-gray-200:focus {
background-color: #edf2f7 !important;
}
.xl\:focus\:tw-bg-gray-300:focus {
background-color: #e2e8f0 !important;
}
.xl\:focus\:tw-bg-gray-400:focus {
background-color: #cbd5e0 !important;
}
.xl\:focus\:tw-bg-gray-500:focus {
background-color: #a0aec0 !important;
}
.xl\:focus\:tw-bg-gray-600:focus {
background-color: #718096 !important;
}
.xl\:focus\:tw-bg-gray-700:focus {
background-color: #4a5568 !important;
}
.xl\:focus\:tw-bg-gray-800:focus {
background-color: #2d3748 !important;
}
.xl\:focus\:tw-bg-gray-900:focus {
background-color: #1a202c !important;
}
.xl\:focus\:tw-bg-red-100:focus {
background-color: #fff5f5 !important;
}
.xl\:focus\:tw-bg-red-200:focus {
background-color: #fed7d7 !important;
}
.xl\:focus\:tw-bg-red-300:focus {
background-color: #feb2b2 !important;
}
.xl\:focus\:tw-bg-red-400:focus {
background-color: #fc8181 !important;
}
.xl\:focus\:tw-bg-red-500:focus {
background-color: #f56565 !important;
}
.xl\:focus\:tw-bg-red-600:focus {
background-color: #e53e3e !important;
}
.xl\:focus\:tw-bg-red-700:focus {
background-color: #c53030 !important;
}
.xl\:focus\:tw-bg-red-800:focus {
background-color: #9b2c2c !important;
}
.xl\:focus\:tw-bg-red-900:focus {
background-color: #742a2a !important;
}
.xl\:focus\:tw-bg-orange-100:focus {
background-color: #fffaf0 !important;
}
.xl\:focus\:tw-bg-orange-200:focus {
background-color: #feebc8 !important;
}
.xl\:focus\:tw-bg-orange-300:focus {
background-color: #fbd38d !important;
}
.xl\:focus\:tw-bg-orange-400:focus {
background-color: #f6ad55 !important;
}
.xl\:focus\:tw-bg-orange-500:focus {
background-color: #ed8936 !important;
}
.xl\:focus\:tw-bg-orange-600:focus {
background-color: #dd6b20 !important;
}
.xl\:focus\:tw-bg-orange-700:focus {
background-color: #c05621 !important;
}
.xl\:focus\:tw-bg-orange-800:focus {
background-color: #9c4221 !important;
}
.xl\:focus\:tw-bg-orange-900:focus {
background-color: #7b341e !important;
}
.xl\:focus\:tw-bg-yellow-100:focus {
background-color: #fffff0 !important;
}
.xl\:focus\:tw-bg-yellow-200:focus {
background-color: #fefcbf !important;
}
.xl\:focus\:tw-bg-yellow-300:focus {
background-color: #faf089 !important;
}
.xl\:focus\:tw-bg-yellow-400:focus {
background-color: #f6e05e !important;
}
.xl\:focus\:tw-bg-yellow-500:focus {
background-color: #ecc94b !important;
}
.xl\:focus\:tw-bg-yellow-600:focus {
background-color: #d69e2e !important;
}
.xl\:focus\:tw-bg-yellow-700:focus {
background-color: #b7791f !important;
}
.xl\:focus\:tw-bg-yellow-800:focus {
background-color: #975a16 !important;
}
.xl\:focus\:tw-bg-yellow-900:focus {
background-color: #744210 !important;
}
.xl\:focus\:tw-bg-green-100:focus {
background-color: #f0fff4 !important;
}
.xl\:focus\:tw-bg-green-200:focus {
background-color: #c6f6d5 !important;
}
.xl\:focus\:tw-bg-green-300:focus {
background-color: #9ae6b4 !important;
}
.xl\:focus\:tw-bg-green-400:focus {
background-color: #68d391 !important;
}
.xl\:focus\:tw-bg-green-500:focus {
background-color: #48bb78 !important;
}
.xl\:focus\:tw-bg-green-600:focus {
background-color: #38a169 !important;
}
.xl\:focus\:tw-bg-green-700:focus {
background-color: #2f855a !important;
}
.xl\:focus\:tw-bg-green-800:focus {
background-color: #276749 !important;
}
.xl\:focus\:tw-bg-green-900:focus {
background-color: #22543d !important;
}
.xl\:focus\:tw-bg-teal-100:focus {
background-color: #e6fffa !important;
}
.xl\:focus\:tw-bg-teal-200:focus {
background-color: #b2f5ea !important;
}
.xl\:focus\:tw-bg-teal-300:focus {
background-color: #81e6d9 !important;
}
.xl\:focus\:tw-bg-teal-400:focus {
background-color: #4fd1c5 !important;
}
.xl\:focus\:tw-bg-teal-500:focus {
background-color: #38b2ac !important;
}
.xl\:focus\:tw-bg-teal-600:focus {
background-color: #319795 !important;
}
.xl\:focus\:tw-bg-teal-700:focus {
background-color: #2c7a7b !important;
}
.xl\:focus\:tw-bg-teal-800:focus {
background-color: #285e61 !important;
}
.xl\:focus\:tw-bg-teal-900:focus {
background-color: #234e52 !important;
}
.xl\:focus\:tw-bg-blue-100:focus {
background-color: #ebf8ff !important;
}
.xl\:focus\:tw-bg-blue-200:focus {
background-color: #bee3f8 !important;
}
.xl\:focus\:tw-bg-blue-300:focus {
background-color: #90cdf4 !important;
}
.xl\:focus\:tw-bg-blue-400:focus {
background-color: #63b3ed !important;
}
.xl\:focus\:tw-bg-blue-500:focus {
background-color: #4299e1 !important;
}
.xl\:focus\:tw-bg-blue-600:focus {
background-color: #3182ce !important;
}
.xl\:focus\:tw-bg-blue-700:focus {
background-color: #2b6cb0 !important;
}
.xl\:focus\:tw-bg-blue-800:focus {
background-color: #2c5282 !important;
}
.xl\:focus\:tw-bg-blue-900:focus {
background-color: #2a4365 !important;
}
.xl\:focus\:tw-bg-indigo-100:focus {
background-color: #ebf4ff !important;
}
.xl\:focus\:tw-bg-indigo-200:focus {
background-color: #c3dafe !important;
}
.xl\:focus\:tw-bg-indigo-300:focus {
background-color: #a3bffa !important;
}
.xl\:focus\:tw-bg-indigo-400:focus {
background-color: #7f9cf5 !important;
}
.xl\:focus\:tw-bg-indigo-500:focus {
background-color: #667eea !important;
}
.xl\:focus\:tw-bg-indigo-600:focus {
background-color: #5a67d8 !important;
}
.xl\:focus\:tw-bg-indigo-700:focus {
background-color: #4c51bf !important;
}
.xl\:focus\:tw-bg-indigo-800:focus {
background-color: #434190 !important;
}
.xl\:focus\:tw-bg-indigo-900:focus {
background-color: #3c366b !important;
}
.xl\:focus\:tw-bg-purple-100:focus {
background-color: #faf5ff !important;
}
.xl\:focus\:tw-bg-purple-200:focus {
background-color: #e9d8fd !important;
}
.xl\:focus\:tw-bg-purple-300:focus {
background-color: #d6bcfa !important;
}
.xl\:focus\:tw-bg-purple-400:focus {
background-color: #b794f4 !important;
}
.xl\:focus\:tw-bg-purple-500:focus {
background-color: #9f7aea !important;
}
.xl\:focus\:tw-bg-purple-600:focus {
background-color: #805ad5 !important;
}
.xl\:focus\:tw-bg-purple-700:focus {
background-color: #6b46c1 !important;
}
.xl\:focus\:tw-bg-purple-800:focus {
background-color: #553c9a !important;
}
.xl\:focus\:tw-bg-purple-900:focus {
background-color: #44337a !important;
}
.xl\:focus\:tw-bg-pink-100:focus {
background-color: #fff5f7 !important;
}
.xl\:focus\:tw-bg-pink-200:focus {
background-color: #fed7e2 !important;
}
.xl\:focus\:tw-bg-pink-300:focus {
background-color: #fbb6ce !important;
}
.xl\:focus\:tw-bg-pink-400:focus {
background-color: #f687b3 !important;
}
.xl\:focus\:tw-bg-pink-500:focus {
background-color: #ed64a6 !important;
}
.xl\:focus\:tw-bg-pink-600:focus {
background-color: #d53f8c !important;
}
.xl\:focus\:tw-bg-pink-700:focus {
background-color: #b83280 !important;
}
.xl\:focus\:tw-bg-pink-800:focus {
background-color: #97266d !important;
}
.xl\:focus\:tw-bg-pink-900:focus {
background-color: #702459 !important;
}
.xl\:tw-bg-bottom {
background-position: bottom !important;
}
.xl\:tw-bg-center {
background-position: center !important;
}
.xl\:tw-bg-left {
background-position: left !important;
}
.xl\:tw-bg-left-bottom {
background-position: left bottom !important;
}
.xl\:tw-bg-left-top {
background-position: left top !important;
}
.xl\:tw-bg-right {
background-position: right !important;
}
.xl\:tw-bg-right-bottom {
background-position: right bottom !important;
}
.xl\:tw-bg-right-top {
background-position: right top !important;
}
.xl\:tw-bg-top {
background-position: top !important;
}
.xl\:tw-bg-repeat {
background-repeat: repeat !important;
}
.xl\:tw-bg-no-repeat {
background-repeat: no-repeat !important;
}
.xl\:tw-bg-repeat-x {
background-repeat: repeat-x !important;
}
.xl\:tw-bg-repeat-y {
background-repeat: repeat-y !important;
}
.xl\:tw-bg-auto {
background-size: auto !important;
}
.xl\:tw-bg-cover {
background-size: cover !important;
}
.xl\:tw-bg-contain {
background-size: contain !important;
}
.xl\:tw-border-transparent {
border-color: transparent !important;
}
.xl\:tw-border-black {
border-color: #000 !important;
}
.xl\:tw-border-white {
border-color: #fff !important;
}
.xl\:tw-border-gray-100 {
border-color: #f7fafc !important;
}
.xl\:tw-border-gray-200 {
border-color: #edf2f7 !important;
}
.xl\:tw-border-gray-300 {
border-color: #e2e8f0 !important;
}
.xl\:tw-border-gray-400 {
border-color: #cbd5e0 !important;
}
.xl\:tw-border-gray-500 {
border-color: #a0aec0 !important;
}
.xl\:tw-border-gray-600 {
border-color: #718096 !important;
}
.xl\:tw-border-gray-700 {
border-color: #4a5568 !important;
}
.xl\:tw-border-gray-800 {
border-color: #2d3748 !important;
}
.xl\:tw-border-gray-900 {
border-color: #1a202c !important;
}
.xl\:tw-border-red-100 {
border-color: #fff5f5 !important;
}
.xl\:tw-border-red-200 {
border-color: #fed7d7 !important;
}
.xl\:tw-border-red-300 {
border-color: #feb2b2 !important;
}
.xl\:tw-border-red-400 {
border-color: #fc8181 !important;
}
.xl\:tw-border-red-500 {
border-color: #f56565 !important;
}
.xl\:tw-border-red-600 {
border-color: #e53e3e !important;
}
.xl\:tw-border-red-700 {
border-color: #c53030 !important;
}
.xl\:tw-border-red-800 {
border-color: #9b2c2c !important;
}
.xl\:tw-border-red-900 {
border-color: #742a2a !important;
}
.xl\:tw-border-orange-100 {
border-color: #fffaf0 !important;
}
.xl\:tw-border-orange-200 {
border-color: #feebc8 !important;
}
.xl\:tw-border-orange-300 {
border-color: #fbd38d !important;
}
.xl\:tw-border-orange-400 {
border-color: #f6ad55 !important;
}
.xl\:tw-border-orange-500 {
border-color: #ed8936 !important;
}
.xl\:tw-border-orange-600 {
border-color: #dd6b20 !important;
}
.xl\:tw-border-orange-700 {
border-color: #c05621 !important;
}
.xl\:tw-border-orange-800 {
border-color: #9c4221 !important;
}
.xl\:tw-border-orange-900 {
border-color: #7b341e !important;
}
.xl\:tw-border-yellow-100 {
border-color: #fffff0 !important;
}
.xl\:tw-border-yellow-200 {
border-color: #fefcbf !important;
}
.xl\:tw-border-yellow-300 {
border-color: #faf089 !important;
}
.xl\:tw-border-yellow-400 {
border-color: #f6e05e !important;
}
.xl\:tw-border-yellow-500 {
border-color: #ecc94b !important;
}
.xl\:tw-border-yellow-600 {
border-color: #d69e2e !important;
}
.xl\:tw-border-yellow-700 {
border-color: #b7791f !important;
}
.xl\:tw-border-yellow-800 {
border-color: #975a16 !important;
}
.xl\:tw-border-yellow-900 {
border-color: #744210 !important;
}
.xl\:tw-border-green-100 {
border-color: #f0fff4 !important;
}
.xl\:tw-border-green-200 {
border-color: #c6f6d5 !important;
}
.xl\:tw-border-green-300 {
border-color: #9ae6b4 !important;
}
.xl\:tw-border-green-400 {
border-color: #68d391 !important;
}
.xl\:tw-border-green-500 {
border-color: #48bb78 !important;
}
.xl\:tw-border-green-600 {
border-color: #38a169 !important;
}
.xl\:tw-border-green-700 {
border-color: #2f855a !important;
}
.xl\:tw-border-green-800 {
border-color: #276749 !important;
}
.xl\:tw-border-green-900 {
border-color: #22543d !important;
}
.xl\:tw-border-teal-100 {
border-color: #e6fffa !important;
}
.xl\:tw-border-teal-200 {
border-color: #b2f5ea !important;
}
.xl\:tw-border-teal-300 {
border-color: #81e6d9 !important;
}
.xl\:tw-border-teal-400 {
border-color: #4fd1c5 !important;
}
.xl\:tw-border-teal-500 {
border-color: #38b2ac !important;
}
.xl\:tw-border-teal-600 {
border-color: #319795 !important;
}
.xl\:tw-border-teal-700 {
border-color: #2c7a7b !important;
}
.xl\:tw-border-teal-800 {
border-color: #285e61 !important;
}
.xl\:tw-border-teal-900 {
border-color: #234e52 !important;
}
.xl\:tw-border-blue-100 {
border-color: #ebf8ff !important;
}
.xl\:tw-border-blue-200 {
border-color: #bee3f8 !important;
}
.xl\:tw-border-blue-300 {
border-color: #90cdf4 !important;
}
.xl\:tw-border-blue-400 {
border-color: #63b3ed !important;
}
.xl\:tw-border-blue-500 {
border-color: #4299e1 !important;
}
.xl\:tw-border-blue-600 {
border-color: #3182ce !important;
}
.xl\:tw-border-blue-700 {
border-color: #2b6cb0 !important;
}
.xl\:tw-border-blue-800 {
border-color: #2c5282 !important;
}
.xl\:tw-border-blue-900 {
border-color: #2a4365 !important;
}
.xl\:tw-border-indigo-100 {
border-color: #ebf4ff !important;
}
.xl\:tw-border-indigo-200 {
border-color: #c3dafe !important;
}
.xl\:tw-border-indigo-300 {
border-color: #a3bffa !important;
}
.xl\:tw-border-indigo-400 {
border-color: #7f9cf5 !important;
}
.xl\:tw-border-indigo-500 {
border-color: #667eea !important;
}
.xl\:tw-border-indigo-600 {
border-color: #5a67d8 !important;
}
.xl\:tw-border-indigo-700 {
border-color: #4c51bf !important;
}
.xl\:tw-border-indigo-800 {
border-color: #434190 !important;
}
.xl\:tw-border-indigo-900 {
border-color: #3c366b !important;
}
.xl\:tw-border-purple-100 {
border-color: #faf5ff !important;
}
.xl\:tw-border-purple-200 {
border-color: #e9d8fd !important;
}
.xl\:tw-border-purple-300 {
border-color: #d6bcfa !important;
}
.xl\:tw-border-purple-400 {
border-color: #b794f4 !important;
}
.xl\:tw-border-purple-500 {
border-color: #9f7aea !important;
}
.xl\:tw-border-purple-600 {
border-color: #805ad5 !important;
}
.xl\:tw-border-purple-700 {
border-color: #6b46c1 !important;
}
.xl\:tw-border-purple-800 {
border-color: #553c9a !important;
}
.xl\:tw-border-purple-900 {
border-color: #44337a !important;
}
.xl\:tw-border-pink-100 {
border-color: #fff5f7 !important;
}
.xl\:tw-border-pink-200 {
border-color: #fed7e2 !important;
}
.xl\:tw-border-pink-300 {
border-color: #fbb6ce !important;
}
.xl\:tw-border-pink-400 {
border-color: #f687b3 !important;
}
.xl\:tw-border-pink-500 {
border-color: #ed64a6 !important;
}
.xl\:tw-border-pink-600 {
border-color: #d53f8c !important;
}
.xl\:tw-border-pink-700 {
border-color: #b83280 !important;
}
.xl\:tw-border-pink-800 {
border-color: #97266d !important;
}
.xl\:tw-border-pink-900 {
border-color: #702459 !important;
}
.xl\:hover\:tw-border-transparent:hover {
border-color: transparent !important;
}
.xl\:hover\:tw-border-black:hover {
border-color: #000 !important;
}
.xl\:hover\:tw-border-white:hover {
border-color: #fff !important;
}
.xl\:hover\:tw-border-gray-100:hover {
border-color: #f7fafc !important;
}
.xl\:hover\:tw-border-gray-200:hover {
border-color: #edf2f7 !important;
}
.xl\:hover\:tw-border-gray-300:hover {
border-color: #e2e8f0 !important;
}
.xl\:hover\:tw-border-gray-400:hover {
border-color: #cbd5e0 !important;
}
.xl\:hover\:tw-border-gray-500:hover {
border-color: #a0aec0 !important;
}
.xl\:hover\:tw-border-gray-600:hover {
border-color: #718096 !important;
}
.xl\:hover\:tw-border-gray-700:hover {
border-color: #4a5568 !important;
}
.xl\:hover\:tw-border-gray-800:hover {
border-color: #2d3748 !important;
}
.xl\:hover\:tw-border-gray-900:hover {
border-color: #1a202c !important;
}
.xl\:hover\:tw-border-red-100:hover {
border-color: #fff5f5 !important;
}
.xl\:hover\:tw-border-red-200:hover {
border-color: #fed7d7 !important;
}
.xl\:hover\:tw-border-red-300:hover {
border-color: #feb2b2 !important;
}
.xl\:hover\:tw-border-red-400:hover {
border-color: #fc8181 !important;
}
.xl\:hover\:tw-border-red-500:hover {
border-color: #f56565 !important;
}
.xl\:hover\:tw-border-red-600:hover {
border-color: #e53e3e !important;
}
.xl\:hover\:tw-border-red-700:hover {
border-color: #c53030 !important;
}
.xl\:hover\:tw-border-red-800:hover {
border-color: #9b2c2c !important;
}
.xl\:hover\:tw-border-red-900:hover {
border-color: #742a2a !important;
}
.xl\:hover\:tw-border-orange-100:hover {
border-color: #fffaf0 !important;
}
.xl\:hover\:tw-border-orange-200:hover {
border-color: #feebc8 !important;
}
.xl\:hover\:tw-border-orange-300:hover {
border-color: #fbd38d !important;
}
.xl\:hover\:tw-border-orange-400:hover {
border-color: #f6ad55 !important;
}
.xl\:hover\:tw-border-orange-500:hover {
border-color: #ed8936 !important;
}
.xl\:hover\:tw-border-orange-600:hover {
border-color: #dd6b20 !important;
}
.xl\:hover\:tw-border-orange-700:hover {
border-color: #c05621 !important;
}
.xl\:hover\:tw-border-orange-800:hover {
border-color: #9c4221 !important;
}
.xl\:hover\:tw-border-orange-900:hover {
border-color: #7b341e !important;
}
.xl\:hover\:tw-border-yellow-100:hover {
border-color: #fffff0 !important;
}
.xl\:hover\:tw-border-yellow-200:hover {
border-color: #fefcbf !important;
}
.xl\:hover\:tw-border-yellow-300:hover {
border-color: #faf089 !important;
}
.xl\:hover\:tw-border-yellow-400:hover {
border-color: #f6e05e !important;
}
.xl\:hover\:tw-border-yellow-500:hover {
border-color: #ecc94b !important;
}
.xl\:hover\:tw-border-yellow-600:hover {
border-color: #d69e2e !important;
}
.xl\:hover\:tw-border-yellow-700:hover {
border-color: #b7791f !important;
}
.xl\:hover\:tw-border-yellow-800:hover {
border-color: #975a16 !important;
}
.xl\:hover\:tw-border-yellow-900:hover {
border-color: #744210 !important;
}
.xl\:hover\:tw-border-green-100:hover {
border-color: #f0fff4 !important;
}
.xl\:hover\:tw-border-green-200:hover {
border-color: #c6f6d5 !important;
}
.xl\:hover\:tw-border-green-300:hover {
border-color: #9ae6b4 !important;
}
.xl\:hover\:tw-border-green-400:hover {
border-color: #68d391 !important;
}
.xl\:hover\:tw-border-green-500:hover {
border-color: #48bb78 !important;
}
.xl\:hover\:tw-border-green-600:hover {
border-color: #38a169 !important;
}
.xl\:hover\:tw-border-green-700:hover {
border-color: #2f855a !important;
}
.xl\:hover\:tw-border-green-800:hover {
border-color: #276749 !important;
}
.xl\:hover\:tw-border-green-900:hover {
border-color: #22543d !important;
}
.xl\:hover\:tw-border-teal-100:hover {
border-color: #e6fffa !important;
}
.xl\:hover\:tw-border-teal-200:hover {
border-color: #b2f5ea !important;
}
.xl\:hover\:tw-border-teal-300:hover {
border-color: #81e6d9 !important;
}
.xl\:hover\:tw-border-teal-400:hover {
border-color: #4fd1c5 !important;
}
.xl\:hover\:tw-border-teal-500:hover {
border-color: #38b2ac !important;
}
.xl\:hover\:tw-border-teal-600:hover {
border-color: #319795 !important;
}
.xl\:hover\:tw-border-teal-700:hover {
border-color: #2c7a7b !important;
}
.xl\:hover\:tw-border-teal-800:hover {
border-color: #285e61 !important;
}
.xl\:hover\:tw-border-teal-900:hover {
border-color: #234e52 !important;
}
.xl\:hover\:tw-border-blue-100:hover {
border-color: #ebf8ff !important;
}
.xl\:hover\:tw-border-blue-200:hover {
border-color: #bee3f8 !important;
}
.xl\:hover\:tw-border-blue-300:hover {
border-color: #90cdf4 !important;
}
.xl\:hover\:tw-border-blue-400:hover {
border-color: #63b3ed !important;
}
.xl\:hover\:tw-border-blue-500:hover {
border-color: #4299e1 !important;
}
.xl\:hover\:tw-border-blue-600:hover {
border-color: #3182ce !important;
}
.xl\:hover\:tw-border-blue-700:hover {
border-color: #2b6cb0 !important;
}
.xl\:hover\:tw-border-blue-800:hover {
border-color: #2c5282 !important;
}
.xl\:hover\:tw-border-blue-900:hover {
border-color: #2a4365 !important;
}
.xl\:hover\:tw-border-indigo-100:hover {
border-color: #ebf4ff !important;
}
.xl\:hover\:tw-border-indigo-200:hover {
border-color: #c3dafe !important;
}
.xl\:hover\:tw-border-indigo-300:hover {
border-color: #a3bffa !important;
}
.xl\:hover\:tw-border-indigo-400:hover {
border-color: #7f9cf5 !important;
}
.xl\:hover\:tw-border-indigo-500:hover {
border-color: #667eea !important;
}
.xl\:hover\:tw-border-indigo-600:hover {
border-color: #5a67d8 !important;
}
.xl\:hover\:tw-border-indigo-700:hover {
border-color: #4c51bf !important;
}
.xl\:hover\:tw-border-indigo-800:hover {
border-color: #434190 !important;
}
.xl\:hover\:tw-border-indigo-900:hover {
border-color: #3c366b !important;
}
.xl\:hover\:tw-border-purple-100:hover {
border-color: #faf5ff !important;
}
.xl\:hover\:tw-border-purple-200:hover {
border-color: #e9d8fd !important;
}
.xl\:hover\:tw-border-purple-300:hover {
border-color: #d6bcfa !important;
}
.xl\:hover\:tw-border-purple-400:hover {
border-color: #b794f4 !important;
}
.xl\:hover\:tw-border-purple-500:hover {
border-color: #9f7aea !important;
}
.xl\:hover\:tw-border-purple-600:hover {
border-color: #805ad5 !important;
}
.xl\:hover\:tw-border-purple-700:hover {
border-color: #6b46c1 !important;
}
.xl\:hover\:tw-border-purple-800:hover {
border-color: #553c9a !important;
}
.xl\:hover\:tw-border-purple-900:hover {
border-color: #44337a !important;
}
.xl\:hover\:tw-border-pink-100:hover {
border-color: #fff5f7 !important;
}
.xl\:hover\:tw-border-pink-200:hover {
border-color: #fed7e2 !important;
}
.xl\:hover\:tw-border-pink-300:hover {
border-color: #fbb6ce !important;
}
.xl\:hover\:tw-border-pink-400:hover {
border-color: #f687b3 !important;
}
.xl\:hover\:tw-border-pink-500:hover {
border-color: #ed64a6 !important;
}
.xl\:hover\:tw-border-pink-600:hover {
border-color: #d53f8c !important;
}
.xl\:hover\:tw-border-pink-700:hover {
border-color: #b83280 !important;
}
.xl\:hover\:tw-border-pink-800:hover {
border-color: #97266d !important;
}
.xl\:hover\:tw-border-pink-900:hover {
border-color: #702459 !important;
}
.xl\:focus\:tw-border-transparent:focus {
border-color: transparent !important;
}
.xl\:focus\:tw-border-black:focus {
border-color: #000 !important;
}
.xl\:focus\:tw-border-white:focus {
border-color: #fff !important;
}
.xl\:focus\:tw-border-gray-100:focus {
border-color: #f7fafc !important;
}
.xl\:focus\:tw-border-gray-200:focus {
border-color: #edf2f7 !important;
}
.xl\:focus\:tw-border-gray-300:focus {
border-color: #e2e8f0 !important;
}
.xl\:focus\:tw-border-gray-400:focus {
border-color: #cbd5e0 !important;
}
.xl\:focus\:tw-border-gray-500:focus {
border-color: #a0aec0 !important;
}
.xl\:focus\:tw-border-gray-600:focus {
border-color: #718096 !important;
}
.xl\:focus\:tw-border-gray-700:focus {
border-color: #4a5568 !important;
}
.xl\:focus\:tw-border-gray-800:focus {
border-color: #2d3748 !important;
}
.xl\:focus\:tw-border-gray-900:focus {
border-color: #1a202c !important;
}
.xl\:focus\:tw-border-red-100:focus {
border-color: #fff5f5 !important;
}
.xl\:focus\:tw-border-red-200:focus {
border-color: #fed7d7 !important;
}
.xl\:focus\:tw-border-red-300:focus {
border-color: #feb2b2 !important;
}
.xl\:focus\:tw-border-red-400:focus {
border-color: #fc8181 !important;
}
.xl\:focus\:tw-border-red-500:focus {
border-color: #f56565 !important;
}
.xl\:focus\:tw-border-red-600:focus {
border-color: #e53e3e !important;
}
.xl\:focus\:tw-border-red-700:focus {
border-color: #c53030 !important;
}
.xl\:focus\:tw-border-red-800:focus {
border-color: #9b2c2c !important;
}
.xl\:focus\:tw-border-red-900:focus {
border-color: #742a2a !important;
}
.xl\:focus\:tw-border-orange-100:focus {
border-color: #fffaf0 !important;
}
.xl\:focus\:tw-border-orange-200:focus {
border-color: #feebc8 !important;
}
.xl\:focus\:tw-border-orange-300:focus {
border-color: #fbd38d !important;
}
.xl\:focus\:tw-border-orange-400:focus {
border-color: #f6ad55 !important;
}
.xl\:focus\:tw-border-orange-500:focus {
border-color: #ed8936 !important;
}
.xl\:focus\:tw-border-orange-600:focus {
border-color: #dd6b20 !important;
}
.xl\:focus\:tw-border-orange-700:focus {
border-color: #c05621 !important;
}
.xl\:focus\:tw-border-orange-800:focus {
border-color: #9c4221 !important;
}
.xl\:focus\:tw-border-orange-900:focus {
border-color: #7b341e !important;
}
.xl\:focus\:tw-border-yellow-100:focus {
border-color: #fffff0 !important;
}
.xl\:focus\:tw-border-yellow-200:focus {
border-color: #fefcbf !important;
}
.xl\:focus\:tw-border-yellow-300:focus {
border-color: #faf089 !important;
}
.xl\:focus\:tw-border-yellow-400:focus {
border-color: #f6e05e !important;
}
.xl\:focus\:tw-border-yellow-500:focus {
border-color: #ecc94b !important;
}
.xl\:focus\:tw-border-yellow-600:focus {
border-color: #d69e2e !important;
}
.xl\:focus\:tw-border-yellow-700:focus {
border-color: #b7791f !important;
}
.xl\:focus\:tw-border-yellow-800:focus {
border-color: #975a16 !important;
}
.xl\:focus\:tw-border-yellow-900:focus {
border-color: #744210 !important;
}
.xl\:focus\:tw-border-green-100:focus {
border-color: #f0fff4 !important;
}
.xl\:focus\:tw-border-green-200:focus {
border-color: #c6f6d5 !important;
}
.xl\:focus\:tw-border-green-300:focus {
border-color: #9ae6b4 !important;
}
.xl\:focus\:tw-border-green-400:focus {
border-color: #68d391 !important;
}
.xl\:focus\:tw-border-green-500:focus {
border-color: #48bb78 !important;
}
.xl\:focus\:tw-border-green-600:focus {
border-color: #38a169 !important;
}
.xl\:focus\:tw-border-green-700:focus {
border-color: #2f855a !important;
}
.xl\:focus\:tw-border-green-800:focus {
border-color: #276749 !important;
}
.xl\:focus\:tw-border-green-900:focus {
border-color: #22543d !important;
}
.xl\:focus\:tw-border-teal-100:focus {
border-color: #e6fffa !important;
}
.xl\:focus\:tw-border-teal-200:focus {
border-color: #b2f5ea !important;
}
.xl\:focus\:tw-border-teal-300:focus {
border-color: #81e6d9 !important;
}
.xl\:focus\:tw-border-teal-400:focus {
border-color: #4fd1c5 !important;
}
.xl\:focus\:tw-border-teal-500:focus {
border-color: #38b2ac !important;
}
.xl\:focus\:tw-border-teal-600:focus {
border-color: #319795 !important;
}
.xl\:focus\:tw-border-teal-700:focus {
border-color: #2c7a7b !important;
}
.xl\:focus\:tw-border-teal-800:focus {
border-color: #285e61 !important;
}
.xl\:focus\:tw-border-teal-900:focus {
border-color: #234e52 !important;
}
.xl\:focus\:tw-border-blue-100:focus {
border-color: #ebf8ff !important;
}
.xl\:focus\:tw-border-blue-200:focus {
border-color: #bee3f8 !important;
}
.xl\:focus\:tw-border-blue-300:focus {
border-color: #90cdf4 !important;
}
.xl\:focus\:tw-border-blue-400:focus {
border-color: #63b3ed !important;
}
.xl\:focus\:tw-border-blue-500:focus {
border-color: #4299e1 !important;
}
.xl\:focus\:tw-border-blue-600:focus {
border-color: #3182ce !important;
}
.xl\:focus\:tw-border-blue-700:focus {
border-color: #2b6cb0 !important;
}
.xl\:focus\:tw-border-blue-800:focus {
border-color: #2c5282 !important;
}
.xl\:focus\:tw-border-blue-900:focus {
border-color: #2a4365 !important;
}
.xl\:focus\:tw-border-indigo-100:focus {
border-color: #ebf4ff !important;
}
.xl\:focus\:tw-border-indigo-200:focus {
border-color: #c3dafe !important;
}
.xl\:focus\:tw-border-indigo-300:focus {
border-color: #a3bffa !important;
}
.xl\:focus\:tw-border-indigo-400:focus {
border-color: #7f9cf5 !important;
}
.xl\:focus\:tw-border-indigo-500:focus {
border-color: #667eea !important;
}
.xl\:focus\:tw-border-indigo-600:focus {
border-color: #5a67d8 !important;
}
.xl\:focus\:tw-border-indigo-700:focus {
border-color: #4c51bf !important;
}
.xl\:focus\:tw-border-indigo-800:focus {
border-color: #434190 !important;
}
.xl\:focus\:tw-border-indigo-900:focus {
border-color: #3c366b !important;
}
.xl\:focus\:tw-border-purple-100:focus {
border-color: #faf5ff !important;
}
.xl\:focus\:tw-border-purple-200:focus {
border-color: #e9d8fd !important;
}
.xl\:focus\:tw-border-purple-300:focus {
border-color: #d6bcfa !important;
}
.xl\:focus\:tw-border-purple-400:focus {
border-color: #b794f4 !important;
}
.xl\:focus\:tw-border-purple-500:focus {
border-color: #9f7aea !important;
}
.xl\:focus\:tw-border-purple-600:focus {
border-color: #805ad5 !important;
}
.xl\:focus\:tw-border-purple-700:focus {
border-color: #6b46c1 !important;
}
.xl\:focus\:tw-border-purple-800:focus {
border-color: #553c9a !important;
}
.xl\:focus\:tw-border-purple-900:focus {
border-color: #44337a !important;
}
.xl\:focus\:tw-border-pink-100:focus {
border-color: #fff5f7 !important;
}
.xl\:focus\:tw-border-pink-200:focus {
border-color: #fed7e2 !important;
}
.xl\:focus\:tw-border-pink-300:focus {
border-color: #fbb6ce !important;
}
.xl\:focus\:tw-border-pink-400:focus {
border-color: #f687b3 !important;
}
.xl\:focus\:tw-border-pink-500:focus {
border-color: #ed64a6 !important;
}
.xl\:focus\:tw-border-pink-600:focus {
border-color: #d53f8c !important;
}
.xl\:focus\:tw-border-pink-700:focus {
border-color: #b83280 !important;
}
.xl\:focus\:tw-border-pink-800:focus {
border-color: #97266d !important;
}
.xl\:focus\:tw-border-pink-900:focus {
border-color: #702459 !important;
}
.xl\:tw-rounded-none {
border-radius: 0 !important;
}
.xl\:tw-rounded-sm {
border-radius: .125rem !important;
}
.xl\:tw-rounded {
border-radius: .25rem !important;
}
.xl\:tw-rounded-lg {
border-radius: .5rem !important;
}
.xl\:tw-rounded-full {
border-radius: 9999px !important;
}
.xl\:tw-rounded-t-none {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
}
.xl\:tw-rounded-r-none {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.xl\:tw-rounded-b-none {
border-bottom-right-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.xl\:tw-rounded-l-none {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}
.xl\:tw-rounded-t-sm {
border-top-left-radius: .125rem !important;
border-top-right-radius: .125rem !important;
}
.xl\:tw-rounded-r-sm {
border-top-right-radius: .125rem !important;
border-bottom-right-radius: .125rem !important;
}
.xl\:tw-rounded-b-sm {
border-bottom-right-radius: .125rem !important;
border-bottom-left-radius: .125rem !important;
}
.xl\:tw-rounded-l-sm {
border-top-left-radius: .125rem !important;
border-bottom-left-radius: .125rem !important;
}
.xl\:tw-rounded-t {
border-top-left-radius: .25rem !important;
border-top-right-radius: .25rem !important;
}
.xl\:tw-rounded-r {
border-top-right-radius: .25rem !important;
border-bottom-right-radius: .25rem !important;
}
.xl\:tw-rounded-b {
border-bottom-right-radius: .25rem !important;
border-bottom-left-radius: .25rem !important;
}
.xl\:tw-rounded-l {
border-top-left-radius: .25rem !important;
border-bottom-left-radius: .25rem !important;
}
.xl\:tw-rounded-t-lg {
border-top-left-radius: .5rem !important;
border-top-right-radius: .5rem !important;
}
.xl\:tw-rounded-r-lg {
border-top-right-radius: .5rem !important;
border-bottom-right-radius: .5rem !important;
}
.xl\:tw-rounded-b-lg {
border-bottom-right-radius: .5rem !important;
border-bottom-left-radius: .5rem !important;
}
.xl\:tw-rounded-l-lg {
border-top-left-radius: .5rem !important;
border-bottom-left-radius: .5rem !important;
}
.xl\:tw-rounded-t-full {
border-top-left-radius: 9999px !important;
border-top-right-radius: 9999px !important;
}
.xl\:tw-rounded-r-full {
border-top-right-radius: 9999px !important;
border-bottom-right-radius: 9999px !important;
}
.xl\:tw-rounded-b-full {
border-bottom-right-radius: 9999px !important;
border-bottom-left-radius: 9999px !important;
}
.xl\:tw-rounded-l-full {
border-top-left-radius: 9999px !important;
border-bottom-left-radius: 9999px !important;
}
.xl\:tw-rounded-tl-none {
border-top-left-radius: 0 !important;
}
.xl\:tw-rounded-tr-none {
border-top-right-radius: 0 !important;
}
.xl\:tw-rounded-br-none {
border-bottom-right-radius: 0 !important;
}
.xl\:tw-rounded-bl-none {
border-bottom-left-radius: 0 !important;
}
.xl\:tw-rounded-tl-sm {
border-top-left-radius: .125rem !important;
}
.xl\:tw-rounded-tr-sm {
border-top-right-radius: .125rem !important;
}
.xl\:tw-rounded-br-sm {
border-bottom-right-radius: .125rem !important;
}
.xl\:tw-rounded-bl-sm {
border-bottom-left-radius: .125rem !important;
}
.xl\:tw-rounded-tl {
border-top-left-radius: .25rem !important;
}
.xl\:tw-rounded-tr {
border-top-right-radius: .25rem !important;
}
.xl\:tw-rounded-br {
border-bottom-right-radius: .25rem !important;
}
.xl\:tw-rounded-bl {
border-bottom-left-radius: .25rem !important;
}
.xl\:tw-rounded-tl-lg {
border-top-left-radius: .5rem !important;
}
.xl\:tw-rounded-tr-lg {
border-top-right-radius: .5rem !important;
}
.xl\:tw-rounded-br-lg {
border-bottom-right-radius: .5rem !important;
}
.xl\:tw-rounded-bl-lg {
border-bottom-left-radius: .5rem !important;
}
.xl\:tw-rounded-tl-full {
border-top-left-radius: 9999px !important;
}
.xl\:tw-rounded-tr-full {
border-top-right-radius: 9999px !important;
}
.xl\:tw-rounded-br-full {
border-bottom-right-radius: 9999px !important;
}
.xl\:tw-rounded-bl-full {
border-bottom-left-radius: 9999px !important;
}
.xl\:tw-border-solid {
border-style: solid !important;
}
.xl\:tw-border-dashed {
border-style: dashed !important;
}
.xl\:tw-border-dotted {
border-style: dotted !important;
}
.xl\:tw-border-none {
border-style: none !important;
}
.xl\:tw-border-0 {
border-width: 0 !important;
}
.xl\:tw-border-2 {
border-width: 2px !important;
}
.xl\:tw-border-4 {
border-width: 4px !important;
}
.xl\:tw-border-8 {
border-width: 8px !important;
}
.xl\:tw-border {
border-width: 1px !important;
}
.xl\:tw-border-t-0 {
border-top-width: 0 !important;
}
.xl\:tw-border-r-0 {
border-right-width: 0 !important;
}
.xl\:tw-border-b-0 {
border-bottom-width: 0 !important;
}
.xl\:tw-border-l-0 {
border-left-width: 0 !important;
}
.xl\:tw-border-t-2 {
border-top-width: 2px !important;
}
.xl\:tw-border-r-2 {
border-right-width: 2px !important;
}
.xl\:tw-border-b-2 {
border-bottom-width: 2px !important;
}
.xl\:tw-border-l-2 {
border-left-width: 2px !important;
}
.xl\:tw-border-t-4 {
border-top-width: 4px !important;
}
.xl\:tw-border-r-4 {
border-right-width: 4px !important;
}
.xl\:tw-border-b-4 {
border-bottom-width: 4px !important;
}
.xl\:tw-border-l-4 {
border-left-width: 4px !important;
}
.xl\:tw-border-t-8 {
border-top-width: 8px !important;
}
.xl\:tw-border-r-8 {
border-right-width: 8px !important;
}
.xl\:tw-border-b-8 {
border-bottom-width: 8px !important;
}
.xl\:tw-border-l-8 {
border-left-width: 8px !important;
}
.xl\:tw-border-t {
border-top-width: 1px !important;
}
.xl\:tw-border-r {
border-right-width: 1px !important;
}
.xl\:tw-border-b {
border-bottom-width: 1px !important;
}
.xl\:tw-border-l {
border-left-width: 1px !important;
}
.xl\:tw-cursor-auto {
cursor: auto !important;
}
.xl\:tw-cursor-default {
cursor: default !important;
}
.xl\:tw-cursor-pointer {
cursor: pointer !important;
}
.xl\:tw-cursor-wait {
cursor: wait !important;
}
.xl\:tw-cursor-move {
cursor: move !important;
}
.xl\:tw-cursor-not-allowed {
cursor: not-allowed !important;
}
.xl\:tw-block {
display: block !important;
}
.xl\:tw-inline-block {
display: inline-block !important;
}
.xl\:tw-inline {
display: inline !important;
}
.xl\:tw-flex {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
}
.xl\:tw-inline-flex {
display: -webkit-inline-box !important;
display: -ms-inline-flexbox !important;
display: inline-flex !important;
}
.xl\:tw-table {
display: table !important;
}
.xl\:tw-table-row {
display: table-row !important;
}
.xl\:tw-table-cell {
display: table-cell !important;
}
.xl\:tw-hidden {
display: none !important;
}
.xl\:tw-flex-row {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: row !important;
flex-direction: row !important;
}
.xl\:tw-flex-row-reverse {
-webkit-box-orient: horizontal !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: row-reverse !important;
flex-direction: row-reverse !important;
}
.xl\:tw-flex-col {
-webkit-box-orient: vertical !important;
-webkit-box-direction: normal !important;
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.xl\:tw-flex-col-reverse {
-webkit-box-orient: vertical !important;
-webkit-box-direction: reverse !important;
-ms-flex-direction: column-reverse !important;
flex-direction: column-reverse !important;
}
.xl\:tw-flex-wrap {
-ms-flex-wrap: wrap !important;
flex-wrap: wrap !important;
}
.xl\:tw-flex-wrap-reverse {
-ms-flex-wrap: wrap-reverse !important;
flex-wrap: wrap-reverse !important;
}
.xl\:tw-flex-no-wrap {
-ms-flex-wrap: nowrap !important;
flex-wrap: nowrap !important;
}
.xl\:tw-items-start {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
.xl\:tw-items-end {
-webkit-box-align: end !important;
-ms-flex-align: end !important;
align-items: flex-end !important;
}
.xl\:tw-items-center {
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.xl\:tw-items-baseline {
-webkit-box-align: baseline !important;
-ms-flex-align: baseline !important;
align-items: baseline !important;
}
.xl\:tw-items-stretch {
-webkit-box-align: stretch !important;
-ms-flex-align: stretch !important;
align-items: stretch !important;
}
.xl\:tw-self-auto {
-ms-flex-item-align: auto !important;
align-self: auto !important;
}
.xl\:tw-self-start {
-ms-flex-item-align: start !important;
align-self: flex-start !important;
}
.xl\:tw-self-end {
-ms-flex-item-align: end !important;
align-self: flex-end !important;
}
.xl\:tw-self-center {
-ms-flex-item-align: center !important;
align-self: center !important;
}
.xl\:tw-self-stretch {
-ms-flex-item-align: stretch !important;
align-self: stretch !important;
}
.xl\:tw-justify-start {
-webkit-box-pack: start !important;
-ms-flex-pack: start !important;
justify-content: flex-start !important;
}
.xl\:tw-justify-end {
-webkit-box-pack: end !important;
-ms-flex-pack: end !important;
justify-content: flex-end !important;
}
.xl\:tw-justify-center {
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
}
.xl\:tw-justify-between {
-webkit-box-pack: justify !important;
-ms-flex-pack: justify !important;
justify-content: space-between !important;
}
.xl\:tw-justify-around {
-ms-flex-pack: distribute !important;
justify-content: space-around !important;
}
.xl\:tw-content-center {
-ms-flex-line-pack: center !important;
align-content: center !important;
}
.xl\:tw-content-start {
-ms-flex-line-pack: start !important;
align-content: flex-start !important;
}
.xl\:tw-content-end {
-ms-flex-line-pack: end !important;
align-content: flex-end !important;
}
.xl\:tw-content-between {
-ms-flex-line-pack: justify !important;
align-content: space-between !important;
}
.xl\:tw-content-around {
-ms-flex-line-pack: distribute !important;
align-content: space-around !important;
}
.xl\:tw-flex-1 {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 0% !important;
flex: 1 1 0% !important;
}
.xl\:tw-flex-auto {
-webkit-box-flex: 1 !important;
-ms-flex: 1 1 auto !important;
flex: 1 1 auto !important;
}
.xl\:tw-flex-initial {
-webkit-box-flex: 0 !important;
-ms-flex: 0 1 auto !important;
flex: 0 1 auto !important;
}
.xl\:tw-flex-none {
-webkit-box-flex: 0 !important;
-ms-flex: none !important;
flex: none !important;
}
.xl\:tw-flex-grow-0 {
-webkit-box-flex: 0 !important;
-ms-flex-positive: 0 !important;
flex-grow: 0 !important;
}
.xl\:tw-flex-grow {
-webkit-box-flex: 1 !important;
-ms-flex-positive: 1 !important;
flex-grow: 1 !important;
}
.xl\:tw-flex-shrink-0 {
-ms-flex-negative: 0 !important;
flex-shrink: 0 !important;
}
.xl\:tw-flex-shrink {
-ms-flex-negative: 1 !important;
flex-shrink: 1 !important;
}
.xl\:tw-float-right {
float: right !important;
}
.xl\:tw-float-left {
float: left !important;
}
.xl\:tw-float-none {
float: none !important;
}
.xl\:tw-clearfix:after {
content: "" !important;
display: table !important;
clear: both !important;
}
.xl\:tw-font-sans {
font-family: -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" !important;
}
.xl\:tw-font-serif {
font-family: Georgia, Cambria, "Times New Roman", Times, serif !important;
}
.xl\:tw-font-mono {
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}
.xl\:tw-font-hairline {
font-weight: 100 !important;
}
.xl\:tw-font-thin {
font-weight: 200 !important;
}
.xl\:tw-font-light {
font-weight: 300 !important;
}
.xl\:tw-font-normal {
font-weight: 400 !important;
}
.xl\:tw-font-medium {
font-weight: 500 !important;
}
.xl\:tw-font-semibold {
font-weight: 600 !important;
}
.xl\:tw-font-bold {
font-weight: 700 !important;
}
.xl\:tw-font-extrabold {
font-weight: 800 !important;
}
.xl\:tw-font-black {
font-weight: 900 !important;
}
.xl\:hover\:tw-font-hairline:hover {
font-weight: 100 !important;
}
.xl\:hover\:tw-font-thin:hover {
font-weight: 200 !important;
}
.xl\:hover\:tw-font-light:hover {
font-weight: 300 !important;
}
.xl\:hover\:tw-font-normal:hover {
font-weight: 400 !important;
}
.xl\:hover\:tw-font-medium:hover {
font-weight: 500 !important;
}
.xl\:hover\:tw-font-semibold:hover {
font-weight: 600 !important;
}
.xl\:hover\:tw-font-bold:hover {
font-weight: 700 !important;
}
.xl\:hover\:tw-font-extrabold:hover {
font-weight: 800 !important;
}
.xl\:hover\:tw-font-black:hover {
font-weight: 900 !important;
}
.xl\:focus\:tw-font-hairline:focus {
font-weight: 100 !important;
}
.xl\:focus\:tw-font-thin:focus {
font-weight: 200 !important;
}
.xl\:focus\:tw-font-light:focus {
font-weight: 300 !important;
}
.xl\:focus\:tw-font-normal:focus {
font-weight: 400 !important;
}
.xl\:focus\:tw-font-medium:focus {
font-weight: 500 !important;
}
.xl\:focus\:tw-font-semibold:focus {
font-weight: 600 !important;
}
.xl\:focus\:tw-font-bold:focus {
font-weight: 700 !important;
}
.xl\:focus\:tw-font-extrabold:focus {
font-weight: 800 !important;
}
.xl\:focus\:tw-font-black:focus {
font-weight: 900 !important;
}
.xl\:tw-h-0 {
height: 0 !important;
}
.xl\:tw-h-1 {
height: .25rem !important;
}
.xl\:tw-h-2 {
height: .5rem !important;
}
.xl\:tw-h-3 {
height: .75rem !important;
}
.xl\:tw-h-4 {
height: 1rem !important;
}
.xl\:tw-h-5 {
height: 1.25rem !important;
}
.xl\:tw-h-6 {
height: 1.5rem !important;
}
.xl\:tw-h-8 {
height: 2rem !important;
}
.xl\:tw-h-10 {
height: 2.5rem !important;
}
.xl\:tw-h-12 {
height: 3rem !important;
}
.xl\:tw-h-16 {
height: 4rem !important;
}
.xl\:tw-h-20 {
height: 5rem !important;
}
.xl\:tw-h-24 {
height: 6rem !important;
}
.xl\:tw-h-32 {
height: 8rem !important;
}
.xl\:tw-h-40 {
height: 10rem !important;
}
.xl\:tw-h-48 {
height: 12rem !important;
}
.xl\:tw-h-56 {
height: 14rem !important;
}
.xl\:tw-h-64 {
height: 16rem !important;
}
.xl\:tw-h-auto {
height: auto !important;
}
.xl\:tw-h-px {
height: 1px !important;
}
.xl\:tw-h-full {
height: 100% !important;
}
.xl\:tw-h-screen {
height: 100vh !important;
}
.xl\:tw-leading-none {
line-height: 1 !important;
}
.xl\:tw-leading-tight {
line-height: 1.25 !important;
}
.xl\:tw-leading-snug {
line-height: 1.375 !important;
}
.xl\:tw-leading-normal {
line-height: 1.5 !important;
}
.xl\:tw-leading-relaxed {
line-height: 1.625 !important;
}
.xl\:tw-leading-loose {
line-height: 2 !important;
}
.xl\:tw-list-inside {
list-style-position: inside !important;
}
.xl\:tw-list-outside {
list-style-position: outside !important;
}
.xl\:tw-list-none {
list-style-type: none !important;
}
.xl\:tw-list-disc {
list-style-type: disc !important;
}
.xl\:tw-list-decimal {
list-style-type: decimal !important;
}
.xl\:tw-m-0 {
margin: 0 !important;
}
.xl\:tw-m-1 {
margin: .25rem !important;
}
.xl\:tw-m-2 {
margin: .5rem !important;
}
.xl\:tw-m-3 {
margin: .75rem !important;
}
.xl\:tw-m-4 {
margin: 1rem !important;
}
.xl\:tw-m-5 {
margin: 1.25rem !important;
}
.xl\:tw-m-6 {
margin: 1.5rem !important;
}
.xl\:tw-m-8 {
margin: 2rem !important;
}
.xl\:tw-m-10 {
margin: 2.5rem !important;
}
.xl\:tw-m-12 {
margin: 3rem !important;
}
.xl\:tw-m-16 {
margin: 4rem !important;
}
.xl\:tw-m-20 {
margin: 5rem !important;
}
.xl\:tw-m-24 {
margin: 6rem !important;
}
.xl\:tw-m-32 {
margin: 8rem !important;
}
.xl\:tw-m-40 {
margin: 10rem !important;
}
.xl\:tw-m-48 {
margin: 12rem !important;
}
.xl\:tw-m-56 {
margin: 14rem !important;
}
.xl\:tw-m-64 {
margin: 16rem !important;
}
.xl\:tw-m-auto {
margin: auto !important;
}
.xl\:tw-m-px {
margin: 1px !important;
}
.xl\:tw-my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.xl\:tw-mx-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
.xl\:tw-my-1 {
margin-top: .25rem !important;
margin-bottom: .25rem !important;
}
.xl\:tw-mx-1 {
margin-left: .25rem !important;
margin-right: .25rem !important;
}
.xl\:tw-my-2 {
margin-top: .5rem !important;
margin-bottom: .5rem !important;
}
.xl\:tw-mx-2 {
margin-left: .5rem !important;
margin-right: .5rem !important;
}
.xl\:tw-my-3 {
margin-top: .75rem !important;
margin-bottom: .75rem !important;
}
.xl\:tw-mx-3 {
margin-left: .75rem !important;
margin-right: .75rem !important;
}
.xl\:tw-my-4 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.xl\:tw-mx-4 {
margin-left: 1rem !important;
margin-right: 1rem !important;
}
.xl\:tw-my-5 {
margin-top: 1.25rem !important;
margin-bottom: 1.25rem !important;
}
.xl\:tw-mx-5 {
margin-left: 1.25rem !important;
margin-right: 1.25rem !important;
}
.xl\:tw-my-6 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.xl\:tw-mx-6 {
margin-left: 1.5rem !important;
margin-right: 1.5rem !important;
}
.xl\:tw-my-8 {
margin-top: 2rem !important;
margin-bottom: 2rem !important;
}
.xl\:tw-mx-8 {
margin-left: 2rem !important;
margin-right: 2rem !important;
}
.xl\:tw-my-10 {
margin-top: 2.5rem !important;
margin-bottom: 2.5rem !important;
}
.xl\:tw-mx-10 {
margin-left: 2.5rem !important;
margin-right: 2.5rem !important;
}
.xl\:tw-my-12 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.xl\:tw-mx-12 {
margin-left: 3rem !important;
margin-right: 3rem !important;
}
.xl\:tw-my-16 {
margin-top: 4rem !important;
margin-bottom: 4rem !important;
}
.xl\:tw-mx-16 {
margin-left: 4rem !important;
margin-right: 4rem !important;
}
.xl\:tw-my-20 {
margin-top: 5rem !important;
margin-bottom: 5rem !important;
}
.xl\:tw-mx-20 {
margin-left: 5rem !important;
margin-right: 5rem !important;
}
.xl\:tw-my-24 {
margin-top: 6rem !important;
margin-bottom: 6rem !important;
}
.xl\:tw-mx-24 {
margin-left: 6rem !important;
margin-right: 6rem !important;
}
.xl\:tw-my-32 {
margin-top: 8rem !important;
margin-bottom: 8rem !important;
}
.xl\:tw-mx-32 {
margin-left: 8rem !important;
margin-right: 8rem !important;
}
.xl\:tw-my-40 {
margin-top: 10rem !important;
margin-bottom: 10rem !important;
}
.xl\:tw-mx-40 {
margin-left: 10rem !important;
margin-right: 10rem !important;
}
.xl\:tw-my-48 {
margin-top: 12rem !important;
margin-bottom: 12rem !important;
}
.xl\:tw-mx-48 {
margin-left: 12rem !important;
margin-right: 12rem !important;
}
.xl\:tw-my-56 {
margin-top: 14rem !important;
margin-bottom: 14rem !important;
}
.xl\:tw-mx-56 {
margin-left: 14rem !important;
margin-right: 14rem !important;
}
.xl\:tw-my-64 {
margin-top: 16rem !important;
margin-bottom: 16rem !important;
}
.xl\:tw-mx-64 {
margin-left: 16rem !important;
margin-right: 16rem !important;
}
.xl\:tw-my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.xl\:tw-mx-auto {
margin-left: auto !important;
margin-right: auto !important;
}
.xl\:tw-my-px {
margin-top: 1px !important;
margin-bottom: 1px !important;
}
.xl\:tw-mx-px {
margin-left: 1px !important;
margin-right: 1px !important;
}
.xl\:tw-mt-0 {
margin-top: 0 !important;
}
.xl\:tw-mr-0 {
margin-right: 0 !important;
}
.xl\:tw-mb-0 {
margin-bottom: 0 !important;
}
.xl\:tw-ml-0 {
margin-left: 0 !important;
}
.xl\:tw-mt-1 {
margin-top: .25rem !important;
}
.xl\:tw-mr-1 {
margin-right: .25rem !important;
}
.xl\:tw-mb-1 {
margin-bottom: .25rem !important;
}
.xl\:tw-ml-1 {
margin-left: .25rem !important;
}
.xl\:tw-mt-2 {
margin-top: .5rem !important;
}
.xl\:tw-mr-2 {
margin-right: .5rem !important;
}
.xl\:tw-mb-2 {
margin-bottom: .5rem !important;
}
.xl\:tw-ml-2 {
margin-left: .5rem !important;
}
.xl\:tw-mt-3 {
margin-top: .75rem !important;
}
.xl\:tw-mr-3 {
margin-right: .75rem !important;
}
.xl\:tw-mb-3 {
margin-bottom: .75rem !important;
}
.xl\:tw-ml-3 {
margin-left: .75rem !important;
}
.xl\:tw-mt-4 {
margin-top: 1rem !important;
}
.xl\:tw-mr-4 {
margin-right: 1rem !important;
}
.xl\:tw-mb-4 {
margin-bottom: 1rem !important;
}
.xl\:tw-ml-4 {
margin-left: 1rem !important;
}
.xl\:tw-mt-5 {
margin-top: 1.25rem !important;
}
.xl\:tw-mr-5 {
margin-right: 1.25rem !important;
}
.xl\:tw-mb-5 {
margin-bottom: 1.25rem !important;
}
.xl\:tw-ml-5 {
margin-left: 1.25rem !important;
}
.xl\:tw-mt-6 {
margin-top: 1.5rem !important;
}
.xl\:tw-mr-6 {
margin-right: 1.5rem !important;
}
.xl\:tw-mb-6 {
margin-bottom: 1.5rem !important;
}
.xl\:tw-ml-6 {
margin-left: 1.5rem !important;
}
.xl\:tw-mt-8 {
margin-top: 2rem !important;
}
.xl\:tw-mr-8 {
margin-right: 2rem !important;
}
.xl\:tw-mb-8 {
margin-bottom: 2rem !important;
}
.xl\:tw-ml-8 {
margin-left: 2rem !important;
}
.xl\:tw-mt-10 {
margin-top: 2.5rem !important;
}
.xl\:tw-mr-10 {
margin-right: 2.5rem !important;
}
.xl\:tw-mb-10 {
margin-bottom: 2.5rem !important;
}
.xl\:tw-ml-10 {
margin-left: 2.5rem !important;
}
.xl\:tw-mt-12 {
margin-top: 3rem !important;
}
.xl\:tw-mr-12 {
margin-right: 3rem !important;
}
.xl\:tw-mb-12 {
margin-bottom: 3rem !important;
}
.xl\:tw-ml-12 {
margin-left: 3rem !important;
}
.xl\:tw-mt-16 {
margin-top: 4rem !important;
}
.xl\:tw-mr-16 {
margin-right: 4rem !important;
}
.xl\:tw-mb-16 {
margin-bottom: 4rem !important;
}
.xl\:tw-ml-16 {
margin-left: 4rem !important;
}
.xl\:tw-mt-20 {
margin-top: 5rem !important;
}
.xl\:tw-mr-20 {
margin-right: 5rem !important;
}
.xl\:tw-mb-20 {
margin-bottom: 5rem !important;
}
.xl\:tw-ml-20 {
margin-left: 5rem !important;
}
.xl\:tw-mt-24 {
margin-top: 6rem !important;
}
.xl\:tw-mr-24 {
margin-right: 6rem !important;
}
.xl\:tw-mb-24 {
margin-bottom: 6rem !important;
}
.xl\:tw-ml-24 {
margin-left: 6rem !important;
}
.xl\:tw-mt-32 {
margin-top: 8rem !important;
}
.xl\:tw-mr-32 {
margin-right: 8rem !important;
}
.xl\:tw-mb-32 {
margin-bottom: 8rem !important;
}
.xl\:tw-ml-32 {
margin-left: 8rem !important;
}
.xl\:tw-mt-40 {
margin-top: 10rem !important;
}
.xl\:tw-mr-40 {
margin-right: 10rem !important;
}
.xl\:tw-mb-40 {
margin-bottom: 10rem !important;
}
.xl\:tw-ml-40 {
margin-left: 10rem !important;
}
.xl\:tw-mt-48 {
margin-top: 12rem !important;
}
.xl\:tw-mr-48 {
margin-right: 12rem !important;
}
.xl\:tw-mb-48 {
margin-bottom: 12rem !important;
}
.xl\:tw-ml-48 {
margin-left: 12rem !important;
}
.xl\:tw-mt-56 {
margin-top: 14rem !important;
}
.xl\:tw-mr-56 {
margin-right: 14rem !important;
}
.xl\:tw-mb-56 {
margin-bottom: 14rem !important;
}
.xl\:tw-ml-56 {
margin-left: 14rem !important;
}
.xl\:tw-mt-64 {
margin-top: 16rem !important;
}
.xl\:tw-mr-64 {
margin-right: 16rem !important;
}
.xl\:tw-mb-64 {
margin-bottom: 16rem !important;
}
.xl\:tw-ml-64 {
margin-left: 16rem !important;
}
.xl\:tw-mt-auto {
margin-top: auto !important;
}
.xl\:tw-mr-auto {
margin-right: auto !important;
}
.xl\:tw-mb-auto {
margin-bottom: auto !important;
}
.xl\:tw-ml-auto {
margin-left: auto !important;
}
.xl\:tw-mt-px {
margin-top: 1px !important;
}
.xl\:tw-mr-px {
margin-right: 1px !important;
}
.xl\:tw-mb-px {
margin-bottom: 1px !important;
}
.xl\:tw-ml-px {
margin-left: 1px !important;
}
.xl\:tw-max-h-full {
max-height: 100% !important;
}
.xl\:tw-max-h-screen {
max-height: 100vh !important;
}
.xl\:tw-max-w-xs {
max-width: 20rem !important;
}
.xl\:tw-max-w-sm {
max-width: 24rem !important;
}
.xl\:tw-max-w-md {
max-width: 28rem !important;
}
.xl\:tw-max-w-lg {
max-width: 32rem !important;
}
.xl\:tw-max-w-xl {
max-width: 36rem !important;
}
.xl\:tw-max-w-2xl {
max-width: 42rem !important;
}
.xl\:tw-max-w-3xl {
max-width: 48rem !important;
}
.xl\:tw-max-w-4xl {
max-width: 56rem !important;
}
.xl\:tw-max-w-5xl {
max-width: 64rem !important;
}
.xl\:tw-max-w-6xl {
max-width: 72rem !important;
}
.xl\:tw-max-w-full {
max-width: 100% !important;
}
.xl\:tw-min-h-0 {
min-height: 0 !important;
}
.xl\:tw-min-h-full {
min-height: 100% !important;
}
.xl\:tw-min-h-screen {
min-height: 100vh !important;
}
.xl\:tw-min-w-0 {
min-width: 0 !important;
}
.xl\:tw-min-w-full {
min-width: 100% !important;
}
.xl\:tw--m-0 {
margin: 0 !important;
}
.xl\:tw--m-1 {
margin: -0.25rem !important;
}
.xl\:tw--m-2 {
margin: -0.5rem !important;
}
.xl\:tw--m-3 {
margin: -0.75rem !important;
}
.xl\:tw--m-4 {
margin: -1rem !important;
}
.xl\:tw--m-5 {
margin: -1.25rem !important;
}
.xl\:tw--m-6 {
margin: -1.5rem !important;
}
.xl\:tw--m-8 {
margin: -2rem !important;
}
.xl\:tw--m-10 {
margin: -2.5rem !important;
}
.xl\:tw--m-12 {
margin: -3rem !important;
}
.xl\:tw--m-16 {
margin: -4rem !important;
}
.xl\:tw--m-20 {
margin: -5rem !important;
}
.xl\:tw--m-24 {
margin: -6rem !important;
}
.xl\:tw--m-32 {
margin: -8rem !important;
}
.xl\:tw--m-40 {
margin: -10rem !important;
}
.xl\:tw--m-48 {
margin: -12rem !important;
}
.xl\:tw--m-56 {
margin: -14rem !important;
}
.xl\:tw--m-64 {
margin: -16rem !important;
}
.xl\:tw--m-px {
margin: -1px !important;
}
.xl\:tw--my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.xl\:tw--mx-0 {
margin-left: 0 !important;
margin-right: 0 !important;
}
.xl\:tw--my-1 {
margin-top: -0.25rem !important;
margin-bottom: -0.25rem !important;
}
.xl\:tw--mx-1 {
margin-left: -0.25rem !important;
margin-right: -0.25rem !important;
}
.xl\:tw--my-2 {
margin-top: -0.5rem !important;
margin-bottom: -0.5rem !important;
}
.xl\:tw--mx-2 {
margin-left: -0.5rem !important;
margin-right: -0.5rem !important;
}
.xl\:tw--my-3 {
margin-top: -0.75rem !important;
margin-bottom: -0.75rem !important;
}
.xl\:tw--mx-3 {
margin-left: -0.75rem !important;
margin-right: -0.75rem !important;
}
.xl\:tw--my-4 {
margin-top: -1rem !important;
margin-bottom: -1rem !important;
}
.xl\:tw--mx-4 {
margin-left: -1rem !important;
margin-right: -1rem !important;
}
.xl\:tw--my-5 {
margin-top: -1.25rem !important;
margin-bottom: -1.25rem !important;
}
.xl\:tw--mx-5 {
margin-left: -1.25rem !important;
margin-right: -1.25rem !important;
}
.xl\:tw--my-6 {
margin-top: -1.5rem !important;
margin-bottom: -1.5rem !important;
}
.xl\:tw--mx-6 {
margin-left: -1.5rem !important;
margin-right: -1.5rem !important;
}
.xl\:tw--my-8 {
margin-top: -2rem !important;
margin-bottom: -2rem !important;
}
.xl\:tw--mx-8 {
margin-left: -2rem !important;
margin-right: -2rem !important;
}
.xl\:tw--my-10 {
margin-top: -2.5rem !important;
margin-bottom: -2.5rem !important;
}
.xl\:tw--mx-10 {
margin-left: -2.5rem !important;
margin-right: -2.5rem !important;
}
.xl\:tw--my-12 {
margin-top: -3rem !important;
margin-bottom: -3rem !important;
}
.xl\:tw--mx-12 {
margin-left: -3rem !important;
margin-right: -3rem !important;
}
.xl\:tw--my-16 {
margin-top: -4rem !important;
margin-bottom: -4rem !important;
}
.xl\:tw--mx-16 {
margin-left: -4rem !important;
margin-right: -4rem !important;
}
.xl\:tw--my-20 {
margin-top: -5rem !important;
margin-bottom: -5rem !important;
}
.xl\:tw--mx-20 {
margin-left: -5rem !important;
margin-right: -5rem !important;
}
.xl\:tw--my-24 {
margin-top: -6rem !important;
margin-bottom: -6rem !important;
}
.xl\:tw--mx-24 {
margin-left: -6rem !important;
margin-right: -6rem !important;
}
.xl\:tw--my-32 {
margin-top: -8rem !important;
margin-bottom: -8rem !important;
}
.xl\:tw--mx-32 {
margin-left: -8rem !important;
margin-right: -8rem !important;
}
.xl\:tw--my-40 {
margin-top: -10rem !important;
margin-bottom: -10rem !important;
}
.xl\:tw--mx-40 {
margin-left: -10rem !important;
margin-right: -10rem !important;
}
.xl\:tw--my-48 {
margin-top: -12rem !important;
margin-bottom: -12rem !important;
}
.xl\:tw--mx-48 {
margin-left: -12rem !important;
margin-right: -12rem !important;
}
.xl\:tw--my-56 {
margin-top: -14rem !important;
margin-bottom: -14rem !important;
}
.xl\:tw--mx-56 {
margin-left: -14rem !important;
margin-right: -14rem !important;
}
.xl\:tw--my-64 {
margin-top: -16rem !important;
margin-bottom: -16rem !important;
}
.xl\:tw--mx-64 {
margin-left: -16rem !important;
margin-right: -16rem !important;
}
.xl\:tw--my-px {
margin-top: -1px !important;
margin-bottom: -1px !important;
}
.xl\:tw--mx-px {
margin-left: -1px !important;
margin-right: -1px !important;
}
.xl\:tw--mt-0 {
margin-top: 0 !important;
}
.xl\:tw--mr-0 {
margin-right: 0 !important;
}
.xl\:tw--mb-0 {
margin-bottom: 0 !important;
}
.xl\:tw--ml-0 {
margin-left: 0 !important;
}
.xl\:tw--mt-1 {
margin-top: -0.25rem !important;
}
.xl\:tw--mr-1 {
margin-right: -0.25rem !important;
}
.xl\:tw--mb-1 {
margin-bottom: -0.25rem !important;
}
.xl\:tw--ml-1 {
margin-left: -0.25rem !important;
}
.xl\:tw--mt-2 {
margin-top: -0.5rem !important;
}
.xl\:tw--mr-2 {
margin-right: -0.5rem !important;
}
.xl\:tw--mb-2 {
margin-bottom: -0.5rem !important;
}
.xl\:tw--ml-2 {
margin-left: -0.5rem !important;
}
.xl\:tw--mt-3 {
margin-top: -0.75rem !important;
}
.xl\:tw--mr-3 {
margin-right: -0.75rem !important;
}
.xl\:tw--mb-3 {
margin-bottom: -0.75rem !important;
}
.xl\:tw--ml-3 {
margin-left: -0.75rem !important;
}
.xl\:tw--mt-4 {
margin-top: -1rem !important;
}
.xl\:tw--mr-4 {
margin-right: -1rem !important;
}
.xl\:tw--mb-4 {
margin-bottom: -1rem !important;
}
.xl\:tw--ml-4 {
margin-left: -1rem !important;
}
.xl\:tw--mt-5 {
margin-top: -1.25rem !important;
}
.xl\:tw--mr-5 {
margin-right: -1.25rem !important;
}
.xl\:tw--mb-5 {
margin-bottom: -1.25rem !important;
}
.xl\:tw--ml-5 {
margin-left: -1.25rem !important;
}
.xl\:tw--mt-6 {
margin-top: -1.5rem !important;
}
.xl\:tw--mr-6 {
margin-right: -1.5rem !important;
}
.xl\:tw--mb-6 {
margin-bottom: -1.5rem !important;
}
.xl\:tw--ml-6 {
margin-left: -1.5rem !important;
}
.xl\:tw--mt-8 {
margin-top: -2rem !important;
}
.xl\:tw--mr-8 {
margin-right: -2rem !important;
}
.xl\:tw--mb-8 {
margin-bottom: -2rem !important;
}
.xl\:tw--ml-8 {
margin-left: -2rem !important;
}
.xl\:tw--mt-10 {
margin-top: -2.5rem !important;
}
.xl\:tw--mr-10 {
margin-right: -2.5rem !important;
}
.xl\:tw--mb-10 {
margin-bottom: -2.5rem !important;
}
.xl\:tw--ml-10 {
margin-left: -2.5rem !important;
}
.xl\:tw--mt-12 {
margin-top: -3rem !important;
}
.xl\:tw--mr-12 {
margin-right: -3rem !important;
}
.xl\:tw--mb-12 {
margin-bottom: -3rem !important;
}
.xl\:tw--ml-12 {
margin-left: -3rem !important;
}
.xl\:tw--mt-16 {
margin-top: -4rem !important;
}
.xl\:tw--mr-16 {
margin-right: -4rem !important;
}
.xl\:tw--mb-16 {
margin-bottom: -4rem !important;
}
.xl\:tw--ml-16 {
margin-left: -4rem !important;
}
.xl\:tw--mt-20 {
margin-top: -5rem !important;
}
.xl\:tw--mr-20 {
margin-right: -5rem !important;
}
.xl\:tw--mb-20 {
margin-bottom: -5rem !important;
}
.xl\:tw--ml-20 {
margin-left: -5rem !important;
}
.xl\:tw--mt-24 {
margin-top: -6rem !important;
}
.xl\:tw--mr-24 {
margin-right: -6rem !important;
}
.xl\:tw--mb-24 {
margin-bottom: -6rem !important;
}
.xl\:tw--ml-24 {
margin-left: -6rem !important;
}
.xl\:tw--mt-32 {
margin-top: -8rem !important;
}
.xl\:tw--mr-32 {
margin-right: -8rem !important;
}
.xl\:tw--mb-32 {
margin-bottom: -8rem !important;
}
.xl\:tw--ml-32 {
margin-left: -8rem !important;
}
.xl\:tw--mt-40 {
margin-top: -10rem !important;
}
.xl\:tw--mr-40 {
margin-right: -10rem !important;
}
.xl\:tw--mb-40 {
margin-bottom: -10rem !important;
}
.xl\:tw--ml-40 {
margin-left: -10rem !important;
}
.xl\:tw--mt-48 {
margin-top: -12rem !important;
}
.xl\:tw--mr-48 {
margin-right: -12rem !important;
}
.xl\:tw--mb-48 {
margin-bottom: -12rem !important;
}
.xl\:tw--ml-48 {
margin-left: -12rem !important;
}
.xl\:tw--mt-56 {
margin-top: -14rem !important;
}
.xl\:tw--mr-56 {
margin-right: -14rem !important;
}
.xl\:tw--mb-56 {
margin-bottom: -14rem !important;
}
.xl\:tw--ml-56 {
margin-left: -14rem !important;
}
.xl\:tw--mt-64 {
margin-top: -16rem !important;
}
.xl\:tw--mr-64 {
margin-right: -16rem !important;
}
.xl\:tw--mb-64 {
margin-bottom: -16rem !important;
}
.xl\:tw--ml-64 {
margin-left: -16rem !important;
}
.xl\:tw--mt-px {
margin-top: -1px !important;
}
.xl\:tw--mr-px {
margin-right: -1px !important;
}
.xl\:tw--mb-px {
margin-bottom: -1px !important;
}
.xl\:tw--ml-px {
margin-left: -1px !important;
}
.xl\:tw-object-contain {
-o-object-fit: contain !important;
object-fit: contain !important;
}
.xl\:tw-object-cover {
-o-object-fit: cover !important;
object-fit: cover !important;
}
.xl\:tw-object-fill {
-o-object-fit: fill !important;
object-fit: fill !important;
}
.xl\:tw-object-none {
-o-object-fit: none !important;
object-fit: none !important;
}
.xl\:tw-object-scale-down {
-o-object-fit: scale-down !important;
object-fit: scale-down !important;
}
.xl\:tw-object-bottom {
-o-object-position: bottom !important;
object-position: bottom !important;
}
.xl\:tw-object-center {
-o-object-position: center !important;
object-position: center !important;
}
.xl\:tw-object-left {
-o-object-position: left !important;
object-position: left !important;
}
.xl\:tw-object-left-bottom {
-o-object-position: left bottom !important;
object-position: left bottom !important;
}
.xl\:tw-object-left-top {
-o-object-position: left top !important;
object-position: left top !important;
}
.xl\:tw-object-right {
-o-object-position: right !important;
object-position: right !important;
}
.xl\:tw-object-right-bottom {
-o-object-position: right bottom !important;
object-position: right bottom !important;
}
.xl\:tw-object-right-top {
-o-object-position: right top !important;
object-position: right top !important;
}
.xl\:tw-object-top {
-o-object-position: top !important;
object-position: top !important;
}
.xl\:tw-opacity-0 {
opacity: 0 !important;
}
.xl\:tw-opacity-25 {
opacity: .25 !important;
}
.xl\:tw-opacity-50 {
opacity: .5 !important;
}
.xl\:tw-opacity-75 {
opacity: .75 !important;
}
.xl\:tw-opacity-100 {
opacity: 1 !important;
}
.xl\:tw-overflow-auto {
overflow: auto !important;
}
.xl\:tw-overflow-hidden {
overflow: hidden !important;
}
.xl\:tw-overflow-visible {
overflow: visible !important;
}
.xl\:tw-overflow-scroll {
overflow: scroll !important;
}
.xl\:tw-overflow-x-auto {
overflow-x: auto !important;
}
.xl\:tw-overflow-y-auto {
overflow-y: auto !important;
}
.xl\:tw-overflow-x-hidden {
overflow-x: hidden !important;
}
.xl\:tw-overflow-y-hidden {
overflow-y: hidden !important;
}
.xl\:tw-overflow-x-visible {
overflow-x: visible !important;
}
.xl\:tw-overflow-y-visible {
overflow-y: visible !important;
}
.xl\:tw-overflow-x-scroll {
overflow-x: scroll !important;
}
.xl\:tw-overflow-y-scroll {
overflow-y: scroll !important;
}
.xl\:tw-scrolling-touch {
-webkit-overflow-scrolling: touch !important;
}
.xl\:tw-scrolling-auto {
-webkit-overflow-scrolling: auto !important;
}
.xl\:tw-p-0 {
padding: 0 !important;
}
.xl\:tw-p-1 {
padding: .25rem !important;
}
.xl\:tw-p-2 {
padding: .5rem !important;
}
.xl\:tw-p-3 {
padding: .75rem !important;
}
.xl\:tw-p-4 {
padding: 1rem !important;
}
.xl\:tw-p-5 {
padding: 1.25rem !important;
}
.xl\:tw-p-6 {
padding: 1.5rem !important;
}
.xl\:tw-p-8 {
padding: 2rem !important;
}
.xl\:tw-p-10 {
padding: 2.5rem !important;
}
.xl\:tw-p-12 {
padding: 3rem !important;
}
.xl\:tw-p-16 {
padding: 4rem !important;
}
.xl\:tw-p-20 {
padding: 5rem !important;
}
.xl\:tw-p-24 {
padding: 6rem !important;
}
.xl\:tw-p-32 {
padding: 8rem !important;
}
.xl\:tw-p-40 {
padding: 10rem !important;
}
.xl\:tw-p-48 {
padding: 12rem !important;
}
.xl\:tw-p-56 {
padding: 14rem !important;
}
.xl\:tw-p-64 {
padding: 16rem !important;
}
.xl\:tw-p-px {
padding: 1px !important;
}
.xl\:tw-py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.xl\:tw-px-0 {
padding-left: 0 !important;
padding-right: 0 !important;
}
.xl\:tw-py-1 {
padding-top: .25rem !important;
padding-bottom: .25rem !important;
}
.xl\:tw-px-1 {
padding-left: .25rem !important;
padding-right: .25rem !important;
}
.xl\:tw-py-2 {
padding-top: .5rem !important;
padding-bottom: .5rem !important;
}
.xl\:tw-px-2 {
padding-left: .5rem !important;
padding-right: .5rem !important;
}
.xl\:tw-py-3 {
padding-top: .75rem !important;
padding-bottom: .75rem !important;
}
.xl\:tw-px-3 {
padding-left: .75rem !important;
padding-right: .75rem !important;
}
.xl\:tw-py-4 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.xl\:tw-px-4 {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
.xl\:tw-py-5 {
padding-top: 1.25rem !important;
padding-bottom: 1.25rem !important;
}
.xl\:tw-px-5 {
padding-left: 1.25rem !important;
padding-right: 1.25rem !important;
}
.xl\:tw-py-6 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.xl\:tw-px-6 {
padding-left: 1.5rem !important;
padding-right: 1.5rem !important;
}
.xl\:tw-py-8 {
padding-top: 2rem !important;
padding-bottom: 2rem !important;
}
.xl\:tw-px-8 {
padding-left: 2rem !important;
padding-right: 2rem !important;
}
.xl\:tw-py-10 {
padding-top: 2.5rem !important;
padding-bottom: 2.5rem !important;
}
.xl\:tw-px-10 {
padding-left: 2.5rem !important;
padding-right: 2.5rem !important;
}
.xl\:tw-py-12 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.xl\:tw-px-12 {
padding-left: 3rem !important;
padding-right: 3rem !important;
}
.xl\:tw-py-16 {
padding-top: 4rem !important;
padding-bottom: 4rem !important;
}
.xl\:tw-px-16 {
padding-left: 4rem !important;
padding-right: 4rem !important;
}
.xl\:tw-py-20 {
padding-top: 5rem !important;
padding-bottom: 5rem !important;
}
.xl\:tw-px-20 {
padding-left: 5rem !important;
padding-right: 5rem !important;
}
.xl\:tw-py-24 {
padding-top: 6rem !important;
padding-bottom: 6rem !important;
}
.xl\:tw-px-24 {
padding-left: 6rem !important;
padding-right: 6rem !important;
}
.xl\:tw-py-32 {
padding-top: 8rem !important;
padding-bottom: 8rem !important;
}
.xl\:tw-px-32 {
padding-left: 8rem !important;
padding-right: 8rem !important;
}
.xl\:tw-py-40 {
padding-top: 10rem !important;
padding-bottom: 10rem !important;
}
.xl\:tw-px-40 {
padding-left: 10rem !important;
padding-right: 10rem !important;
}
.xl\:tw-py-48 {
padding-top: 12rem !important;
padding-bottom: 12rem !important;
}
.xl\:tw-px-48 {
padding-left: 12rem !important;
padding-right: 12rem !important;
}
.xl\:tw-py-56 {
padding-top: 14rem !important;
padding-bottom: 14rem !important;
}
.xl\:tw-px-56 {
padding-left: 14rem !important;
padding-right: 14rem !important;
}
.xl\:tw-py-64 {
padding-top: 16rem !important;
padding-bottom: 16rem !important;
}
.xl\:tw-px-64 {
padding-left: 16rem !important;
padding-right: 16rem !important;
}
.xl\:tw-py-px {
padding-top: 1px !important;
padding-bottom: 1px !important;
}
.xl\:tw-px-px {
padding-left: 1px !important;
padding-right: 1px !important;
}
.xl\:tw-pt-0 {
padding-top: 0 !important;
}
.xl\:tw-pr-0 {
padding-right: 0 !important;
}
.xl\:tw-pb-0 {
padding-bottom: 0 !important;
}
.xl\:tw-pl-0 {
padding-left: 0 !important;
}
.xl\:tw-pt-1 {
padding-top: .25rem !important;
}
.xl\:tw-pr-1 {
padding-right: .25rem !important;
}
.xl\:tw-pb-1 {
padding-bottom: .25rem !important;
}
.xl\:tw-pl-1 {
padding-left: .25rem !important;
}
.xl\:tw-pt-2 {
padding-top: .5rem !important;
}
.xl\:tw-pr-2 {
padding-right: .5rem !important;
}
.xl\:tw-pb-2 {
padding-bottom: .5rem !important;
}
.xl\:tw-pl-2 {
padding-left: .5rem !important;
}
.xl\:tw-pt-3 {
padding-top: .75rem !important;
}
.xl\:tw-pr-3 {
padding-right: .75rem !important;
}
.xl\:tw-pb-3 {
padding-bottom: .75rem !important;
}
.xl\:tw-pl-3 {
padding-left: .75rem !important;
}
.xl\:tw-pt-4 {
padding-top: 1rem !important;
}
.xl\:tw-pr-4 {
padding-right: 1rem !important;
}
.xl\:tw-pb-4 {
padding-bottom: 1rem !important;
}
.xl\:tw-pl-4 {
padding-left: 1rem !important;
}
.xl\:tw-pt-5 {
padding-top: 1.25rem !important;
}
.xl\:tw-pr-5 {
padding-right: 1.25rem !important;
}
.xl\:tw-pb-5 {
padding-bottom: 1.25rem !important;
}
.xl\:tw-pl-5 {
padding-left: 1.25rem !important;
}
.xl\:tw-pt-6 {
padding-top: 1.5rem !important;
}
.xl\:tw-pr-6 {
padding-right: 1.5rem !important;
}
.xl\:tw-pb-6 {
padding-bottom: 1.5rem !important;
}
.xl\:tw-pl-6 {
padding-left: 1.5rem !important;
}
.xl\:tw-pt-8 {
padding-top: 2rem !important;
}
.xl\:tw-pr-8 {
padding-right: 2rem !important;
}
.xl\:tw-pb-8 {
padding-bottom: 2rem !important;
}
.xl\:tw-pl-8 {
padding-left: 2rem !important;
}
.xl\:tw-pt-10 {
padding-top: 2.5rem !important;
}
.xl\:tw-pr-10 {
padding-right: 2.5rem !important;
}
.xl\:tw-pb-10 {
padding-bottom: 2.5rem !important;
}
.xl\:tw-pl-10 {
padding-left: 2.5rem !important;
}
.xl\:tw-pt-12 {
padding-top: 3rem !important;
}
.xl\:tw-pr-12 {
padding-right: 3rem !important;
}
.xl\:tw-pb-12 {
padding-bottom: 3rem !important;
}
.xl\:tw-pl-12 {
padding-left: 3rem !important;
}
.xl\:tw-pt-16 {
padding-top: 4rem !important;
}
.xl\:tw-pr-16 {
padding-right: 4rem !important;
}
.xl\:tw-pb-16 {
padding-bottom: 4rem !important;
}
.xl\:tw-pl-16 {
padding-left: 4rem !important;
}
.xl\:tw-pt-20 {
padding-top: 5rem !important;
}
.xl\:tw-pr-20 {
padding-right: 5rem !important;
}
.xl\:tw-pb-20 {
padding-bottom: 5rem !important;
}
.xl\:tw-pl-20 {
padding-left: 5rem !important;
}
.xl\:tw-pt-24 {
padding-top: 6rem !important;
}
.xl\:tw-pr-24 {
padding-right: 6rem !important;
}
.xl\:tw-pb-24 {
padding-bottom: 6rem !important;
}
.xl\:tw-pl-24 {
padding-left: 6rem !important;
}
.xl\:tw-pt-32 {
padding-top: 8rem !important;
}
.xl\:tw-pr-32 {
padding-right: 8rem !important;
}
.xl\:tw-pb-32 {
padding-bottom: 8rem !important;
}
.xl\:tw-pl-32 {
padding-left: 8rem !important;
}
.xl\:tw-pt-40 {
padding-top: 10rem !important;
}
.xl\:tw-pr-40 {
padding-right: 10rem !important;
}
.xl\:tw-pb-40 {
padding-bottom: 10rem !important;
}
.xl\:tw-pl-40 {
padding-left: 10rem !important;
}
.xl\:tw-pt-48 {
padding-top: 12rem !important;
}
.xl\:tw-pr-48 {
padding-right: 12rem !important;
}
.xl\:tw-pb-48 {
padding-bottom: 12rem !important;
}
.xl\:tw-pl-48 {
padding-left: 12rem !important;
}
.xl\:tw-pt-56 {
padding-top: 14rem !important;
}
.xl\:tw-pr-56 {
padding-right: 14rem !important;
}
.xl\:tw-pb-56 {
padding-bottom: 14rem !important;
}
.xl\:tw-pl-56 {
padding-left: 14rem !important;
}
.xl\:tw-pt-64 {
padding-top: 16rem !important;
}
.xl\:tw-pr-64 {
padding-right: 16rem !important;
}
.xl\:tw-pb-64 {
padding-bottom: 16rem !important;
}
.xl\:tw-pl-64 {
padding-left: 16rem !important;
}
.xl\:tw-pt-px {
padding-top: 1px !important;
}
.xl\:tw-pr-px {
padding-right: 1px !important;
}
.xl\:tw-pb-px {
padding-bottom: 1px !important;
}
.xl\:tw-pl-px {
padding-left: 1px !important;
}
.xl\:tw-pointer-events-none {
pointer-events: none !important;
}
.xl\:tw-pointer-events-auto {
pointer-events: auto !important;
}
.xl\:tw-static {
position: static !important;
}
.xl\:tw-fixed {
position: fixed !important;
}
.xl\:tw-absolute {
position: absolute !important;
}
.xl\:tw-relative {
position: relative !important;
}
.xl\:tw-sticky {
position: -webkit-sticky !important;
position: sticky !important;
}
.xl\:tw-inset-0 {
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
left: 0 !important;
}
.xl\:tw-inset-auto {
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important;
}
.xl\:tw-inset-y-0 {
top: 0 !important;
bottom: 0 !important;
}
.xl\:tw-inset-x-0 {
right: 0 !important;
left: 0 !important;
}
.xl\:tw-inset-y-auto {
top: auto !important;
bottom: auto !important;
}
.xl\:tw-inset-x-auto {
right: auto !important;
left: auto !important;
}
.xl\:tw-top-0 {
top: 0 !important;
}
.xl\:tw-right-0 {
right: 0 !important;
}
.xl\:tw-bottom-0 {
bottom: 0 !important;
}
.xl\:tw-left-0 {
left: 0 !important;
}
.xl\:tw-top-auto {
top: auto !important;
}
.xl\:tw-right-auto {
right: auto !important;
}
.xl\:tw-bottom-auto {
bottom: auto !important;
}
.xl\:tw-left-auto {
left: auto !important;
}
.xl\:tw-resize-none {
resize: none !important;
}
.xl\:tw-resize-y {
resize: vertical !important;
}
.xl\:tw-resize-x {
resize: horizontal !important;
}
.xl\:tw-resize {
resize: both !important;
}
.xl\:tw-shadow {
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
}
.xl\:tw-shadow-md {
-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
}
.xl\:tw-shadow-lg {
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
}
.xl\:tw-shadow-xl {
-webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
}
.xl\:tw-shadow-2xl {
-webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
}
.xl\:tw-shadow-inner {
-webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}
.xl\:tw-shadow-outline {
-webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
}
.xl\:tw-shadow-none {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.xl\:hover\:tw-shadow:hover {
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
}
.xl\:hover\:tw-shadow-md:hover {
-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
}
.xl\:hover\:tw-shadow-lg:hover {
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
}
.xl\:hover\:tw-shadow-xl:hover {
-webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
}
.xl\:hover\:tw-shadow-2xl:hover {
-webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
}
.xl\:hover\:tw-shadow-inner:hover {
-webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}
.xl\:hover\:tw-shadow-outline:hover {
-webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
}
.xl\:hover\:tw-shadow-none:hover {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.xl\:focus\:tw-shadow:focus {
-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06) !important;
}
.xl\:focus\:tw-shadow-md:focus {
-webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06) !important;
}
.xl\:focus\:tw-shadow-lg:focus {
-webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
}
.xl\:focus\:tw-shadow-xl:focus {
-webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04) !important;
}
.xl\:focus\:tw-shadow-2xl:focus {
-webkit-box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, .25) !important;
}
.xl\:focus\:tw-shadow-inner:focus {
-webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06) !important;
}
.xl\:focus\:tw-shadow-outline:focus {
-webkit-box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
box-shadow: 0 0 0 3px rgba(66, 153, 225, .5) !important;
}
.xl\:focus\:tw-shadow-none:focus {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.xl\:tw-table-auto {
table-layout: auto !important;
}
.xl\:tw-table-fixed {
table-layout: fixed !important;
}
.xl\:tw-text-left {
text-align: left !important;
}
.xl\:tw-text-center {
text-align: center !important;
}
.xl\:tw-text-right {
text-align: right !important;
}
.xl\:tw-text-justify {
text-align: justify !important;
}
.xl\:tw-text-transparent {
color: transparent !important;
}
.xl\:tw-text-black {
color: #000 !important;
}
.xl\:tw-text-white {
color: #fff !important;
}
.xl\:tw-text-gray-100 {
color: #f7fafc !important;
}
.xl\:tw-text-gray-200 {
color: #edf2f7 !important;
}
.xl\:tw-text-gray-300 {
color: #e2e8f0 !important;
}
.xl\:tw-text-gray-400 {
color: #cbd5e0 !important;
}
.xl\:tw-text-gray-500 {
color: #a0aec0 !important;
}
.xl\:tw-text-gray-600 {
color: #718096 !important;
}
.xl\:tw-text-gray-700 {
color: #4a5568 !important;
}
.xl\:tw-text-gray-800 {
color: #2d3748 !important;
}
.xl\:tw-text-gray-900 {
color: #1a202c !important;
}
.xl\:tw-text-red-100 {
color: #fff5f5 !important;
}
.xl\:tw-text-red-200 {
color: #fed7d7 !important;
}
.xl\:tw-text-red-300 {
color: #feb2b2 !important;
}
.xl\:tw-text-red-400 {
color: #fc8181 !important;
}
.xl\:tw-text-red-500 {
color: #f56565 !important;
}
.xl\:tw-text-red-600 {
color: #e53e3e !important;
}
.xl\:tw-text-red-700 {
color: #c53030 !important;
}
.xl\:tw-text-red-800 {
color: #9b2c2c !important;
}
.xl\:tw-text-red-900 {
color: #742a2a !important;
}
.xl\:tw-text-orange-100 {
color: #fffaf0 !important;
}
.xl\:tw-text-orange-200 {
color: #feebc8 !important;
}
.xl\:tw-text-orange-300 {
color: #fbd38d !important;
}
.xl\:tw-text-orange-400 {
color: #f6ad55 !important;
}
.xl\:tw-text-orange-500 {
color: #ed8936 !important;
}
.xl\:tw-text-orange-600 {
color: #dd6b20 !important;
}
.xl\:tw-text-orange-700 {
color: #c05621 !important;
}
.xl\:tw-text-orange-800 {
color: #9c4221 !important;
}
.xl\:tw-text-orange-900 {
color: #7b341e !important;
}
.xl\:tw-text-yellow-100 {
color: #fffff0 !important;
}
.xl\:tw-text-yellow-200 {
color: #fefcbf !important;
}
.xl\:tw-text-yellow-300 {
color: #faf089 !important;
}
.xl\:tw-text-yellow-400 {
color: #f6e05e !important;
}
.xl\:tw-text-yellow-500 {
color: #ecc94b !important;
}
.xl\:tw-text-yellow-600 {
color: #d69e2e !important;
}
.xl\:tw-text-yellow-700 {
color: #b7791f !important;
}
.xl\:tw-text-yellow-800 {
color: #975a16 !important;
}
.xl\:tw-text-yellow-900 {
color: #744210 !important;
}
.xl\:tw-text-green-100 {
color: #f0fff4 !important;
}
.xl\:tw-text-green-200 {
color: #c6f6d5 !important;
}
.xl\:tw-text-green-300 {
color: #9ae6b4 !important;
}
.xl\:tw-text-green-400 {
color: #68d391 !important;
}
.xl\:tw-text-green-500 {
color: #48bb78 !important;
}
.xl\:tw-text-green-600 {
color: #38a169 !important;
}
.xl\:tw-text-green-700 {
color: #2f855a !important;
}
.xl\:tw-text-green-800 {
color: #276749 !important;
}
.xl\:tw-text-green-900 {
color: #22543d !important;
}
.xl\:tw-text-teal-100 {
color: #e6fffa !important;
}
.xl\:tw-text-teal-200 {
color: #b2f5ea !important;
}
.xl\:tw-text-teal-300 {
color: #81e6d9 !important;
}
.xl\:tw-text-teal-400 {
color: #4fd1c5 !important;
}
.xl\:tw-text-teal-500 {
color: #38b2ac !important;
}
.xl\:tw-text-teal-600 {
color: #319795 !important;
}
.xl\:tw-text-teal-700 {
color: #2c7a7b !important;
}
.xl\:tw-text-teal-800 {
color: #285e61 !important;
}
.xl\:tw-text-teal-900 {
color: #234e52 !important;
}
.xl\:tw-text-blue-100 {
color: #ebf8ff !important;
}
.xl\:tw-text-blue-200 {
color: #bee3f8 !important;
}
.xl\:tw-text-blue-300 {
color: #90cdf4 !important;
}
.xl\:tw-text-blue-400 {
color: #63b3ed !important;
}
.xl\:tw-text-blue-500 {
color: #4299e1 !important;
}
.xl\:tw-text-blue-600 {
color: #3182ce !important;
}
.xl\:tw-text-blue-700 {
color: #2b6cb0 !important;
}
.xl\:tw-text-blue-800 {
color: #2c5282 !important;
}
.xl\:tw-text-blue-900 {
color: #2a4365 !important;
}
.xl\:tw-text-indigo-100 {
color: #ebf4ff !important;
}
.xl\:tw-text-indigo-200 {
color: #c3dafe !important;
}
.xl\:tw-text-indigo-300 {
color: #a3bffa !important;
}
.xl\:tw-text-indigo-400 {
color: #7f9cf5 !important;
}
.xl\:tw-text-indigo-500 {
color: #667eea !important;
}
.xl\:tw-text-indigo-600 {
color: #5a67d8 !important;
}
.xl\:tw-text-indigo-700 {
color: #4c51bf !important;
}
.xl\:tw-text-indigo-800 {
color: #434190 !important;
}
.xl\:tw-text-indigo-900 {
color: #3c366b !important;
}
.xl\:tw-text-purple-100 {
color: #faf5ff !important;
}
.xl\:tw-text-purple-200 {
color: #e9d8fd !important;
}
.xl\:tw-text-purple-300 {
color: #d6bcfa !important;
}
.xl\:tw-text-purple-400 {
color: #b794f4 !important;
}
.xl\:tw-text-purple-500 {
color: #9f7aea !important;
}
.xl\:tw-text-purple-600 {
color: #805ad5 !important;
}
.xl\:tw-text-purple-700 {
color: #6b46c1 !important;
}
.xl\:tw-text-purple-800 {
color: #553c9a !important;
}
.xl\:tw-text-purple-900 {
color: #44337a !important;
}
.xl\:tw-text-pink-100 {
color: #fff5f7 !important;
}
.xl\:tw-text-pink-200 {
color: #fed7e2 !important;
}
.xl\:tw-text-pink-300 {
color: #fbb6ce !important;
}
.xl\:tw-text-pink-400 {
color: #f687b3 !important;
}
.xl\:tw-text-pink-500 {
color: #ed64a6 !important;
}
.xl\:tw-text-pink-600 {
color: #d53f8c !important;
}
.xl\:tw-text-pink-700 {
color: #b83280 !important;
}
.xl\:tw-text-pink-800 {
color: #97266d !important;
}
.xl\:tw-text-pink-900 {
color: #702459 !important;
}
.xl\:hover\:tw-text-transparent:hover {
color: transparent !important;
}
.xl\:hover\:tw-text-black:hover {
color: #000 !important;
}
.xl\:hover\:tw-text-white:hover {
color: #fff !important;
}
.xl\:hover\:tw-text-gray-100:hover {
color: #f7fafc !important;
}
.xl\:hover\:tw-text-gray-200:hover {
color: #edf2f7 !important;
}
.xl\:hover\:tw-text-gray-300:hover {
color: #e2e8f0 !important;
}
.xl\:hover\:tw-text-gray-400:hover {
color: #cbd5e0 !important;
}
.xl\:hover\:tw-text-gray-500:hover {
color: #a0aec0 !important;
}
.xl\:hover\:tw-text-gray-600:hover {
color: #718096 !important;
}
.xl\:hover\:tw-text-gray-700:hover {
color: #4a5568 !important;
}
.xl\:hover\:tw-text-gray-800:hover {
color: #2d3748 !important;
}
.xl\:hover\:tw-text-gray-900:hover {
color: #1a202c !important;
}
.xl\:hover\:tw-text-red-100:hover {
color: #fff5f5 !important;
}
.xl\:hover\:tw-text-red-200:hover {
color: #fed7d7 !important;
}
.xl\:hover\:tw-text-red-300:hover {
color: #feb2b2 !important;
}
.xl\:hover\:tw-text-red-400:hover {
color: #fc8181 !important;
}
.xl\:hover\:tw-text-red-500:hover {
color: #f56565 !important;
}
.xl\:hover\:tw-text-red-600:hover {
color: #e53e3e !important;
}
.xl\:hover\:tw-text-red-700:hover {
color: #c53030 !important;
}
.xl\:hover\:tw-text-red-800:hover {
color: #9b2c2c !important;
}
.xl\:hover\:tw-text-red-900:hover {
color: #742a2a !important;
}
.xl\:hover\:tw-text-orange-100:hover {
color: #fffaf0 !important;
}
.xl\:hover\:tw-text-orange-200:hover {
color: #feebc8 !important;
}
.xl\:hover\:tw-text-orange-300:hover {
color: #fbd38d !important;
}
.xl\:hover\:tw-text-orange-400:hover {
color: #f6ad55 !important;
}
.xl\:hover\:tw-text-orange-500:hover {
color: #ed8936 !important;
}
.xl\:hover\:tw-text-orange-600:hover {
color: #dd6b20 !important;
}
.xl\:hover\:tw-text-orange-700:hover {
color: #c05621 !important;
}
.xl\:hover\:tw-text-orange-800:hover {
color: #9c4221 !important;
}
.xl\:hover\:tw-text-orange-900:hover {
color: #7b341e !important;
}
.xl\:hover\:tw-text-yellow-100:hover {
color: #fffff0 !important;
}
.xl\:hover\:tw-text-yellow-200:hover {
color: #fefcbf !important;
}
.xl\:hover\:tw-text-yellow-300:hover {
color: #faf089 !important;
}
.xl\:hover\:tw-text-yellow-400:hover {
color: #f6e05e !important;
}
.xl\:hover\:tw-text-yellow-500:hover {
color: #ecc94b !important;
}
.xl\:hover\:tw-text-yellow-600:hover {
color: #d69e2e !important;
}
.xl\:hover\:tw-text-yellow-700:hover {
color: #b7791f !important;
}
.xl\:hover\:tw-text-yellow-800:hover {
color: #975a16 !important;
}
.xl\:hover\:tw-text-yellow-900:hover {
color: #744210 !important;
}
.xl\:hover\:tw-text-green-100:hover {
color: #f0fff4 !important;
}
.xl\:hover\:tw-text-green-200:hover {
color: #c6f6d5 !important;
}
.xl\:hover\:tw-text-green-300:hover {
color: #9ae6b4 !important;
}
.xl\:hover\:tw-text-green-400:hover {
color: #68d391 !important;
}
.xl\:hover\:tw-text-green-500:hover {
color: #48bb78 !important;
}
.xl\:hover\:tw-text-green-600:hover {
color: #38a169 !important;
}
.xl\:hover\:tw-text-green-700:hover {
color: #2f855a !important;
}
.xl\:hover\:tw-text-green-800:hover {
color: #276749 !important;
}
.xl\:hover\:tw-text-green-900:hover {
color: #22543d !important;
}
.xl\:hover\:tw-text-teal-100:hover {
color: #e6fffa !important;
}
.xl\:hover\:tw-text-teal-200:hover {
color: #b2f5ea !important;
}
.xl\:hover\:tw-text-teal-300:hover {
color: #81e6d9 !important;
}
.xl\:hover\:tw-text-teal-400:hover {
color: #4fd1c5 !important;
}
.xl\:hover\:tw-text-teal-500:hover {
color: #38b2ac !important;
}
.xl\:hover\:tw-text-teal-600:hover {
color: #319795 !important;
}
.xl\:hover\:tw-text-teal-700:hover {
color: #2c7a7b !important;
}
.xl\:hover\:tw-text-teal-800:hover {
color: #285e61 !important;
}
.xl\:hover\:tw-text-teal-900:hover {
color: #234e52 !important;
}
.xl\:hover\:tw-text-blue-100:hover {
color: #ebf8ff !important;
}
.xl\:hover\:tw-text-blue-200:hover {
color: #bee3f8 !important;
}
.xl\:hover\:tw-text-blue-300:hover {
color: #90cdf4 !important;
}
.xl\:hover\:tw-text-blue-400:hover {
color: #63b3ed !important;
}
.xl\:hover\:tw-text-blue-500:hover {
color: #4299e1 !important;
}
.xl\:hover\:tw-text-blue-600:hover {
color: #3182ce !important;
}
.xl\:hover\:tw-text-blue-700:hover {
color: #2b6cb0 !important;
}
.xl\:hover\:tw-text-blue-800:hover {
color: #2c5282 !important;
}
.xl\:hover\:tw-text-blue-900:hover {
color: #2a4365 !important;
}
.xl\:hover\:tw-text-indigo-100:hover {
color: #ebf4ff !important;
}
.xl\:hover\:tw-text-indigo-200:hover {
color: #c3dafe !important;
}
.xl\:hover\:tw-text-indigo-300:hover {
color: #a3bffa !important;
}
.xl\:hover\:tw-text-indigo-400:hover {
color: #7f9cf5 !important;
}
.xl\:hover\:tw-text-indigo-500:hover {
color: #667eea !important;
}
.xl\:hover\:tw-text-indigo-600:hover {
color: #5a67d8 !important;
}
.xl\:hover\:tw-text-indigo-700:hover {
color: #4c51bf !important;
}
.xl\:hover\:tw-text-indigo-800:hover {
color: #434190 !important;
}
.xl\:hover\:tw-text-indigo-900:hover {
color: #3c366b !important;
}
.xl\:hover\:tw-text-purple-100:hover {
color: #faf5ff !important;
}
.xl\:hover\:tw-text-purple-200:hover {
color: #e9d8fd !important;
}
.xl\:hover\:tw-text-purple-300:hover {
color: #d6bcfa !important;
}
.xl\:hover\:tw-text-purple-400:hover {
color: #b794f4 !important;
}
.xl\:hover\:tw-text-purple-500:hover {
color: #9f7aea !important;
}
.xl\:hover\:tw-text-purple-600:hover {
color: #805ad5 !important;
}
.xl\:hover\:tw-text-purple-700:hover {
color: #6b46c1 !important;
}
.xl\:hover\:tw-text-purple-800:hover {
color: #553c9a !important;
}
.xl\:hover\:tw-text-purple-900:hover {
color: #44337a !important;
}
.xl\:hover\:tw-text-pink-100:hover {
color: #fff5f7 !important;
}
.xl\:hover\:tw-text-pink-200:hover {
color: #fed7e2 !important;
}
.xl\:hover\:tw-text-pink-300:hover {
color: #fbb6ce !important;
}
.xl\:hover\:tw-text-pink-400:hover {
color: #f687b3 !important;
}
.xl\:hover\:tw-text-pink-500:hover {
color: #ed64a6 !important;
}
.xl\:hover\:tw-text-pink-600:hover {
color: #d53f8c !important;
}
.xl\:hover\:tw-text-pink-700:hover {
color: #b83280 !important;
}
.xl\:hover\:tw-text-pink-800:hover {
color: #97266d !important;
}
.xl\:hover\:tw-text-pink-900:hover {
color: #702459 !important;
}
.xl\:focus\:tw-text-transparent:focus {
color: transparent !important;
}
.xl\:focus\:tw-text-black:focus {
color: #000 !important;
}
.xl\:focus\:tw-text-white:focus {
color: #fff !important;
}
.xl\:focus\:tw-text-gray-100:focus {
color: #f7fafc !important;
}
.xl\:focus\:tw-text-gray-200:focus {
color: #edf2f7 !important;
}
.xl\:focus\:tw-text-gray-300:focus {
color: #e2e8f0 !important;
}
.xl\:focus\:tw-text-gray-400:focus {
color: #cbd5e0 !important;
}
.xl\:focus\:tw-text-gray-500:focus {
color: #a0aec0 !important;
}
.xl\:focus\:tw-text-gray-600:focus {
color: #718096 !important;
}
.xl\:focus\:tw-text-gray-700:focus {
color: #4a5568 !important;
}
.xl\:focus\:tw-text-gray-800:focus {
color: #2d3748 !important;
}
.xl\:focus\:tw-text-gray-900:focus {
color: #1a202c !important;
}
.xl\:focus\:tw-text-red-100:focus {
color: #fff5f5 !important;
}
.xl\:focus\:tw-text-red-200:focus {
color: #fed7d7 !important;
}
.xl\:focus\:tw-text-red-300:focus {
color: #feb2b2 !important;
}
.xl\:focus\:tw-text-red-400:focus {
color: #fc8181 !important;
}
.xl\:focus\:tw-text-red-500:focus {
color: #f56565 !important;
}
.xl\:focus\:tw-text-red-600:focus {
color: #e53e3e !important;
}
.xl\:focus\:tw-text-red-700:focus {
color: #c53030 !important;
}
.xl\:focus\:tw-text-red-800:focus {
color: #9b2c2c !important;
}
.xl\:focus\:tw-text-red-900:focus {
color: #742a2a !important;
}
.xl\:focus\:tw-text-orange-100:focus {
color: #fffaf0 !important;
}
.xl\:focus\:tw-text-orange-200:focus {
color: #feebc8 !important;
}
.xl\:focus\:tw-text-orange-300:focus {
color: #fbd38d !important;
}
.xl\:focus\:tw-text-orange-400:focus {
color: #f6ad55 !important;
}
.xl\:focus\:tw-text-orange-500:focus {
color: #ed8936 !important;
}
.xl\:focus\:tw-text-orange-600:focus {
color: #dd6b20 !important;
}
.xl\:focus\:tw-text-orange-700:focus {
color: #c05621 !important;
}
.xl\:focus\:tw-text-orange-800:focus {
color: #9c4221 !important;
}
.xl\:focus\:tw-text-orange-900:focus {
color: #7b341e !important;
}
.xl\:focus\:tw-text-yellow-100:focus {
color: #fffff0 !important;
}
.xl\:focus\:tw-text-yellow-200:focus {
color: #fefcbf !important;
}
.xl\:focus\:tw-text-yellow-300:focus {
color: #faf089 !important;
}
.xl\:focus\:tw-text-yellow-400:focus {
color: #f6e05e !important;
}
.xl\:focus\:tw-text-yellow-500:focus {
color: #ecc94b !important;
}
.xl\:focus\:tw-text-yellow-600:focus {
color: #d69e2e !important;
}
.xl\:focus\:tw-text-yellow-700:focus {
color: #b7791f !important;
}
.xl\:focus\:tw-text-yellow-800:focus {
color: #975a16 !important;
}
.xl\:focus\:tw-text-yellow-900:focus {
color: #744210 !important;
}
.xl\:focus\:tw-text-green-100:focus {
color: #f0fff4 !important;
}
.xl\:focus\:tw-text-green-200:focus {
color: #c6f6d5 !important;
}
.xl\:focus\:tw-text-green-300:focus {
color: #9ae6b4 !important;
}
.xl\:focus\:tw-text-green-400:focus {
color: #68d391 !important;
}
.xl\:focus\:tw-text-green-500:focus {
color: #48bb78 !important;
}
.xl\:focus\:tw-text-green-600:focus {
color: #38a169 !important;
}
.xl\:focus\:tw-text-green-700:focus {
color: #2f855a !important;
}
.xl\:focus\:tw-text-green-800:focus {
color: #276749 !important;
}
.xl\:focus\:tw-text-green-900:focus {
color: #22543d !important;
}
.xl\:focus\:tw-text-teal-100:focus {
color: #e6fffa !important;
}
.xl\:focus\:tw-text-teal-200:focus {
color: #b2f5ea !important;
}
.xl\:focus\:tw-text-teal-300:focus {
color: #81e6d9 !important;
}
.xl\:focus\:tw-text-teal-400:focus {
color: #4fd1c5 !important;
}
.xl\:focus\:tw-text-teal-500:focus {
color: #38b2ac !important;
}
.xl\:focus\:tw-text-teal-600:focus {
color: #319795 !important;
}
.xl\:focus\:tw-text-teal-700:focus {
color: #2c7a7b !important;
}
.xl\:focus\:tw-text-teal-800:focus {
color: #285e61 !important;
}
.xl\:focus\:tw-text-teal-900:focus {
color: #234e52 !important;
}
.xl\:focus\:tw-text-blue-100:focus {
color: #ebf8ff !important;
}
.xl\:focus\:tw-text-blue-200:focus {
color: #bee3f8 !important;
}
.xl\:focus\:tw-text-blue-300:focus {
color: #90cdf4 !important;
}
.xl\:focus\:tw-text-blue-400:focus {
color: #63b3ed !important;
}
.xl\:focus\:tw-text-blue-500:focus {
color: #4299e1 !important;
}
.xl\:focus\:tw-text-blue-600:focus {
color: #3182ce !important;
}
.xl\:focus\:tw-text-blue-700:focus {
color: #2b6cb0 !important;
}
.xl\:focus\:tw-text-blue-800:focus {
color: #2c5282 !important;
}
.xl\:focus\:tw-text-blue-900:focus {
color: #2a4365 !important;
}
.xl\:focus\:tw-text-indigo-100:focus {
color: #ebf4ff !important;
}
.xl\:focus\:tw-text-indigo-200:focus {
color: #c3dafe !important;
}
.xl\:focus\:tw-text-indigo-300:focus {
color: #a3bffa !important;
}
.xl\:focus\:tw-text-indigo-400:focus {
color: #7f9cf5 !important;
}
.xl\:focus\:tw-text-indigo-500:focus {
color: #667eea !important;
}
.xl\:focus\:tw-text-indigo-600:focus {
color: #5a67d8 !important;
}
.xl\:focus\:tw-text-indigo-700:focus {
color: #4c51bf !important;
}
.xl\:focus\:tw-text-indigo-800:focus {
color: #434190 !important;
}
.xl\:focus\:tw-text-indigo-900:focus {
color: #3c366b !important;
}
.xl\:focus\:tw-text-purple-100:focus {
color: #faf5ff !important;
}
.xl\:focus\:tw-text-purple-200:focus {
color: #e9d8fd !important;
}
.xl\:focus\:tw-text-purple-300:focus {
color: #d6bcfa !important;
}
.xl\:focus\:tw-text-purple-400:focus {
color: #b794f4 !important;
}
.xl\:focus\:tw-text-purple-500:focus {
color: #9f7aea !important;
}
.xl\:focus\:tw-text-purple-600:focus {
color: #805ad5 !important;
}
.xl\:focus\:tw-text-purple-700:focus {
color: #6b46c1 !important;
}
.xl\:focus\:tw-text-purple-800:focus {
color: #553c9a !important;
}
.xl\:focus\:tw-text-purple-900:focus {
color: #44337a !important;
}
.xl\:focus\:tw-text-pink-100:focus {
color: #fff5f7 !important;
}
.xl\:focus\:tw-text-pink-200:focus {
color: #fed7e2 !important;
}
.xl\:focus\:tw-text-pink-300:focus {
color: #fbb6ce !important;
}
.xl\:focus\:tw-text-pink-400:focus {
color: #f687b3 !important;
}
.xl\:focus\:tw-text-pink-500:focus {
color: #ed64a6 !important;
}
.xl\:focus\:tw-text-pink-600:focus {
color: #d53f8c !important;
}
.xl\:focus\:tw-text-pink-700:focus {
color: #b83280 !important;
}
.xl\:focus\:tw-text-pink-800:focus {
color: #97266d !important;
}
.xl\:focus\:tw-text-pink-900:focus {
color: #702459 !important;
}
.xl\:tw-text-xs {
font-size: .75rem !important;
}
.xl\:tw-text-sm {
font-size: .875rem !important;
}
.xl\:tw-text-base {
font-size: 1rem !important;
}
.xl\:tw-text-lg {
font-size: 1.125rem !important;
}
.xl\:tw-text-xl {
font-size: 1.25rem !important;
}
.xl\:tw-text-2xl {
font-size: 1.5rem !important;
}
.xl\:tw-text-3xl {
font-size: 1.875rem !important;
}
.xl\:tw-text-4xl {
font-size: 2.25rem !important;
}
.xl\:tw-text-5xl {
font-size: 3rem !important;
}
.xl\:tw-text-6xl {
font-size: 4rem !important;
}
.xl\:tw-italic {
font-style: italic !important;
}
.xl\:tw-not-italic {
font-style: normal !important;
}
.xl\:tw-uppercase {
text-transform: uppercase !important;
}
.xl\:tw-lowercase {
text-transform: lowercase !important;
}
.xl\:tw-capitalize {
text-transform: capitalize !important;
}
.xl\:tw-normal-case {
text-transform: none !important;
}
.xl\:tw-underline {
text-decoration: underline !important;
}
.xl\:tw-line-through {
text-decoration: line-through !important;
}
.xl\:tw-no-underline {
text-decoration: none !important;
}
.xl\:hover\:tw-underline:hover {
text-decoration: underline !important;
}
.xl\:hover\:tw-line-through:hover {
text-decoration: line-through !important;
}
.xl\:hover\:tw-no-underline:hover {
text-decoration: none !important;
}
.xl\:focus\:tw-underline:focus {
text-decoration: underline !important;
}
.xl\:focus\:tw-line-through:focus {
text-decoration: line-through !important;
}
.xl\:focus\:tw-no-underline:focus {
text-decoration: none !important;
}
.xl\:tw-antialiased {
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
.xl\:tw-subpixel-antialiased {
-webkit-font-smoothing: auto !important;
-moz-osx-font-smoothing: auto !important;
}
.xl\:tw-tracking-tighter {
letter-spacing: -.05em !important;
}
.xl\:tw-tracking-tight {
letter-spacing: -.025em !important;
}
.xl\:tw-tracking-normal {
letter-spacing: 0 !important;
}
.xl\:tw-tracking-wide {
letter-spacing: .025em !important;
}
.xl\:tw-tracking-wider {
letter-spacing: .05em !important;
}
.xl\:tw-tracking-widest {
letter-spacing: .1em !important;
}
.xl\:tw-select-none {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.xl\:tw-select-text {
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;
}
.xl\:tw-align-baseline {
vertical-align: baseline !important;
}
.xl\:tw-align-top {
vertical-align: top !important;
}
.xl\:tw-align-middle {
vertical-align: middle !important;
}
.xl\:tw-align-bottom {
vertical-align: bottom !important;
}
.xl\:tw-align-text-top {
vertical-align: text-top !important;
}
.xl\:tw-align-text-bottom {
vertical-align: text-bottom !important;
}
.xl\:tw-visible {
visibility: visible !important;
}
.xl\:tw-invisible {
visibility: hidden !important;
}
.xl\:tw-whitespace-normal {
white-space: normal !important;
}
.xl\:tw-whitespace-no-wrap {
white-space: nowrap !important;
}
.xl\:tw-whitespace-pre {
white-space: pre !important;
}
.xl\:tw-whitespace-pre-line {
white-space: pre-line !important;
}
.xl\:tw-whitespace-pre-wrap {
white-space: pre-wrap !important;
}
.xl\:tw-break-normal {
overflow-wrap: normal !important;
word-break: normal !important;
}
.xl\:tw-break-words {
overflow-wrap: break-word !important;
}
.xl\:tw-break-all {
word-break: break-all !important;
}
.xl\:tw-truncate {
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}
.xl\:tw-w-0 {
width: 0 !important;
}
.xl\:tw-w-1 {
width: .25rem !important;
}
.xl\:tw-w-2 {
width: .5rem !important;
}
.xl\:tw-w-3 {
width: .75rem !important;
}
.xl\:tw-w-4 {
width: 1rem !important;
}
.xl\:tw-w-5 {
width: 1.25rem !important;
}
.xl\:tw-w-6 {
width: 1.5rem !important;
}
.xl\:tw-w-8 {
width: 2rem !important;
}
.xl\:tw-w-10 {
width: 2.5rem !important;
}
.xl\:tw-w-12 {
width: 3rem !important;
}
.xl\:tw-w-16 {
width: 4rem !important;
}
.xl\:tw-w-20 {
width: 5rem !important;
}
.xl\:tw-w-24 {
width: 6rem !important;
}
.xl\:tw-w-32 {
width: 8rem !important;
}
.xl\:tw-w-40 {
width: 10rem !important;
}
.xl\:tw-w-48 {
width: 12rem !important;
}
.xl\:tw-w-56 {
width: 14rem !important;
}
.xl\:tw-w-64 {
width: 16rem !important;
}
.xl\:tw-w-auto {
width: auto !important;
}
.xl\:tw-w-px {
width: 1px !important;
}
.xl\:tw-w-1\/2 {
width: 50% !important;
}
.xl\:tw-w-1\/3 {
width: 33.33333% !important;
}
.xl\:tw-w-2\/3 {
width: 66.66667% !important;
}
.xl\:tw-w-1\/4 {
width: 25% !important;
}
.xl\:tw-w-3\/4 {
width: 75% !important;
}
.xl\:tw-w-1\/5 {
width: 20% !important;
}
.xl\:tw-w-2\/5 {
width: 40% !important;
}
.xl\:tw-w-3\/5 {
width: 60% !important;
}
.xl\:tw-w-4\/5 {
width: 80% !important;
}
.xl\:tw-w-1\/6 {
width: 16.66667% !important;
}
.xl\:tw-w-5\/6 {
width: 83.33333% !important;
}
.xl\:tw-w-full {
width: 100% !important;
}
.xl\:tw-w-screen {
width: 100vw !important;
}
.xl\:tw-z-0 {
z-index: 0 !important;
}
.xl\:tw-z-10 {
z-index: 10 !important;
}
.xl\:tw-z-20 {
z-index: 20 !important;
}
.xl\:tw-z-30 {
z-index: 30 !important;
}
.xl\:tw-z-40 {
z-index: 40 !important;
}
.xl\:tw-z-50 {
z-index: 50 !important;
}
.xl\:tw-z-auto {
z-index: auto !important;
}
}