opensaas
Version:
Create fully bundled SaaS application (Backend & Frontend) using an interactive CLI
2,240 lines (1,794 loc) • 35.9 kB
CSS
/*! 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: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
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 */
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: 0.35em 0.75em 0.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 {
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"] {
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.
*/
/**
* Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
button {
background-color: transparent;
background-image: none;
}
/**
* Work around a Firefox/IE bug where the transparent `button` background
* results in a loss of the default `button` focus styles.
*/
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color;
}
fieldset {
margin: 0;
padding: 0;
}
ol,
ul {
list-style: none;
margin: 0;
padding: 0;
}
/**
* Tailwind custom reset styles
*/
/**
* 1. Use the user's configured `sans` font-family (with Tailwind's default
* sans-serif font stack as a fallback) as a sane default.
* 2. Use Tailwind's default "normal" line-height so the user isn't forced
* to override it to ensure consistency even when using the default theme.
*/
html {
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
line-height: 1.5; /* 2 */
}
/**
* 1. Prevent padding and border from affecting element width.
*
* We used to set this in the html element and inherit from
* the parent element for everything else. This caused issues
* in shadow-dom-enhanced elements like <details> where the content
* is wrapped by a div with box-sizing set to `content-box`.
*
* https://github.com/mozdevs/cssremedy/issues/4
*
*
* 2. Allow adding a border to an element by just adding a border-width.
*
* By default, the way the browser specifies that an element should have no
* border is by setting it's border-style to `none` in the user-agent
* stylesheet.
*
* In order to easily add borders to elements by just setting the `border-width`
* property, we change the default border-style for all elements to `solid`, and
* use border-width to hide them instead. This way our `border` utilities only
* need to set the `border-width` property instead of the entire `border`
* shorthand, making our border utilities much more straightforward to compose.
*
* https://github.com/tailwindcss/tailwindcss/pull/116
*/
*,
::before,
::after {
box-sizing: border-box; /* 1 */
border-width: 0; /* 2 */
border-style: solid; /* 2 */
border-color: #e2e8f0; /* 2 */
}
/*
* Ensure horizontal rules are visible by default
*/
hr {
border-top-width: 1px;
}
/**
* Undo the `border-style: none` reset that Normalize applies to images so that
* our `border-{width}` utilities have the expected effect.
*
* The Normalize reset is unnecessary for us since we default the border-width
* to 0 on all elements.
*
* https://github.com/tailwindcss/tailwindcss/issues/362
*/
img {
border-style: solid;
}
textarea {
resize: vertical;
}
input::placeholder,
textarea::placeholder {
color: #a0aec0;
}
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: 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;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: inline;
vertical-align: baseline;
}
.container {
width: 100%;
}
@media (min-width: 640px) {
.container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.container {
max-width: 1280px;
}
}
.space-y-1 > :not(template) ~ :not(template) {
--space-y-reverse: 0;
margin-top: calc(0.25rem * calc(1 - var(--space-y-reverse)));
margin-bottom: calc(0.25rem * var(--space-y-reverse));
}
.space-x-2 > :not(template) ~ :not(template) {
--space-x-reverse: 0;
margin-right: calc(0.5rem * var(--space-x-reverse));
margin-left: calc(0.5rem * calc(1 - var(--space-x-reverse)));
}
.bg-white {
--bg-opacity: 1;
background-color: #fff;
background-color: rgba(255, 255, 255, var(--bg-opacity));
}
.bg-grey-200 {
--bg-opacity: 1;
background-color: #ececec;
background-color: rgba(236, 236, 236, var(--bg-opacity));
}
.bg-blue-500 {
--bg-opacity: 1;
background-color: #4299e1;
background-color: rgba(66, 153, 225, var(--bg-opacity));
}
.border-red-500 {
--border-opacity: 1;
border-color: #f56565;
border-color: rgba(245, 101, 101, var(--border-opacity));
}
.border-green-500 {
--border-opacity: 1;
border-color: #48bb78;
border-color: rgba(72, 187, 120, var(--border-opacity));
}
.rounded {
border-radius: 0.25rem;
}
.border-0 {
border-width: 0;
}
.border {
border-width: 1px;
}
.cursor-pointer {
cursor: pointer;
}
.inline {
display: inline;
}
.flex {
display: flex;
}
.table {
display: table;
}
.flex-row {
flex-direction: row;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-shrink-0 {
flex-shrink: 0;
}
.font-light {
font-weight: 300;
}
.font-bold {
font-weight: 700;
}
.h-1 {
height: 0.25rem;
}
.h-8 {
height: 2rem;
}
.h-16 {
height: 4rem;
}
.h-20 {
height: 5rem;
}
.h-24 {
height: 6rem;
}
.h-32 {
height: 8rem;
}
.text-xs {
font-size: 0.75rem;
}
.text-sm {
font-size: 0.875rem;
}
.text-base {
font-size: 1rem;
}
.text-lg {
font-size: 1.125rem;
}
.text-xl {
font-size: 1.25rem;
}
.text-2xl {
font-size: 1.5rem;
}
.text-3xl {
font-size: 1.875rem;
}
.text-4xl {
font-size: 2.25rem;
}
.text-5xl {
font-size: 3rem;
}
.text-6xl {
font-size: 4rem;
}
.m-0 {
margin: 0;
}
.m-3 {
margin: 0.75rem;
}
.mx-0 {
margin-left: 0;
margin-right: 0;
}
.mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.ml-1 {
margin-left: 0.25rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.ml-2 {
margin-left: 0.5rem;
}
.mt-3 {
margin-top: 0.75rem;
}
.mr-3 {
margin-right: 0.75rem;
}
.mb-3 {
margin-bottom: 0.75rem;
}
.ml-3 {
margin-left: 0.75rem;
}
.mr-4 {
margin-right: 1rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.ml-4 {
margin-left: 1rem;
}
.mb-5 {
margin-bottom: 1.25rem;
}
.p-0 {
padding: 0;
}
.p-2 {
padding: 0.5rem;
}
.py-0 {
padding-top: 0;
padding-bottom: 0;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}
.py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}
.py-40 {
padding-top: 10rem;
padding-bottom: 10rem;
}
.py-48 {
padding-top: 12rem;
padding-bottom: 12rem;
}
.py-56 {
padding-top: 14rem;
padding-bottom: 14rem;
}
.py-64 {
padding-top: 16rem;
padding-bottom: 16rem;
}
.py-px {
padding-top: 1px;
padding-bottom: 1px;
}
.pl-2 {
padding-left: 0.5rem;
}
.fixed {
position: fixed;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.sticky {
position: sticky;
}
.resize {
resize: both;
}
.shadow {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-none {
box-shadow: none;
}
.shadow-outline-transparent {
box-shadow: 0 0 0 3px transparent;
}
.shadow-outline-current {
box-shadow: 0 0 0 3px currentColor;
}
.shadow-outline-black {
box-shadow: 0 0 0 3px #000;
}
.shadow-outline-white {
box-shadow: 0 0 0 3px #fff;
}
.shadow-outline-gray-100 {
box-shadow: 0 0 0 3px #f7fafc;
}
.shadow-outline-gray-200 {
box-shadow: 0 0 0 3px #edf2f7;
}
.shadow-outline-gray-300 {
box-shadow: 0 0 0 3px #e2e8f0;
}
.shadow-outline-gray-400 {
box-shadow: 0 0 0 3px #cbd5e0;
}
.shadow-outline-gray-500 {
box-shadow: 0 0 0 3px #a0aec0;
}
.shadow-outline-gray-600 {
box-shadow: 0 0 0 3px #718096;
}
.shadow-outline-gray-700 {
box-shadow: 0 0 0 3px #4a5568;
}
.shadow-outline-gray-800 {
box-shadow: 0 0 0 3px #2d3748;
}
.shadow-outline-gray-900 {
box-shadow: 0 0 0 3px #1a202c;
}
.shadow-outline-grey-100 {
box-shadow: 0 0 0 3px #fefefe;
}
.shadow-outline-grey-200 {
box-shadow: 0 0 0 3px #ececec;
}
.shadow-outline-grey-400 {
box-shadow: 0 0 0 3px #cbcbcb;
}
.shadow-outline-grey-500 {
box-shadow: 0 0 0 3px #a0a0a0;
}
.shadow-outline-grey-600 {
box-shadow: 0 0 0 3px #717171;
}
.shadow-outline-grey-700 {
box-shadow: 0 0 0 3px #4a4a4a;
}
.shadow-outline-grey-800 {
box-shadow: 0 0 0 3px #2d2d2d;
}
.shadow-outline-grey-900 {
box-shadow: 0 0 0 3px #1a1a1a;
}
.shadow-outline-red-100 {
box-shadow: 0 0 0 3px #fff5f5;
}
.shadow-outline-red-200 {
box-shadow: 0 0 0 3px #fed7d7;
}
.shadow-outline-red-300 {
box-shadow: 0 0 0 3px #feb2b2;
}
.shadow-outline-red-400 {
box-shadow: 0 0 0 3px #fc8181;
}
.shadow-outline-red-500 {
box-shadow: 0 0 0 3px #f56565;
}
.shadow-outline-red-600 {
box-shadow: 0 0 0 3px #e53e3e;
}
.shadow-outline-red-700 {
box-shadow: 0 0 0 3px #c53030;
}
.shadow-outline-red-800 {
box-shadow: 0 0 0 3px #9b2c2c;
}
.shadow-outline-red-900 {
box-shadow: 0 0 0 3px #742a2a;
}
.shadow-outline-orange-100 {
box-shadow: 0 0 0 3px #fffaf0;
}
.shadow-outline-orange-200 {
box-shadow: 0 0 0 3px #feebc8;
}
.shadow-outline-orange-300 {
box-shadow: 0 0 0 3px #fbd38d;
}
.shadow-outline-orange-400 {
box-shadow: 0 0 0 3px #f6ad55;
}
.shadow-outline-orange-500 {
box-shadow: 0 0 0 3px #ed8936;
}
.shadow-outline-orange-600 {
box-shadow: 0 0 0 3px #dd6b20;
}
.shadow-outline-orange-700 {
box-shadow: 0 0 0 3px #c05621;
}
.shadow-outline-orange-800 {
box-shadow: 0 0 0 3px #9c4221;
}
.shadow-outline-orange-900 {
box-shadow: 0 0 0 3px #7b341e;
}
.shadow-outline-yellow-100 {
box-shadow: 0 0 0 3px #fffff0;
}
.shadow-outline-yellow-200 {
box-shadow: 0 0 0 3px #fefcbf;
}
.shadow-outline-yellow-300 {
box-shadow: 0 0 0 3px #faf089;
}
.shadow-outline-yellow-400 {
box-shadow: 0 0 0 3px #f6e05e;
}
.shadow-outline-yellow-500 {
box-shadow: 0 0 0 3px #ecc94b;
}
.shadow-outline-yellow-600 {
box-shadow: 0 0 0 3px #d69e2e;
}
.shadow-outline-yellow-700 {
box-shadow: 0 0 0 3px #b7791f;
}
.shadow-outline-yellow-800 {
box-shadow: 0 0 0 3px #975a16;
}
.shadow-outline-yellow-900 {
box-shadow: 0 0 0 3px #744210;
}
.shadow-outline-green-100 {
box-shadow: 0 0 0 3px #f0fff4;
}
.shadow-outline-green-200 {
box-shadow: 0 0 0 3px #c6f6d5;
}
.shadow-outline-green-300 {
box-shadow: 0 0 0 3px #9ae6b4;
}
.shadow-outline-green-400 {
box-shadow: 0 0 0 3px #68d391;
}
.shadow-outline-green-500 {
box-shadow: 0 0 0 3px #48bb78;
}
.shadow-outline-green-600 {
box-shadow: 0 0 0 3px #38a169;
}
.shadow-outline-green-700 {
box-shadow: 0 0 0 3px #2f855a;
}
.shadow-outline-green-800 {
box-shadow: 0 0 0 3px #276749;
}
.shadow-outline-green-900 {
box-shadow: 0 0 0 3px #22543d;
}
.shadow-outline-teal-100 {
box-shadow: 0 0 0 3px #e6fffa;
}
.shadow-outline-teal-200 {
box-shadow: 0 0 0 3px #b2f5ea;
}
.shadow-outline-teal-300 {
box-shadow: 0 0 0 3px #81e6d9;
}
.shadow-outline-teal-400 {
box-shadow: 0 0 0 3px #4fd1c5;
}
.shadow-outline-teal-500 {
box-shadow: 0 0 0 3px #38b2ac;
}
.shadow-outline-teal-600 {
box-shadow: 0 0 0 3px #319795;
}
.shadow-outline-teal-700 {
box-shadow: 0 0 0 3px #2c7a7b;
}
.shadow-outline-teal-800 {
box-shadow: 0 0 0 3px #285e61;
}
.shadow-outline-teal-900 {
box-shadow: 0 0 0 3px #234e52;
}
.shadow-outline-blue-100 {
box-shadow: 0 0 0 3px #ebf8ff;
}
.shadow-outline-blue-200 {
box-shadow: 0 0 0 3px #bee3f8;
}
.shadow-outline-blue-300 {
box-shadow: 0 0 0 3px #90cdf4;
}
.shadow-outline-blue-400 {
box-shadow: 0 0 0 3px #63b3ed;
}
.shadow-outline-blue-500 {
box-shadow: 0 0 0 3px #4299e1;
}
.shadow-outline-blue-600 {
box-shadow: 0 0 0 3px #3182ce;
}
.shadow-outline-blue-700 {
box-shadow: 0 0 0 3px #2b6cb0;
}
.shadow-outline-blue-800 {
box-shadow: 0 0 0 3px #2c5282;
}
.shadow-outline-blue-900 {
box-shadow: 0 0 0 3px #2a4365;
}
.shadow-outline-indigo-100 {
box-shadow: 0 0 0 3px #ebf4ff;
}
.shadow-outline-indigo-200 {
box-shadow: 0 0 0 3px #c3dafe;
}
.shadow-outline-indigo-300 {
box-shadow: 0 0 0 3px #a3bffa;
}
.shadow-outline-indigo-400 {
box-shadow: 0 0 0 3px #7f9cf5;
}
.shadow-outline-indigo-500 {
box-shadow: 0 0 0 3px #667eea;
}
.shadow-outline-indigo-600 {
box-shadow: 0 0 0 3px #5a67d8;
}
.shadow-outline-indigo-700 {
box-shadow: 0 0 0 3px #4c51bf;
}
.shadow-outline-indigo-800 {
box-shadow: 0 0 0 3px #434190;
}
.shadow-outline-indigo-900 {
box-shadow: 0 0 0 3px #3c366b;
}
.shadow-outline-purple-100 {
box-shadow: 0 0 0 3px #faf5ff;
}
.shadow-outline-purple-200 {
box-shadow: 0 0 0 3px #e9d8fd;
}
.shadow-outline-purple-300 {
box-shadow: 0 0 0 3px #d6bcfa;
}
.shadow-outline-purple-400 {
box-shadow: 0 0 0 3px #b794f4;
}
.shadow-outline-purple-500 {
box-shadow: 0 0 0 3px #9f7aea;
}
.shadow-outline-purple-600 {
box-shadow: 0 0 0 3px #805ad5;
}
.shadow-outline-purple-700 {
box-shadow: 0 0 0 3px #6b46c1;
}
.shadow-outline-purple-800 {
box-shadow: 0 0 0 3px #553c9a;
}
.shadow-outline-purple-900 {
box-shadow: 0 0 0 3px #44337a;
}
.shadow-outline-pink-100 {
box-shadow: 0 0 0 3px #fff5f7;
}
.shadow-outline-pink-200 {
box-shadow: 0 0 0 3px #fed7e2;
}
.shadow-outline-pink-300 {
box-shadow: 0 0 0 3px #fbb6ce;
}
.shadow-outline-pink-400 {
box-shadow: 0 0 0 3px #f687b3;
}
.shadow-outline-pink-500 {
box-shadow: 0 0 0 3px #ed64a6;
}
.shadow-outline-pink-600 {
box-shadow: 0 0 0 3px #d53f8c;
}
.shadow-outline-pink-700 {
box-shadow: 0 0 0 3px #b83280;
}
.shadow-outline-pink-800 {
box-shadow: 0 0 0 3px #97266d;
}
.shadow-outline-pink-900 {
box-shadow: 0 0 0 3px #702459;
}
.focus\:shadow-none:focus {
box-shadow: none;
}
.stroke-current {
stroke: currentColor;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-justify {
text-align: justify;
}
.text-transparent {
color: transparent;
}
.text-current {
color: currentColor;
}
.text-black {
--text-opacity: 1;
color: #000;
color: rgba(0, 0, 0, var(--text-opacity));
}
.text-white {
--text-opacity: 1;
color: #fff;
color: rgba(255, 255, 255, var(--text-opacity));
}
.text-gray-100 {
--text-opacity: 1;
color: #f7fafc;
color: rgba(247, 250, 252, var(--text-opacity));
}
.text-gray-200 {
--text-opacity: 1;
color: #edf2f7;
color: rgba(237, 242, 247, var(--text-opacity));
}
.text-gray-300 {
--text-opacity: 1;
color: #e2e8f0;
color: rgba(226, 232, 240, var(--text-opacity));
}
.text-gray-400 {
--text-opacity: 1;
color: #cbd5e0;
color: rgba(203, 213, 224, var(--text-opacity));
}
.text-gray-500 {
--text-opacity: 1;
color: #a0aec0;
color: rgba(160, 174, 192, var(--text-opacity));
}
.text-gray-600 {
--text-opacity: 1;
color: #718096;
color: rgba(113, 128, 150, var(--text-opacity));
}
.text-gray-700 {
--text-opacity: 1;
color: #4a5568;
color: rgba(74, 85, 104, var(--text-opacity));
}
.text-gray-800 {
--text-opacity: 1;
color: #2d3748;
color: rgba(45, 55, 72, var(--text-opacity));
}
.text-gray-900 {
--text-opacity: 1;
color: #1a202c;
color: rgba(26, 32, 44, var(--text-opacity));
}
.text-grey-100 {
--text-opacity: 1;
color: #fefefe;
color: rgba(254, 254, 254, var(--text-opacity));
}
.text-grey-200 {
--text-opacity: 1;
color: #ececec;
color: rgba(236, 236, 236, var(--text-opacity));
}
.text-grey-400 {
--text-opacity: 1;
color: #cbcbcb;
color: rgba(203, 203, 203, var(--text-opacity));
}
.text-grey-500 {
--text-opacity: 1;
color: #a0a0a0;
color: rgba(160, 160, 160, var(--text-opacity));
}
.text-grey-600 {
--text-opacity: 1;
color: #717171;
color: rgba(113, 113, 113, var(--text-opacity));
}
.text-grey-700 {
--text-opacity: 1;
color: #4a4a4a;
color: rgba(74, 74, 74, var(--text-opacity));
}
.text-grey-800 {
--text-opacity: 1;
color: #2d2d2d;
color: rgba(45, 45, 45, var(--text-opacity));
}
.text-grey-900 {
--text-opacity: 1;
color: #1a1a1a;
color: rgba(26, 26, 26, var(--text-opacity));
}
.text-red-100 {
--text-opacity: 1;
color: #fff5f5;
color: rgba(255, 245, 245, var(--text-opacity));
}
.text-red-200 {
--text-opacity: 1;
color: #fed7d7;
color: rgba(254, 215, 215, var(--text-opacity));
}
.text-red-300 {
--text-opacity: 1;
color: #feb2b2;
color: rgba(254, 178, 178, var(--text-opacity));
}
.text-red-400 {
--text-opacity: 1;
color: #fc8181;
color: rgba(252, 129, 129, var(--text-opacity));
}
.text-red-500 {
--text-opacity: 1;
color: #f56565;
color: rgba(245, 101, 101, var(--text-opacity));
}
.text-red-600 {
--text-opacity: 1;
color: #e53e3e;
color: rgba(229, 62, 62, var(--text-opacity));
}
.text-red-700 {
--text-opacity: 1;
color: #c53030;
color: rgba(197, 48, 48, var(--text-opacity));
}
.text-red-800 {
--text-opacity: 1;
color: #9b2c2c;
color: rgba(155, 44, 44, var(--text-opacity));
}
.text-red-900 {
--text-opacity: 1;
color: #742a2a;
color: rgba(116, 42, 42, var(--text-opacity));
}
.text-orange-100 {
--text-opacity: 1;
color: #fffaf0;
color: rgba(255, 250, 240, var(--text-opacity));
}
.text-orange-200 {
--text-opacity: 1;
color: #feebc8;
color: rgba(254, 235, 200, var(--text-opacity));
}
.text-orange-300 {
--text-opacity: 1;
color: #fbd38d;
color: rgba(251, 211, 141, var(--text-opacity));
}
.text-orange-400 {
--text-opacity: 1;
color: #f6ad55;
color: rgba(246, 173, 85, var(--text-opacity));
}
.text-orange-500 {
--text-opacity: 1;
color: #ed8936;
color: rgba(237, 137, 54, var(--text-opacity));
}
.text-orange-600 {
--text-opacity: 1;
color: #dd6b20;
color: rgba(221, 107, 32, var(--text-opacity));
}
.text-orange-700 {
--text-opacity: 1;
color: #c05621;
color: rgba(192, 86, 33, var(--text-opacity));
}
.text-orange-800 {
--text-opacity: 1;
color: #9c4221;
color: rgba(156, 66, 33, var(--text-opacity));
}
.text-orange-900 {
--text-opacity: 1;
color: #7b341e;
color: rgba(123, 52, 30, var(--text-opacity));
}
.text-yellow-100 {
--text-opacity: 1;
color: #fffff0;
color: rgba(255, 255, 240, var(--text-opacity));
}
.text-yellow-200 {
--text-opacity: 1;
color: #fefcbf;
color: rgba(254, 252, 191, var(--text-opacity));
}
.text-yellow-300 {
--text-opacity: 1;
color: #faf089;
color: rgba(250, 240, 137, var(--text-opacity));
}
.text-yellow-400 {
--text-opacity: 1;
color: #f6e05e;
color: rgba(246, 224, 94, var(--text-opacity));
}
.text-yellow-500 {
--text-opacity: 1;
color: #ecc94b;
color: rgba(236, 201, 75, var(--text-opacity));
}
.text-yellow-600 {
--text-opacity: 1;
color: #d69e2e;
color: rgba(214, 158, 46, var(--text-opacity));
}
.text-yellow-700 {
--text-opacity: 1;
color: #b7791f;
color: rgba(183, 121, 31, var(--text-opacity));
}
.text-yellow-800 {
--text-opacity: 1;
color: #975a16;
color: rgba(151, 90, 22, var(--text-opacity));
}
.text-yellow-900 {
--text-opacity: 1;
color: #744210;
color: rgba(116, 66, 16, var(--text-opacity));
}
.text-green-100 {
--text-opacity: 1;
color: #f0fff4;
color: rgba(240, 255, 244, var(--text-opacity));
}
.text-green-200 {
--text-opacity: 1;
color: #c6f6d5;
color: rgba(198, 246, 213, var(--text-opacity));
}
.text-green-300 {
--text-opacity: 1;
color: #9ae6b4;
color: rgba(154, 230, 180, var(--text-opacity));
}
.text-green-400 {
--text-opacity: 1;
color: #68d391;
color: rgba(104, 211, 145, var(--text-opacity));
}
.text-green-500 {
--text-opacity: 1;
color: #48bb78;
color: rgba(72, 187, 120, var(--text-opacity));
}
.text-green-600 {
--text-opacity: 1;
color: #38a169;
color: rgba(56, 161, 105, var(--text-opacity));
}
.text-green-700 {
--text-opacity: 1;
color: #2f855a;
color: rgba(47, 133, 90, var(--text-opacity));
}
.text-green-800 {
--text-opacity: 1;
color: #276749;
color: rgba(39, 103, 73, var(--text-opacity));
}
.text-green-900 {
--text-opacity: 1;
color: #22543d;
color: rgba(34, 84, 61, var(--text-opacity));
}
.text-teal-100 {
--text-opacity: 1;
color: #e6fffa;
color: rgba(230, 255, 250, var(--text-opacity));
}
.text-teal-200 {
--text-opacity: 1;
color: #b2f5ea;
color: rgba(178, 245, 234, var(--text-opacity));
}
.text-teal-300 {
--text-opacity: 1;
color: #81e6d9;
color: rgba(129, 230, 217, var(--text-opacity));
}
.text-teal-400 {
--text-opacity: 1;
color: #4fd1c5;
color: rgba(79, 209, 197, var(--text-opacity));
}
.text-teal-500 {
--text-opacity: 1;
color: #38b2ac;
color: rgba(56, 178, 172, var(--text-opacity));
}
.text-teal-600 {
--text-opacity: 1;
color: #319795;
color: rgba(49, 151, 149, var(--text-opacity));
}
.text-teal-700 {
--text-opacity: 1;
color: #2c7a7b;
color: rgba(44, 122, 123, var(--text-opacity));
}
.text-teal-800 {
--text-opacity: 1;
color: #285e61;
color: rgba(40, 94, 97, var(--text-opacity));
}
.text-teal-900 {
--text-opacity: 1;
color: #234e52;
color: rgba(35, 78, 82, var(--text-opacity));
}
.text-blue-100 {
--text-opacity: 1;
color: #ebf8ff;
color: rgba(235, 248, 255, var(--text-opacity));
}
.text-blue-200 {
--text-opacity: 1;
color: #bee3f8;
color: rgba(190, 227, 248, var(--text-opacity));
}
.text-blue-300 {
--text-opacity: 1;
color: #90cdf4;
color: rgba(144, 205, 244, var(--text-opacity));
}
.text-blue-400 {
--text-opacity: 1;
color: #63b3ed;
color: rgba(99, 179, 237, var(--text-opacity));
}
.text-blue-500 {
--text-opacity: 1;
color: #4299e1;
color: rgba(66, 153, 225, var(--text-opacity));
}
.text-blue-600 {
--text-opacity: 1;
color: #3182ce;
color: rgba(49, 130, 206, var(--text-opacity));
}
.text-blue-700 {
--text-opacity: 1;
color: #2b6cb0;
color: rgba(43, 108, 176, var(--text-opacity));
}
.text-blue-800 {
--text-opacity: 1;
color: #2c5282;
color: rgba(44, 82, 130, var(--text-opacity));
}
.text-blue-900 {
--text-opacity: 1;
color: #2a4365;
color: rgba(42, 67, 101, var(--text-opacity));
}
.text-indigo-100 {
--text-opacity: 1;
color: #ebf4ff;
color: rgba(235, 244, 255, var(--text-opacity));
}
.text-indigo-200 {
--text-opacity: 1;
color: #c3dafe;
color: rgba(195, 218, 254, var(--text-opacity));
}
.text-indigo-300 {
--text-opacity: 1;
color: #a3bffa;
color: rgba(163, 191, 250, var(--text-opacity));
}
.text-indigo-400 {
--text-opacity: 1;
color: #7f9cf5;
color: rgba(127, 156, 245, var(--text-opacity));
}
.text-indigo-500 {
--text-opacity: 1;
color: #667eea;
color: rgba(102, 126, 234, var(--text-opacity));
}
.text-indigo-600 {
--text-opacity: 1;
color: #5a67d8;
color: rgba(90, 103, 216, var(--text-opacity));
}
.text-indigo-700 {
--text-opacity: 1;
color: #4c51bf;
color: rgba(76, 81, 191, var(--text-opacity));
}
.text-indigo-800 {
--text-opacity: 1;
color: #434190;
color: rgba(67, 65, 144, var(--text-opacity));
}
.text-indigo-900 {
--text-opacity: 1;
color: #3c366b;
color: rgba(60, 54, 107, var(--text-opacity));
}
.text-purple-100 {
--text-opacity: 1;
color: #faf5ff;
color: rgba(250, 245, 255, var(--text-opacity));
}
.text-purple-200 {
--text-opacity: 1;
color: #e9d8fd;
color: rgba(233, 216, 253, var(--text-opacity));
}
.text-purple-300 {
--text-opacity: 1;
color: #d6bcfa;
color: rgba(214, 188, 250, var(--text-opacity));
}
.text-purple-400 {
--text-opacity: 1;
color: #b794f4;
color: rgba(183, 148, 244, var(--text-opacity));
}
.text-purple-500 {
--text-opacity: 1;
color: #9f7aea;
color: rgba(159, 122, 234, var(--text-opacity));
}
.text-purple-600 {
--text-opacity: 1;
color: #805ad5;
color: rgba(128, 90, 213, var(--text-opacity));
}
.text-purple-700 {
--text-opacity: 1;
color: #6b46c1;
color: rgba(107, 70, 193, var(--text-opacity));
}
.text-purple-800 {
--text-opacity: 1;
color: #553c9a;
color: rgba(85, 60, 154, var(--text-opacity));
}
.text-purple-900 {
--text-opacity: 1;
color: #44337a;
color: rgba(68, 51, 122, var(--text-opacity));
}
.text-pink-100 {
--text-opacity: 1;
color: #fff5f7;
color: rgba(255, 245, 247, var(--text-opacity));
}
.text-pink-200 {
--text-opacity: 1;
color: #fed7e2;
color: rgba(254, 215, 226, var(--text-opacity));
}
.text-pink-300 {
--text-opacity: 1;
color: #fbb6ce;
color: rgba(251, 182, 206, var(--text-opacity));
}
.text-pink-400 {
--text-opacity: 1;
color: #f687b3;
color: rgba(246, 135, 179, var(--text-opacity));
}
.text-pink-500 {
--text-opacity: 1;
color: #ed64a6;
color: rgba(237, 100, 166, var(--text-opacity));
}
.text-pink-600 {
--text-opacity: 1;
color: #d53f8c;
color: rgba(213, 63, 140, var(--text-opacity));
}
.text-pink-700 {
--text-opacity: 1;
color: #b83280;
color: rgba(184, 50, 128, var(--text-opacity));
}
.text-pink-800 {
--text-opacity: 1;
color: #97266d;
color: rgba(151, 38, 109, var(--text-opacity));
}
.text-pink-900 {
--text-opacity: 1;
color: #702459;
color: rgba(112, 36, 89, var(--text-opacity));
}
.text-opacity-0 {
--text-opacity: 0;
}
.text-opacity-25 {
--text-opacity: 0.25;
}
.text-opacity-50 {
--text-opacity: 0.5;
}
.text-opacity-75 {
--text-opacity: 0.75;
}
.text-opacity-100 {
--text-opacity: 1;
}
.uppercase {
text-transform: uppercase;
}
.capitalize {
text-transform: capitalize;
}
.visible {
visibility: visible;
}
.w-8 {
width: 2rem;
}
.w-64 {
width: 16rem;
}
.w-auto {
width: auto;
}
.w-1\/3 {
width: 33.333333%;
}
.w-2\/3 {
width: 66.666667%;
}
.w-1\/4 {
width: 25%;
}
.w-full {
width: 100%;
}
@keyframes spin {
to {
transform: rotate(360deg);
}
}
@keyframes ping {
75%, 100% {
transform: scale(2);
opacity: 0;
}
}
@keyframes pulse {
50% {
opacity: .5;
}
}
@keyframes bounce {
0%, 100% {
transform: translateY(-25%);
animation-timing-function: cubic-bezier(0.8,0,1,1);
}
50% {
transform: none;
animation-timing-function: cubic-bezier(0,0,0.2,1);
}
}
@media (min-width: 640px) {
.sm\:container {
width: 100%;
}
@media (min-width: 640px) {
.sm\:container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.sm\:container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.sm\:container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.sm\:container {
max-width: 1280px;
}
}
}
@media (min-width: 768px) {
.md\:container {
width: 100%;
}
@media (min-width: 640px) {
.md\:container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.md\:container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.md\:container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.md\:container {
max-width: 1280px;
}
}
}
@media (min-width: 1024px) {
.lg\:container {
width: 100%;
}
@media (min-width: 640px) {
.lg\:container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.lg\:container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.lg\:container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.lg\:container {
max-width: 1280px;
}
}
}
@media (min-width: 1280px) {
.xl\:container {
width: 100%;
}
@media (min-width: 640px) {
.xl\:container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.xl\:container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.xl\:container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.xl\:container {
max-width: 1280px;
}
}
}