tailwindscss
Version:
SCSS version of Tailwind CSS for people who don't use modern module bundler
2,898 lines (2,057 loc) • 457 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 */
-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: 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.
*/
/**
* 1. Prevent padding and border from affecting element width
* https://goo.gl/pYtbK7
* 2. Change the default font family in all browsers (opinionated)
*/
html {
box-sizing: border-box;
/* 1 */
font-family: sans-serif;
/* 2 */ }
*,
*::before,
*::after {
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:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: inherit;
opacity: 0.5; }
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
color: inherit;
opacity: 0.5; }
input::placeholder,
textarea::placeholder {
color: inherit;
opacity: 0.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: 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; }
.block {
display: block; }
.inline-block {
display: inline-block; }
.inline {
display: inline; }
.flex {
display: flex; }
.inline-flex {
display: inline-flex; }
.table {
display: table; }
.table-row {
display: table-row; }
.table-cell {
display: table-cell; }
.hidden {
display: none; }
.float-right {
float: right; }
.float-left {
float: left; }
.float-none {
float: none; }
.clearfix::after {
content: "";
display: table;
clear: both; }
.object-contain {
object-fit: contain; }
.object-cover {
object-fit: cover; }
.object-fill {
object-fit: fill; }
.object-none {
object-fit: none; }
.object-scale-down {
object-fit: scale-down; }
.object-bottom {
object-position: bottom; }
.object-center {
object-position: center; }
.object-left {
object-position: left; }
.object-left-bottom {
object-position: left bottom; }
.object-left-top {
object-position: left top; }
.object-right {
object-position: right; }
.object-right-bottom {
object-position: right bottom; }
.object-right-top {
object-position: right top; }
.object-top {
object-position: top; }
.overflow-auto {
overflow: auto; }
.overflow-hidden {
overflow: hidden; }
.overflow-visible {
overflow: visible; }
.overflow-scroll {
overflow: scroll; }
.overflow-x-auto {
overflow-x: auto; }
.overflow-x-hidden {
overflow-x: hidden; }
.overflow-x-visible {
overflow-x: visible; }
.overflow-x-scroll {
overflow-x: scroll; }
.overflow-y-auto {
overflow-y: auto; }
.overflow-y-hidden {
overflow-y: hidden; }
.overflow-y-visible {
overflow-y: visible; }
.overflow-y-scroll {
overflow-y: scroll; }
.scrolling-touch {
-webkit-overflow-scrolling: touch; }
.scrolling-auto {
-webkit-overflow-scrolling: auto; }
.static {
position: static; }
.fixed {
position: fixed; }
.absolute {
position: absolute; }
.relative {
position: relative; }
.sticky {
position: sticky; }
.inset-0 {
top: 0;
right: 0;
bottom: 0;
left: 0; }
.inset-auto {
top: auto;
right: auto;
bottom: auto;
left: auto; }
.inset-x-0 {
right: 0;
left: 0; }
.inset-x-auto {
right: auto;
left: auto; }
.inset-y-0 {
top: 0;
bottom: 0; }
.inset-y-auto {
top: auto;
bottom: auto; }
.top-0 {
top: 0; }
.top-auto {
top: auto; }
.right-0 {
right: 0; }
.right-auto {
right: auto; }
.bottom-0 {
bottom: 0; }
.bottom-auto {
bottom: auto; }
.left-0 {
left: 0; }
.left-auto {
left: auto; }
.visible {
visibility: visible; }
.invisible {
visibility: hidden; }
.z-auto {
z-index: auto; }
.z-0 {
z-index: 0; }
.z-10 {
z-index: 10; }
.z-20 {
z-index: 20; }
.z-30 {
z-index: 30; }
.z-40 {
z-index: 40; }
.z-50 {
z-index: 50; }
.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"; }
.font-serif {
font-family: Georgia, Cambria, "Times New Roman", Times, serif; }
.font-mono {
font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
.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; }
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
.subpixel-antialiased {
-webkit-font-smoothing: auto;
-moz-osx-font-smoothing: auto; }
.italic {
font-style: italic; }
.not-italic {
font-style: normal; }
.font-hairline {
font-weight: 100; }
.hover_font-hairline:hover {
font-weight: 100; }
.focus_font-hairline:focus {
font-weight: 100; }
.font-thin {
font-weight: 200; }
.hover_font-thin:hover {
font-weight: 200; }
.focus_font-thin:focus {
font-weight: 200; }
.font-light {
font-weight: 300; }
.hover_font-light:hover {
font-weight: 300; }
.focus_font-light:focus {
font-weight: 300; }
.font-normal {
font-weight: 400; }
.hover_font-normal:hover {
font-weight: 400; }
.focus_font-normal:focus {
font-weight: 400; }
.font-medium {
font-weight: 500; }
.hover_font-medium:hover {
font-weight: 500; }
.focus_font-medium:focus {
font-weight: 500; }
.font-semibold {
font-weight: 600; }
.hover_font-semibold:hover {
font-weight: 600; }
.focus_font-semibold:focus {
font-weight: 600; }
.font-bold {
font-weight: 700; }
.hover_font-bold:hover {
font-weight: 700; }
.focus_font-bold:focus {
font-weight: 700; }
.font-extrabold {
font-weight: 800; }
.hover_font-extrabold:hover {
font-weight: 800; }
.focus_font-extrabold:focus {
font-weight: 800; }
.font-black {
font-weight: 900; }
.hover_font-black:hover {
font-weight: 900; }
.focus_font-black:focus {
font-weight: 900; }
.tracking-tighter {
letter-spacing: -0.05em; }
.tracking-tight {
letter-spacing: -0.025em; }
.tracking-normal {
letter-spacing: 0; }
.tracking-wide {
letter-spacing: 0.025em; }
.tracking-wider {
letter-spacing: 0.05em; }
.tracking-widest {
letter-spacing: 0.1em; }
.leading-none {
line-height: 1; }
.leading-tight {
line-height: 1.25; }
.leading-snug {
line-height: 1.375; }
.leading-normal {
line-height: 1.5; }
.leading-relaxed {
line-height: 1.625; }
.leading-loose {
line-height: 2; }
.list-none {
list-style-type: none; }
.list-disc {
list-style-type: disc; }
.list-decimal {
list-style-type: decimal; }
.list-inside {
list-style-position: inside; }
.list-outside {
list-style-position: outside; }
.text-left {
text-align: left; }
.text-center {
text-align: center; }
.text-right {
text-align: right; }
.text-justify {
text-align: justify; }
.underline {
text-decoration: underline; }
.hover_underline:hover {
text-decoration: underline; }
.focus_underline:focus {
text-decoration: underline; }
.line-through {
text-decoration: line-through; }
.hover_line-through:hover {
text-decoration: line-through; }
.focus_line-through:focus {
text-decoration: line-through; }
.no-underline {
text-decoration: none; }
.hover_no-underline:hover {
text-decoration: none; }
.focus_no-underline:focus {
text-decoration: none; }
.uppercase {
text-transform: uppercase; }
.lowercase {
text-transform: lowercase; }
.capitalize {
text-transform: capitalize; }
.normal-case {
text-transform: none; }
.text-transparent {
color: transparent; }
.hover_text-transparent:hover {
color: transparent; }
.focus_text-transparent:focus {
color: transparent; }
.text-black {
color: #000; }
.hover_text-black:hover {
color: #000; }
.focus_text-black:focus {
color: #000; }
.text-white {
color: #fff; }
.hover_text-white:hover {
color: #fff; }
.focus_text-white:focus {
color: #fff; }
.text-gray-100 {
color: #f7fafc; }
.hover_text-gray-100:hover {
color: #f7fafc; }
.focus_text-gray-100:focus {
color: #f7fafc; }
.text-gray-200 {
color: #edf2f7; }
.hover_text-gray-200:hover {
color: #edf2f7; }
.focus_text-gray-200:focus {
color: #edf2f7; }
.text-gray-300 {
color: #e2e8f0; }
.hover_text-gray-300:hover {
color: #e2e8f0; }
.focus_text-gray-300:focus {
color: #e2e8f0; }
.text-gray-400 {
color: #cbd5e0; }
.hover_text-gray-400:hover {
color: #cbd5e0; }
.focus_text-gray-400:focus {
color: #cbd5e0; }
.text-gray-500 {
color: #a0aec0; }
.hover_text-gray-500:hover {
color: #a0aec0; }
.focus_text-gray-500:focus {
color: #a0aec0; }
.text-gray-600 {
color: #718096; }
.hover_text-gray-600:hover {
color: #718096; }
.focus_text-gray-600:focus {
color: #718096; }
.text-gray-700 {
color: #4a5568; }
.hover_text-gray-700:hover {
color: #4a5568; }
.focus_text-gray-700:focus {
color: #4a5568; }
.text-gray-800 {
color: #2d3748; }
.hover_text-gray-800:hover {
color: #2d3748; }
.focus_text-gray-800:focus {
color: #2d3748; }
.text-gray-900 {
color: #1a202c; }
.hover_text-gray-900:hover {
color: #1a202c; }
.focus_text-gray-900:focus {
color: #1a202c; }
.text-red-100 {
color: #fff5f5; }
.hover_text-red-100:hover {
color: #fff5f5; }
.focus_text-red-100:focus {
color: #fff5f5; }
.text-red-200 {
color: #fed7d7; }
.hover_text-red-200:hover {
color: #fed7d7; }
.focus_text-red-200:focus {
color: #fed7d7; }
.text-red-300 {
color: #feb2b2; }
.hover_text-red-300:hover {
color: #feb2b2; }
.focus_text-red-300:focus {
color: #feb2b2; }
.text-red-400 {
color: #fc8181; }
.hover_text-red-400:hover {
color: #fc8181; }
.focus_text-red-400:focus {
color: #fc8181; }
.text-red-500 {
color: #f56565; }
.hover_text-red-500:hover {
color: #f56565; }
.focus_text-red-500:focus {
color: #f56565; }
.text-red-600 {
color: #e53e3e; }
.hover_text-red-600:hover {
color: #e53e3e; }
.focus_text-red-600:focus {
color: #e53e3e; }
.text-red-700 {
color: #c53030; }
.hover_text-red-700:hover {
color: #c53030; }
.focus_text-red-700:focus {
color: #c53030; }
.text-red-800 {
color: #9b2c2c; }
.hover_text-red-800:hover {
color: #9b2c2c; }
.focus_text-red-800:focus {
color: #9b2c2c; }
.text-red-900 {
color: #742a2a; }
.hover_text-red-900:hover {
color: #742a2a; }
.focus_text-red-900:focus {
color: #742a2a; }
.text-orange-100 {
color: #fffaf0; }
.hover_text-orange-100:hover {
color: #fffaf0; }
.focus_text-orange-100:focus {
color: #fffaf0; }
.text-orange-200 {
color: #feebc8; }
.hover_text-orange-200:hover {
color: #feebc8; }
.focus_text-orange-200:focus {
color: #feebc8; }
.text-orange-300 {
color: #fbd38d; }
.hover_text-orange-300:hover {
color: #fbd38d; }
.focus_text-orange-300:focus {
color: #fbd38d; }
.text-orange-400 {
color: #f6ad55; }
.hover_text-orange-400:hover {
color: #f6ad55; }
.focus_text-orange-400:focus {
color: #f6ad55; }
.text-orange-500 {
color: #ed8936; }
.hover_text-orange-500:hover {
color: #ed8936; }
.focus_text-orange-500:focus {
color: #ed8936; }
.text-orange-600 {
color: #dd6b20; }
.hover_text-orange-600:hover {
color: #dd6b20; }
.focus_text-orange-600:focus {
color: #dd6b20; }
.text-orange-700 {
color: #c05621; }
.hover_text-orange-700:hover {
color: #c05621; }
.focus_text-orange-700:focus {
color: #c05621; }
.text-orange-800 {
color: #9c4221; }
.hover_text-orange-800:hover {
color: #9c4221; }
.focus_text-orange-800:focus {
color: #9c4221; }
.text-orange-900 {
color: #7b341e; }
.hover_text-orange-900:hover {
color: #7b341e; }
.focus_text-orange-900:focus {
color: #7b341e; }
.text-yellow-100 {
color: #fffff0; }
.hover_text-yellow-100:hover {
color: #fffff0; }
.focus_text-yellow-100:focus {
color: #fffff0; }
.text-yellow-200 {
color: #fefcbf; }
.hover_text-yellow-200:hover {
color: #fefcbf; }
.focus_text-yellow-200:focus {
color: #fefcbf; }
.text-yellow-300 {
color: #faf089; }
.hover_text-yellow-300:hover {
color: #faf089; }
.focus_text-yellow-300:focus {
color: #faf089; }
.text-yellow-400 {
color: #f6e05e; }
.hover_text-yellow-400:hover {
color: #f6e05e; }
.focus_text-yellow-400:focus {
color: #f6e05e; }
.text-yellow-500 {
color: #ecc94b; }
.hover_text-yellow-500:hover {
color: #ecc94b; }
.focus_text-yellow-500:focus {
color: #ecc94b; }
.text-yellow-600 {
color: #d69e2e; }
.hover_text-yellow-600:hover {
color: #d69e2e; }
.focus_text-yellow-600:focus {
color: #d69e2e; }
.text-yellow-700 {
color: #b7791f; }
.hover_text-yellow-700:hover {
color: #b7791f; }
.focus_text-yellow-700:focus {
color: #b7791f; }
.text-yellow-800 {
color: #975a16; }
.hover_text-yellow-800:hover {
color: #975a16; }
.focus_text-yellow-800:focus {
color: #975a16; }
.text-yellow-900 {
color: #744210; }
.hover_text-yellow-900:hover {
color: #744210; }
.focus_text-yellow-900:focus {
color: #744210; }
.text-green-100 {
color: #f0fff4; }
.hover_text-green-100:hover {
color: #f0fff4; }
.focus_text-green-100:focus {
color: #f0fff4; }
.text-green-200 {
color: #c6f6d5; }
.hover_text-green-200:hover {
color: #c6f6d5; }
.focus_text-green-200:focus {
color: #c6f6d5; }
.text-green-300 {
color: #9ae6b4; }
.hover_text-green-300:hover {
color: #9ae6b4; }
.focus_text-green-300:focus {
color: #9ae6b4; }
.text-green-400 {
color: #68d391; }
.hover_text-green-400:hover {
color: #68d391; }
.focus_text-green-400:focus {
color: #68d391; }
.text-green-500 {
color: #48bb78; }
.hover_text-green-500:hover {
color: #48bb78; }
.focus_text-green-500:focus {
color: #48bb78; }
.text-green-600 {
color: #38a169; }
.hover_text-green-600:hover {
color: #38a169; }
.focus_text-green-600:focus {
color: #38a169; }
.text-green-700 {
color: #2f855a; }
.hover_text-green-700:hover {
color: #2f855a; }
.focus_text-green-700:focus {
color: #2f855a; }
.text-green-800 {
color: #276749; }
.hover_text-green-800:hover {
color: #276749; }
.focus_text-green-800:focus {
color: #276749; }
.text-green-900 {
color: #22543d; }
.hover_text-green-900:hover {
color: #22543d; }
.focus_text-green-900:focus {
color: #22543d; }
.text-teal-100 {
color: #e6fffa; }
.hover_text-teal-100:hover {
color: #e6fffa; }
.focus_text-teal-100:focus {
color: #e6fffa; }
.text-teal-200 {
color: #b2f5ea; }
.hover_text-teal-200:hover {
color: #b2f5ea; }
.focus_text-teal-200:focus {
color: #b2f5ea; }
.text-teal-300 {
color: #81e6d9; }
.hover_text-teal-300:hover {
color: #81e6d9; }
.focus_text-teal-300:focus {
color: #81e6d9; }
.text-teal-400 {
color: #4fd1c5; }
.hover_text-teal-400:hover {
color: #4fd1c5; }
.focus_text-teal-400:focus {
color: #4fd1c5; }
.text-teal-500 {
color: #38b2ac; }
.hover_text-teal-500:hover {
color: #38b2ac; }
.focus_text-teal-500:focus {
color: #38b2ac; }
.text-teal-600 {
color: #319795; }
.hover_text-teal-600:hover {
color: #319795; }
.focus_text-teal-600:focus {
color: #319795; }
.text-teal-700 {
color: #2c7a7b; }
.hover_text-teal-700:hover {
color: #2c7a7b; }
.focus_text-teal-700:focus {
color: #2c7a7b; }
.text-teal-800 {
color: #285e61; }
.hover_text-teal-800:hover {
color: #285e61; }
.focus_text-teal-800:focus {
color: #285e61; }
.text-teal-900 {
color: #234e52; }
.hover_text-teal-900:hover {
color: #234e52; }
.focus_text-teal-900:focus {
color: #234e52; }
.text-blue-100 {
color: #ebf8ff; }
.hover_text-blue-100:hover {
color: #ebf8ff; }
.focus_text-blue-100:focus {
color: #ebf8ff; }
.text-blue-200 {
color: #bee3f8; }
.hover_text-blue-200:hover {
color: #bee3f8; }
.focus_text-blue-200:focus {
color: #bee3f8; }
.text-blue-300 {
color: #90cdf4; }
.hover_text-blue-300:hover {
color: #90cdf4; }
.focus_text-blue-300:focus {
color: #90cdf4; }
.text-blue-400 {
color: #63b3ed; }
.hover_text-blue-400:hover {
color: #63b3ed; }
.focus_text-blue-400:focus {
color: #63b3ed; }
.text-blue-500 {
color: #4299e1; }
.hover_text-blue-500:hover {
color: #4299e1; }
.focus_text-blue-500:focus {
color: #4299e1; }
.text-blue-600 {
color: #3182ce; }
.hover_text-blue-600:hover {
color: #3182ce; }
.focus_text-blue-600:focus {
color: #3182ce; }
.text-blue-700 {
color: #2b6cb0; }
.hover_text-blue-700:hover {
color: #2b6cb0; }
.focus_text-blue-700:focus {
color: #2b6cb0; }
.text-blue-800 {
color: #2c5282; }
.hover_text-blue-800:hover {
color: #2c5282; }
.focus_text-blue-800:focus {
color: #2c5282; }
.text-blue-900 {
color: #2a4365; }
.hover_text-blue-900:hover {
color: #2a4365; }
.focus_text-blue-900:focus {
color: #2a4365; }
.text-indigo-100 {
color: #ebf4ff; }
.hover_text-indigo-100:hover {
color: #ebf4ff; }
.focus_text-indigo-100:focus {
color: #ebf4ff; }
.text-indigo-200 {
color: #c3dafe; }
.hover_text-indigo-200:hover {
color: #c3dafe; }
.focus_text-indigo-200:focus {
color: #c3dafe; }
.text-indigo-300 {
color: #a3bffa; }
.hover_text-indigo-300:hover {
color: #a3bffa; }
.focus_text-indigo-300:focus {
color: #a3bffa; }
.text-indigo-400 {
color: #7f9cf5; }
.hover_text-indigo-400:hover {
color: #7f9cf5; }
.focus_text-indigo-400:focus {
color: #7f9cf5; }
.text-indigo-500 {
color: #667eea; }
.hover_text-indigo-500:hover {
color: #667eea; }
.focus_text-indigo-500:focus {
color: #667eea; }
.text-indigo-600 {
color: #5a67d8; }
.hover_text-indigo-600:hover {
color: #5a67d8; }
.focus_text-indigo-600:focus {
color: #5a67d8; }
.text-indigo-700 {
color: #4c51bf; }
.hover_text-indigo-700:hover {
color: #4c51bf; }
.focus_text-indigo-700:focus {
color: #4c51bf; }
.text-indigo-800 {
color: #434190; }
.hover_text-indigo-800:hover {
color: #434190; }
.focus_text-indigo-800:focus {
color: #434190; }
.text-indigo-900 {
color: #3c366b; }
.hover_text-indigo-900:hover {
color: #3c366b; }
.focus_text-indigo-900:focus {
color: #3c366b; }
.text-purple-100 {
color: #faf5ff; }
.hover_text-purple-100:hover {
color: #faf5ff; }
.focus_text-purple-100:focus {
color: #faf5ff; }
.text-purple-200 {
color: #e9d8fd; }
.hover_text-purple-200:hover {
color: #e9d8fd; }
.focus_text-purple-200:focus {
color: #e9d8fd; }
.text-purple-300 {
color: #d6bcfa; }
.hover_text-purple-300:hover {
color: #d6bcfa; }
.focus_text-purple-300:focus {
color: #d6bcfa; }
.text-purple-400 {
color: #b794f4; }
.hover_text-purple-400:hover {
color: #b794f4; }
.focus_text-purple-400:focus {
color: #b794f4; }
.text-purple-500 {
color: #9f7aea; }
.hover_text-purple-500:hover {
color: #9f7aea; }
.focus_text-purple-500:focus {
color: #9f7aea; }
.text-purple-600 {
color: #805ad5; }
.hover_text-purple-600:hover {
color: #805ad5; }
.focus_text-purple-600:focus {
color: #805ad5; }
.text-purple-700 {
color: #6b46c1; }
.hover_text-purple-700:hover {
color: #6b46c1; }
.focus_text-purple-700:focus {
color: #6b46c1; }
.text-purple-800 {
color: #553c9a; }
.hover_text-purple-800:hover {
color: #553c9a; }
.focus_text-purple-800:focus {
color: #553c9a; }
.text-purple-900 {
color: #44337a; }
.hover_text-purple-900:hover {
color: #44337a; }
.focus_text-purple-900:focus {
color: #44337a; }
.text-pink-100 {
color: #fff5f7; }
.hover_text-pink-100:hover {
color: #fff5f7; }
.focus_text-pink-100:focus {
color: #fff5f7; }
.text-pink-200 {
color: #fed7e2; }
.hover_text-pink-200:hover {
color: #fed7e2; }
.focus_text-pink-200:focus {
color: #fed7e2; }
.text-pink-300 {
color: #fbb6ce; }
.hover_text-pink-300:hover {
color: #fbb6ce; }
.focus_text-pink-300:focus {
color: #fbb6ce; }
.text-pink-400 {
color: #f687b3; }
.hover_text-pink-400:hover {
color: #f687b3; }
.focus_text-pink-400:focus {
color: #f687b3; }
.text-pink-500 {
color: #ed64a6; }
.hover_text-pink-500:hover {
color: #ed64a6; }
.focus_text-pink-500:focus {
color: #ed64a6; }
.text-pink-600 {
color: #d53f8c; }
.hover_text-pink-600:hover {
color: #d53f8c; }
.focus_text-pink-600:focus {
color: #d53f8c; }
.text-pink-700 {
color: #b83280; }
.hover_text-pink-700:hover {
color: #b83280; }
.focus_text-pink-700:focus {
color: #b83280; }
.text-pink-800 {
color: #97266d; }
.hover_text-pink-800:hover {
color: #97266d; }
.focus_text-pink-800:focus {
color: #97266d; }
.text-pink-900 {
color: #702459; }
.hover_text-pink-900:hover {
color: #702459; }
.focus_text-pink-900:focus {
color: #702459; }
.align-baseline {
vertical-align: baseline; }
.align-top {
vertical-align: top; }
.align-middle {
vertical-align: middle; }
.align-bottom {
vertical-align: bottom; }
.align-text-top {
vertical-align: text-top; }
.align-text-bottom {
vertical-align: text-bottom; }
.whitespace-normal {
white-space: normal; }
.whitespace-no-wrap {
white-space: nowrap; }
.whitespace-pre {
white-space: pre; }
.whitespace-pre-line {
white-space: pre-line; }
.whitespace-pre-wrap {
white-space: pre-wrap; }
.break-normal {
word-break: normal;
overflow-wrap: normal; }
.break-words {
overflow-wrap: break-word; }
.break-all {
word-break: normal; }
.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.bg-fixed {
background-attachment: fixed; }
.bg-local {
background-attachment: local; }
.bg-scroll {
background-attachment: scroll; }
.bg-bottom {
background-position: bottom; }
.bg-center {
background-position: center; }
.bg-left {
background-position: left; }
.bg-left-bottom {
background-position: left-bottom; }
.bg-left-top {
background-position: left-top; }
.bg-right {
background-position: right; }
.bg-right-bottom {
background-position: right-bottom; }
.bg-right-top {
background-position: right-top; }
.bg-top {
background-position: top; }
.bg-repeat {
background-repeat: repeat; }
.bg-no-repeat {
background-repeat: no-repeat; }
.bg-repeat-x {
background-repeat: repeat-x; }
.bg-repeat-y {
background-repeat: repeat-y; }
.bg-repeat-round {
background-repeat: round; }
.bg-repeat-space {
background-repeat: space; }
.bg-auto {
background-size: auto; }
.bg-cover {
background-size: cover; }
.bg-contain {
background-size: contain; }
.bg-transparent {
background-color: transparent; }
.hover_bg-transparent:hover {
background-color: transparent; }
.focus_bg-transparent:focus {
background-color: transparent; }
.bg-black {
background-color: #000; }
.hover_bg-black:hover {
background-color: #000; }
.focus_bg-black:focus {
background-color: #000; }
.bg-white {
background-color: #fff; }
.hover_bg-white:hover {
background-color: #fff; }
.focus_bg-white:focus {
background-color: #fff; }
.bg-gray-100 {
background-color: #f7fafc; }
.hover_bg-gray-100:hover {
background-color: #f7fafc; }
.focus_bg-gray-100:focus {
background-color: #f7fafc; }
.bg-gray-200 {
background-color: #edf2f7; }
.hover_bg-gray-200:hover {
background-color: #edf2f7; }
.focus_bg-gray-200:focus {
background-color: #edf2f7; }
.bg-gray-300 {
background-color: #e2e8f0; }
.hover_bg-gray-300:hover {
background-color: #e2e8f0; }
.focus_bg-gray-300:focus {
background-color: #e2e8f0; }
.bg-gray-400 {
background-color: #cbd5e0; }
.hover_bg-gray-400:hover {
background-color: #cbd5e0; }
.focus_bg-gray-400:focus {
background-color: #cbd5e0; }
.bg-gray-500 {
background-color: #a0aec0; }
.hover_bg-gray-500:hover {
background-color: #a0aec0; }
.focus_bg-gray-500:focus {
background-color: #a0aec0; }
.bg-gray-600 {
background-color: #718096; }
.hover_bg-gray-600:hover {
background-color: #718096; }
.focus_bg-gray-600:focus {
background-color: #718096; }
.bg-gray-700 {
background-color: #4a5568; }
.hover_bg-gray-700:hover {
background-color: #4a5568; }
.focus_bg-gray-700:focus {
background-color: #4a5568; }
.bg-gray-800 {
background-color: #2d3748; }
.hover_bg-gray-800:hover {
background-color: #2d3748; }
.focus_bg-gray-800:focus {
background-color: #2d3748; }
.bg-gray-900 {
background-color: #1a202c; }
.hover_bg-gray-900:hover {
background-color: #1a202c; }
.focus_bg-gray-900:focus {
background-color: #1a202c; }
.bg-red-100 {
background-color: #fff5f5; }
.hover_bg-red-100:hover {
background-color: #fff5f5; }
.focus_bg-red-100:focus {
background-color: #fff5f5; }
.bg-red-200 {
background-color: #fed7d7; }
.hover_bg-red-200:hover {
background-color: #fed7d7; }
.focus_bg-red-200:focus {
background-color: #fed7d7; }
.bg-red-300 {
background-color: #feb2b2; }
.hover_bg-red-300:hover {
background-color: #feb2b2; }
.focus_bg-red-300:focus {
background-color: #feb2b2; }
.bg-red-400 {
background-color: #fc8181; }
.hover_bg-red-400:hover {
background-color: #fc8181; }
.focus_bg-red-400:focus {
background-color: #fc8181; }
.bg-red-500 {
background-color: #f56565; }
.hover_bg-red-500:hover {
background-color: #f56565; }
.focus_bg-red-500:focus {
background-color: #f56565; }
.bg-red-600 {
background-color: #e53e3e; }
.hover_bg-red-600:hover {
background-color: #e53e3e; }
.focus_bg-red-600:focus {
background-color: #e53e3e; }
.bg-red-700 {
background-color: #c53030; }
.hover_bg-red-700:hover {
background-color: #c53030; }
.focus_bg-red-700:focus {
background-color: #c53030; }
.bg-red-800 {
background-color: #9b2c2c; }
.hover_bg-red-800:hover {
background-color: #9b2c2c; }
.focus_bg-red-800:focus {
background-color: #9b2c2c; }
.bg-red-900 {
background-color: #742a2a; }
.hover_bg-red-900:hover {
background-color: #742a2a; }
.focus_bg-red-900:focus {
background-color: #742a2a; }
.bg-orange-100 {
background-color: #fffaf0; }
.hover_bg-orange-100:hover {
background-color: #fffaf0; }
.focus_bg-orange-100:focus {
background-color: #fffaf0; }
.bg-orange-200 {
background-color: #feebc8; }
.hover_bg-orange-200:hover {
background-color: #feebc8; }
.focus_bg-orange-200:focus {
background-color: #feebc8; }
.bg-orange-300 {
background-color: #fbd38d; }
.hover_bg-orange-300:hover {
background-color: #fbd38d; }
.focus_bg-orange-300:focus {
background-color: #fbd38d; }
.bg-orange-400 {
background-color: #f6ad55; }
.hover_bg-orange-400:hover {
background-color: #f6ad55; }
.focus_bg-orange-400:focus {
background-color: #f6ad55; }
.bg-orange-500 {
background-color: #ed8936; }
.hover_bg-orange-500:hover {
background-color: #ed8936; }
.focus_bg-orange-500:focus {
background-color: #ed8936; }
.bg-orange-600 {
background-color: #dd6b20; }
.hover_bg-orange-600:hover {
background-color: #dd6b20; }
.focus_bg-orange-600:focus {
background-color: #dd6b20; }
.bg-orange-700 {
background-color: #c05621; }
.hover_bg-orange-700:hover {
background-color: #c05621; }
.focus_bg-orange-700:focus {
background-color: #c05621; }
.bg-orange-800 {
background-color: #9c4221; }
.hover_bg-orange-800:hover {
background-color: #9c4221; }
.focus_bg-orange-800:focus {
background-color: #9c4221; }
.bg-orange-900 {
background-color: #7b341e; }
.hover_bg-orange-900:hover {
background-color: #7b341e; }
.focus_bg-orange-900:focus {
background-color: #7b341e; }
.bg-yellow-100 {
background-color: #fffff0; }
.hover_bg-yellow-100:hover {
background-color: #fffff0; }
.focus_bg-yellow-100:focus {
background-color: #fffff0; }
.bg-yellow-200 {
background-color: #fefcbf; }
.hover_bg-yellow-200:hover {
background-color: #fefcbf; }
.focus_bg-yellow-200:focus {
background-color: #fefcbf; }
.bg-yellow-300 {
background-color: #faf089; }
.hover_bg-yellow-300:hover {
background-color: #faf089; }
.focus_bg-yellow-300:focus {
background-color: #faf089; }
.bg-yellow-400 {
background-color: #f6e05e; }
.hover_bg-yellow-400:hover {
background-color: #f6e05e; }
.focus_bg-yellow-400:focus {
background-color: #f6e05e; }
.bg-yellow-500 {
background-color: #ecc94b; }
.hover_bg-yellow-500:hover {
background-color: #ecc94b; }
.focus_bg-yellow-500:focus {
background-color: #ecc94b; }
.bg-yellow-600 {
background-color: #d69e2e; }
.hover_bg-yellow-600:hover {
background-color: #d69e2e; }
.focus_bg-yellow-600:focus {
background-color: #d69e2e; }
.bg-yellow-700 {
background-color: #b7791f; }
.hover_bg-yellow-700:hover {
background-color: #b7791f; }
.focus_bg-yellow-700:focus {
background-color: #b7791f; }
.bg-yellow-800 {
background-color: #975a16; }
.hover_bg-yellow-800:hover {
background-color: #975a16; }
.focus_bg-yellow-800:focus {
background-color: #975a16; }
.bg-yellow-900 {
background-color: #744210; }
.hover_bg-yellow-900:hover {
background-color: #744210; }
.focus_bg-yellow-900:focus {
background-color: #744210; }
.bg-green-100 {
background-color: #f0fff4; }
.hover_bg-green-100:hover {
background-color: #f0fff4; }
.focus_bg-green-100:focus {
background-color: #f0fff4; }
.bg-green-200 {
background-color: #c6f6d5; }
.hover_bg-green-200:hover {
background-color: #c6f6d5; }
.focus_bg-green-200:focus {
background-color: #c6f6d5; }
.bg-green-300 {
background-color: #9ae6b4; }
.hover_bg-green-300:hover {
background-color: #9ae6b4; }
.focus_bg-green-300:focus {
background-color: #9ae6b4; }
.bg-green-400 {
background-color: #68d391; }
.hover_bg-green-400:hover {
background-color: #68d391; }
.focus_bg-green-400:focus {
background-color: #68d391; }
.bg-green-500 {
background-color: #48bb78; }
.hover_bg-green-500:hover {
background-color: #48bb78; }
.focus_bg-green-500:focus {
background-color: #48bb78; }
.bg-green-600 {
background-color: #38a169; }
.hover_bg-green-600:hover {
background-color: #38a169; }
.focus_bg-green-600:focus {
background-color: #38a169; }
.bg-green-700 {
background-color: #2f855a; }
.hover_bg-green-700:hover {
background-color: #2f855a; }
.focus_bg-green-700:focus {
background-color: #2f855a; }
.bg-green-800 {
background-color: #276749; }
.hover_bg-green-800:hover {
background-color: #276749; }
.focus_bg-green-800:focus {
background-color: #276749; }
.bg-green-900 {
background-color: #22543d; }
.hover_bg-green-900:hover {
background-color: #22543d; }
.focus_bg-green-900:focus {
background-color: #22543d; }
.bg-teal-100 {
background-color: #e6fffa; }
.hover_bg-teal-100:hover {
background-color: #e6fffa; }
.focus_bg-teal-100:focus {
background-color: #e6fffa; }
.bg-teal-200 {
background-color: #b2f5ea; }
.hover_bg-teal-200:hover {
background-color: #b2f5ea; }
.focus_bg-teal-200:focus {
background-color: #b2f5ea; }
.bg-teal-300 {
background-color: #81e6d9; }
.hover_bg-teal-300:hover {
background-color: #81e6d9; }
.focus_bg-teal-300:focus {
background-color: #81e6d9; }
.bg-teal-400 {
background-color: #4fd1c5; }
.hover_bg-teal-400:hover {
background-color: #4fd1c5; }
.focus_bg-teal-400:focus {
background-color: #4fd1c5; }
.bg-teal-500 {
background-color: #38b2ac; }
.hover_bg-teal-500:hover {
background-color: #38b2ac; }
.focus_bg-teal-500:focus {
background-color: #38b2ac; }
.bg-teal-600 {
background-color: #319795; }
.hover_bg-teal-600:hover {
background-color: #319795; }
.focus_bg-teal-600:focus {
background-color: #319795; }
.bg-teal-700 {
background-color: #2c7a7b; }
.hover_bg-teal-700:hover {
background-color: #2c7a7b; }
.focus_bg-teal-700:focus {
background-color: #2c7a7b; }
.bg-teal-800 {
background-color: #285e61; }
.hover_bg-teal-800:hover {
background-color: #285e61; }
.focus_bg-teal-800:focus {
background-color: #285e61; }
.bg-teal-900 {
background-color: #234e52; }
.hover_bg-teal-900:hover {
background-color: #234e52; }
.focus_bg-teal-900:focus {
background-color: #234e52; }
.bg-blue-100 {
background-color: #ebf8ff; }
.hover_bg-blue-100:hover {
background-color: #ebf8ff; }
.focus_bg-blue-100:focus {
background-color: #ebf8ff; }
.bg-blue-200 {
background-color: #bee3f8; }
.hover_bg-blue-200:hover {
background-color: #bee3f8; }
.focus_bg-blue-200:focus {
background-color: #bee3f8; }
.bg-blue-300 {
background-color: #90cdf4; }
.hover_bg-blue-300:hover {
background-color: #90cdf4; }
.focus_bg-blue-300:focus {
background-color: #90cdf4; }
.bg-blue-400 {
background-color: #63b3ed; }
.hover_bg-blue-400:hover {
background-color: #63b3ed; }
.focus_bg-blue-400:focus {
background-color: #63b3ed; }
.bg-blue-500 {
background-color: #4299e1; }
.hover_bg-blue-500:hover {
background-color: #4299e1; }
.focus_bg-blue-500:focus {
background-color: #4299e1; }
.bg-blue-600 {
background-color: #3182ce; }
.hover_bg-blue-600:hover {
background-color: #3182ce; }
.focus_bg-blue-600:focus {
background-color: #3182ce; }
.bg-blue-700 {
background-color: #2b6cb0; }
.hover_bg-blue-700:hover {
background-color: #2b6cb0; }
.focus_bg-blue-700:focus {
background-color: #2b6cb0; }
.bg-blue-800 {
background-color: #2c5282; }
.hover_bg-blue-800:hover {
background-color: #2c5282; }
.focus_bg-blue-800:focus {
background-color: #2c5282; }
.bg-blue-900 {
background-color: #2a4365; }
.hover_bg-blue-900:hover {
background-color: #2a4365; }
.focus_bg-blue-900:focus {
background-color: #2a4365; }
.bg-indigo-100 {
background-color: #ebf4ff; }
.hover_bg-indigo-100:hover {
background-color: #ebf4ff; }
.focus_bg-indigo-100:focus {
background-color: #ebf4ff; }
.bg-indigo-200 {
background-color: #c3dafe; }
.hover_bg-indigo-200:hover {
background-color: #c3dafe; }
.focus_bg-indigo-200:focus {
background-color: #c3dafe; }
.bg-indigo-300 {
background-color: #a3bffa; }
.hover_bg-indigo-300:hover {
background-color: #a3bffa; }
.focus_bg-indigo-300:focus {
background-color: #a3bffa; }
.bg-indigo-400 {
background-color: #7f9cf5; }
.hover_bg-indigo-400:hover {
background-color: #7f9cf5; }
.focus_bg-indigo-400:focus {
background-color: #7f9cf5; }
.bg-indigo-500 {
background-color: #667eea; }
.hover_bg-indigo-500:hover {
background-color: #667eea; }
.focus_bg-indigo-500:focus {
background-color: #667eea; }
.bg-indigo-600 {
background-color: #5a67d8; }
.hover_bg-indigo-600:hover {
background-color: #5a67d8; }
.focus_bg-indigo-600:focus {
background-color: #5a67d8; }
.bg-indigo-700 {
background-color: #4c51bf; }
.hover_bg-indigo-700:hover {
background-color: #4c51bf; }
.focus_bg-indigo-700:focus {
background-color: #4c51bf; }
.bg-indigo-800 {
background-color: #434190; }
.hover_bg-indigo-800:hover {
background-color: #434190; }
.focus_bg-indigo-800:focus {
background-color: #434190; }
.bg-indigo-900 {
background-color: #3c366b; }
.hover_bg-indigo-900:hover {
background-color: #3c366b; }
.focus_bg-indigo-900:focus {
background-color: #3c366b; }
.bg-purple-100 {
background-color: #faf5ff; }
.hover_bg-purple-100:hover {
background-color: #faf5ff; }
.focus_bg-purple-100:focus {
background-color: #faf5ff; }
.bg-purple-200 {
background-color: #e9d8fd; }
.hover_bg-purple-200:hover {
background-color: #e9d8fd; }
.focus_bg-purple-200:focus {
background-color: #e9d8fd; }
.bg-purple-300 {
background-color: #d6bcfa; }
.hover_bg-purple-300:hover {
background-color: #d6bcfa; }
.focus_bg-purple-300:focus {
background-color: #d6bcfa; }
.bg-purple-400 {
background-color: #b794f4; }
.hover_bg-purple-400:hover {
background-color: #b794f4; }
.focus_bg-purple-400:focus {
background-color: #b794f4; }
.bg-purple-500 {
background-color: #9f7aea; }
.hover_bg-purple-500:hover {
background-color: #9f7aea; }
.focus_bg-purple-500:focus {
background-color: #9f7aea; }
.bg-purple-600 {
background-color: #805ad5; }
.hover_bg-purple-600:hover {
background-color: #805ad5; }
.focus_bg-purple-600:focus {
background-color: #805ad5; }
.bg-purple-700 {
background-color: #6b46c1; }
.hover_bg-purple-700:hover {
background-color: #6b46c1; }
.focus_bg-purple-700:focus {
background-color: #6b46c1; }
.bg-purple-800 {
background-color: #553c9a; }
.hover_bg-purple-800:hover {
background-color: #553c9a; }
.focus_bg-purple-800:focus {
background-color: #553c9a; }
.bg-purple-900 {
background-color: #44337a; }
.hover_bg-purple-900:hover {
background-color: #44337a; }
.focus_bg-purple-900:focus {
background-color: #44337a; }
.bg-pink-100 {
background-color: #fff5f7; }
.hover_bg-pink-100:hover {
background-color: #fff5f7; }
.focus_bg-pink-100:focus {
background-color: #fff5f7; }
.bg-pink-200 {
background-color: #fed7e2; }
.hover_bg-pink-200:hover {
background-color: #fed7e2; }
.focus_bg-pink-200:focus {
background-color: #fed7e2; }
.bg-pink-300 {
background-color: #fbb6ce; }
.hover_bg-pink-300:hover {
background-color: #fbb6ce; }
.focus_bg-pink-300:focus {
background-color: #fbb6ce; }
.bg-pink-400 {
background-color: #f687b3; }
.hover_bg-pink-400:hover {
background-color: #f687b3; }
.focus_bg-pink-400:focus {
background-color: #f687b3; }
.bg-pink-500 {
background-color: #ed64a6; }
.hover_bg-pink-500:hover {
background-color: #ed64a6; }
.focus_bg-pink-500:focus {
background-color: #ed64a6; }
.bg-pink-600 {
background-color: #d53f8c; }
.hover_bg-pink-600:hover {
background-color: #d53f8c; }
.focus_bg-pink-600:focus {
background-color: #d53f8c; }
.bg-pink-700 {
background-color: #b83280; }
.hover_bg-pink-700:hover {
background-color: #b83280; }
.focus_bg-pink-700:focus {
background-color: #b83280; }
.bg-pink-800 {
background-color: #97266d; }
.hover_bg-pink-800:hover {
background-color: #97266d; }
.focus_bg-pink-800:focus {
background-color: #97266d; }
.bg-pink-900 {
background-color: #702459; }
.hover_bg-pink-900:hover {
background-color: #702459; }
.focus_bg-pink-900:focus {
background-color: #702459; }
.border-solid {
border-style: solid; }
.border-dashed {
border-style: dashed; }
.border-dotted {
border-style: dotted; }
.border-none {
border-style: none; }
.border {
border-width: 1px; }
.border-0 {
border-width: 0; }
.border-2 {
border-width: 2px; }
.border-4 {
border-width: 4px; }
.border-8 {
border-width: 8px; }
.border-t {
border-top-width: 1px; }
.border-t-0 {
border-top-width: 0; }
.border-t-2 {
border-top-width: 2px; }
.border-t-4 {
border-top-width: 4px; }
.border-t-8 {
border-top-width: 8px; }
.border-r {
border-right-width: 1px; }
.border-r-0 {
border-right-width: 0; }
.border-r-2 {
border-right-width: 2px; }
.border-r-4 {
border-right-width: 4px; }
.border-r-8 {
border-right-width: 8px; }
.border-b {
border-bottom-width: 1px; }
.border-b-0 {
border-bottom-width: 0; }
.border-b-2 {
border-bottom-width: 2px; }
.border-b-4 {
border-bottom-width: 4px; }
.border-b-8 {
border-bottom-width: 8px; }
.border-l {
border-left-width: 1px; }
.border-l-0 {
border-left-width: 0; }
.border-l-2 {
border-left-width: 2px; }
.border-l-4 {
border-left-width: 4px; }
.border-l-8 {
border-left-width: 8px; }
.rounded {
border-radius: 0.25rem; }
.rounded-none {
border-radius: 0; }
.rounded-sm {
border-radius: 0.125rem; }
.rounded-lg {
border-radius: 0.5rem; }
.rounded-full {
border-radius: 9999px; }
.rounded-t {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem; }
.rounded-t-none {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.rounded-t-sm {
border-top-left-radius: 0.125rem;
border-top-right-radius: 0.125rem; }
.rounded-t-lg {
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem; }
.rounded-t-full {
border-top-left-radius: 9999px;
border-top-right-radius: 9999px; }
.rounded-r {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem; }
.rounded-r-none {
border-top-right-radius: 0;
border-bottom-right-radius: 0; }
.rounded-r-sm {
border-top-right-radius: 0.125rem;
border-bottom-right-radius: 0.125rem; }
.rounded-r-lg {
border-top-right-radius: 0.5rem;
border-bottom-right-radius: 0.5rem; }
.rounded-r-full {
border-top-right-radius: 9999px;
border-bottom-right-radius: 9999px; }
.rounded-b {
border-bottom-left-radius: 0.25rem;
border-bot