tailwind-theme-switcher
Version:
A plugin to enable theme switching in the tailwind
4,156 lines (3,205 loc) • 591 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.
*/
/**
* 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;
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 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: -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: currentColor; /* 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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #a0aec0;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #a0aec0;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #a0aec0;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
color: #a0aec0;
}
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;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.not-sr-only {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.focus\:sr-only:focus {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.focus\:not-sr-only:focus {
position: static;
width: auto;
height: auto;
padding: 0;
margin: 0;
overflow: visible;
clip: auto;
white-space: normal;
}
.appearance-none {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.bg-fixed {
background-attachment: fixed;
}
.bg-local {
background-attachment: local;
}
.bg-scroll {
background-attachment: scroll;
}
.bg-bg {
background-color: #fff;
}
.bg-text {
background-color: #333;
}
.bg-border {
background-color: #718096;
}
.bg-primary {
background-color: #7F9CF5;
}
.bg-bgalt {
background-color: #F7FAFC;
}
.hover\:bg-bg:hover {
background-color: #fff;
}
.hover\:bg-text:hover {
background-color: #333;
}
.hover\:bg-border:hover {
background-color: #718096;
}
.hover\:bg-primary:hover {
background-color: #7F9CF5;
}
.hover\:bg-bgalt:hover {
background-color: #F7FAFC;
}
.focus\:bg-bg:focus {
background-color: #fff;
}
.focus\:bg-text:focus {
background-color: #333;
}
.focus\:bg-border:focus {
background-color: #718096;
}
.focus\:bg-primary:focus {
background-color: #7F9CF5;
}
.focus\:bg-bgalt:focus {
background-color: #F7FAFC;
}
.bg-bottom {
background-position: bottom;
}
.bg-center {
background-position: center;
}
.bg-left {
background-position: left;
}
.bg-left-bottom {
background-position: left bottom;
}
.bg-left-top {
background-position: left top;
}
.bg-right {
background-position: right;
}
.bg-right-bottom {
background-position: right bottom;
}
.bg-right-top {
background-position: right top;
}
.bg-top {
background-position: top;
}
.bg-repeat {
background-repeat: repeat;
}
.bg-no-repeat {
background-repeat: no-repeat;
}
.bg-repeat-x {
background-repeat: repeat-x;
}
.bg-repeat-y {
background-repeat: repeat-y;
}
.bg-repeat-round {
background-repeat: round;
}
.bg-repeat-space {
background-repeat: space;
}
.bg-auto {
background-size: auto;
}
.bg-cover {
background-size: cover;
}
.bg-contain {
background-size: contain;
}
.border-collapse {
border-collapse: collapse;
}
.border-separate {
border-collapse: separate;
}
.border-bg {
border-color: #fff;
}
.border-text {
border-color: #333;
}
.border-border {
border-color: #718096;
}
.border-primary {
border-color: #7F9CF5;
}
.border-bgalt {
border-color: #F7FAFC;
}
.hover\:border-bg:hover {
border-color: #fff;
}
.hover\:border-text:hover {
border-color: #333;
}
.hover\:border-border:hover {
border-color: #718096;
}
.hover\:border-primary:hover {
border-color: #7F9CF5;
}
.hover\:border-bgalt:hover {
border-color: #F7FAFC;
}
.focus\:border-bg:focus {
border-color: #fff;
}
.focus\:border-text:focus {
border-color: #333;
}
.focus\:border-border:focus {
border-color: #718096;
}
.focus\:border-primary:focus {
border-color: #7F9CF5;
}
.focus\:border-bgalt:focus {
border-color: #F7FAFC;
}
.rounded-none {
border-radius: 0;
}
.rounded-sm {
border-radius: 0.125rem;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-md {
border-radius: 0.375rem;
}
.rounded-lg {
border-radius: 0.5rem;
}
.rounded-full {
border-radius: 9999px;
}
.rounded-t-none {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.rounded-r-none {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.rounded-b-none {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.rounded-l-none {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.rounded-t-sm {
border-top-left-radius: 0.125rem;
border-top-right-radius: 0.125rem;
}
.rounded-r-sm {
border-top-right-radius: 0.125rem;
border-bottom-right-radius: 0.125rem;
}
.rounded-b-sm {
border-bottom-right-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.rounded-l-sm {
border-top-left-radius: 0.125rem;
border-bottom-left-radius: 0.125rem;
}
.rounded-t {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.rounded-r {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.rounded-b {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.rounded-l {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.rounded-t-md {
border-top-left-radius: 0.375rem;
border-top-right-radius: 0.375rem;
}
.rounded-r-md {
border-top-right-radius: 0.375rem;
border-bottom-right-radius: 0.375rem;
}
.rounded-b-md {
border-bottom-right-radius: 0.375rem;
border-bottom-left-radius: 0.375rem;
}
.rounded-l-md {
border-top-left-radius: 0.375rem;
border-bottom-left-radius: 0.375rem;
}
.rounded-t-lg {
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
.rounded-r-lg {
border-top-right-radius: 0.5rem;
border-bottom-right-radius: 0.5rem;
}
.rounded-b-lg {
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.rounded-l-lg {
border-top-left-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
}
.rounded-t-full {
border-top-left-radius: 9999px;
border-top-right-radius: 9999px;
}
.rounded-r-full {
border-top-right-radius: 9999px;
border-bottom-right-radius: 9999px;
}
.rounded-b-full {
border-bottom-right-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.rounded-l-full {
border-top-left-radius: 9999px;
border-bottom-left-radius: 9999px;
}
.rounded-tl-none {
border-top-left-radius: 0;
}
.rounded-tr-none {
border-top-right-radius: 0;
}
.rounded-br-none {
border-bottom-right-radius: 0;
}
.rounded-bl-none {
border-bottom-left-radius: 0;
}
.rounded-tl-sm {
border-top-left-radius: 0.125rem;
}
.rounded-tr-sm {
border-top-right-radius: 0.125rem;
}
.rounded-br-sm {
border-bottom-right-radius: 0.125rem;
}
.rounded-bl-sm {
border-bottom-left-radius: 0.125rem;
}
.rounded-tl {
border-top-left-radius: 0.25rem;
}
.rounded-tr {
border-top-right-radius: 0.25rem;
}
.rounded-br {
border-bottom-right-radius: 0.25rem;
}
.rounded-bl {
border-bottom-left-radius: 0.25rem;
}
.rounded-tl-md {
border-top-left-radius: 0.375rem;
}
.rounded-tr-md {
border-top-right-radius: 0.375rem;
}
.rounded-br-md {
border-bottom-right-radius: 0.375rem;
}
.rounded-bl-md {
border-bottom-left-radius: 0.375rem;
}
.rounded-tl-lg {
border-top-left-radius: 0.5rem;
}
.rounded-tr-lg {
border-top-right-radius: 0.5rem;
}
.rounded-br-lg {
border-bottom-right-radius: 0.5rem;
}
.rounded-bl-lg {
border-bottom-left-radius: 0.5rem;
}
.rounded-tl-full {
border-top-left-radius: 9999px;
}
.rounded-tr-full {
border-top-right-radius: 9999px;
}
.rounded-br-full {
border-bottom-right-radius: 9999px;
}
.rounded-bl-full {
border-bottom-left-radius: 9999px;
}
.border-solid {
border-style: solid;
}
.border-dashed {
border-style: dashed;
}
.border-dotted {
border-style: dotted;
}
.border-double {
border-style: double;
}
.border-none {
border-style: none;
}
.border-0 {
border-width: 0;
}
.border-2 {
border-width: 2px;
}
.border-4 {
border-width: 4px;
}
.border-8 {
border-width: 8px;
}
.border {
border-width: 1px;
}
.border-t-0 {
border-top-width: 0;
}
.border-r-0 {
border-right-width: 0;
}
.border-b-0 {
border-bottom-width: 0;
}
.border-l-0 {
border-left-width: 0;
}
.border-t-2 {
border-top-width: 2px;
}
.border-r-2 {
border-right-width: 2px;
}
.border-b-2 {
border-bottom-width: 2px;
}
.border-l-2 {
border-left-width: 2px;
}
.border-t-4 {
border-top-width: 4px;
}
.border-r-4 {
border-right-width: 4px;
}
.border-b-4 {
border-bottom-width: 4px;
}
.border-l-4 {
border-left-width: 4px;
}
.border-t-8 {
border-top-width: 8px;
}
.border-r-8 {
border-right-width: 8px;
}
.border-b-8 {
border-bottom-width: 8px;
}
.border-l-8 {
border-left-width: 8px;
}
.border-t {
border-top-width: 1px;
}
.border-r {
border-right-width: 1px;
}
.border-b {
border-bottom-width: 1px;
}
.border-l {
border-left-width: 1px;
}
.box-border {
box-sizing: border-box;
}
.box-content {
box-sizing: content-box;
}
.cursor-auto {
cursor: auto;
}
.cursor-default {
cursor: default;
}
.cursor-pointer {
cursor: pointer;
}
.cursor-wait {
cursor: wait;
}
.cursor-text {
cursor: text;
}
.cursor-move {
cursor: move;
}
.cursor-not-allowed {
cursor: not-allowed;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.inline {
display: inline;
}
.flex {
display: flex;
}
.inline-flex {
display: inline-flex;
}
.grid {
display: grid;
}
.table {
display: table;
}
.table-caption {
display: table-caption;
}
.table-cell {
display: table-cell;
}
.table-column {
display: table-column;
}
.table-column-group {
display: table-column-group;
}
.table-footer-group {
display: table-footer-group;
}
.table-header-group {
display: table-header-group;
}
.table-row-group {
display: table-row-group;
}
.table-row {
display: table-row;
}
.hidden {
display: none;
}
.flex-row {
flex-direction: row;
}
.flex-row-reverse {
flex-direction: row-reverse;
}
.flex-col {
flex-direction: column;
}
.flex-col-reverse {
flex-direction: column-reverse;
}
.flex-wrap {
flex-wrap: wrap;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse;
}
.flex-no-wrap {
flex-wrap: nowrap;
}
.items-start {
align-items: flex-start;
}
.items-end {
align-items: flex-end;
}
.items-center {
align-items: center;
}
.items-baseline {
align-items: baseline;
}
.items-stretch {
align-items: stretch;
}
.self-auto {
align-self: auto;
}
.self-start {
align-self: flex-start;
}
.self-end {
align-self: flex-end;
}
.self-center {
align-self: center;
}
.self-stretch {
align-self: stretch;
}
.justify-start {
justify-content: flex-start;
}
.justify-end {
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.justify-around {
justify-content: space-around;
}
.justify-evenly {
justify-content: space-evenly;
}
.content-center {
align-content: center;
}
.content-start {
align-content: flex-start;
}
.content-end {
align-content: flex-end;
}
.content-between {
align-content: space-between;
}
.content-around {
align-content: space-around;
}
.flex-1 {
flex: 1 1 0%;
}
.flex-auto {
flex: 1 1 auto;
}
.flex-initial {
flex: 0 1 auto;
}
.flex-none {
flex: none;
}
.flex-grow-0 {
flex-grow: 0;
}
.flex-grow {
flex-grow: 1;
}
.flex-shrink-0 {
flex-shrink: 0;
}
.flex-shrink {
flex-shrink: 1;
}
.order-1 {
order: 1;
}
.order-2 {
order: 2;
}
.order-3 {
order: 3;
}
.order-4 {
order: 4;
}
.order-5 {
order: 5;
}
.order-6 {
order: 6;
}
.order-7 {
order: 7;
}
.order-8 {
order: 8;
}
.order-9 {
order: 9;
}
.order-10 {
order: 10;
}
.order-11 {
order: 11;
}
.order-12 {
order: 12;
}
.order-first {
order: -9999;
}
.order-last {
order: 9999;
}
.order-none {
order: 0;
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.float-none {
float: none;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
.clear-left {
clear: left;
}
.clear-right {
clear: right;
}
.clear-both {
clear: both;
}
.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;
}
.font-hairline {
font-weight: 100;
}
.font-thin {
font-weight: 200;
}
.font-light {
font-weight: 300;
}
.font-normal {
font-weight: 400;
}
.font-medium {
font-weight: 500;
}
.font-semibold {
font-weight: 600;
}
.font-bold {
font-weight: 700;
}
.font-extrabold {
font-weight: 800;
}
.font-black {
font-weight: 900;
}
.hover\:font-hairline:hover {
font-weight: 100;
}
.hover\:font-thin:hover {
font-weight: 200;
}
.hover\:font-light:hover {
font-weight: 300;
}
.hover\:font-normal:hover {
font-weight: 400;
}
.hover\:font-medium:hover {
font-weight: 500;
}
.hover\:font-semibold:hover {
font-weight: 600;
}
.hover\:font-bold:hover {
font-weight: 700;
}
.hover\:font-extrabold:hover {
font-weight: 800;
}
.hover\:font-black:hover {
font-weight: 900;
}
.focus\:font-hairline:focus {
font-weight: 100;
}
.focus\:font-thin:focus {
font-weight: 200;
}
.focus\:font-light:focus {
font-weight: 300;
}
.focus\:font-normal:focus {
font-weight: 400;
}
.focus\:font-medium:focus {
font-weight: 500;
}
.focus\:font-semibold:focus {
font-weight: 600;
}
.focus\:font-bold:focus {
font-weight: 700;
}
.focus\:font-extrabold:focus {
font-weight: 800;
}
.focus\:font-black:focus {
font-weight: 900;
}
.h-0 {
height: 0;
}
.h-1 {
height: 0.25rem;
}
.h-2 {
height: 0.5rem;
}
.h-3 {
height: 0.75rem;
}
.h-4 {
height: 1rem;
}
.h-5 {
height: 1.25rem;
}
.h-6 {
height: 1.5rem;
}
.h-8 {
height: 2rem;
}
.h-10 {
height: 2.5rem;
}
.h-12 {
height: 3rem;
}
.h-16 {
height: 4rem;
}
.h-20 {
height: 5rem;
}
.h-24 {
height: 6rem;
}
.h-32 {
height: 8rem;
}
.h-40 {
height: 10rem;
}
.h-48 {
height: 12rem;
}
.h-56 {
height: 14rem;
}
.h-64 {
height: 16rem;
}
.h-auto {
height: auto;
}
.h-px {
height: 1px;
}
.h-full {
height: 100%;
}
.h-screen {
height: 100vh;
}
.leading-3 {
line-height: .75rem;
}
.leading-4 {
line-height: 1rem;
}
.leading-5 {
line-height: 1.25rem;
}
.leading-6 {
line-height: 1.5rem;
}
.leading-7 {
line-height: 1.75rem;
}
.leading-8 {
line-height: 2rem;
}
.leading-9 {
line-height: 2.25rem;
}
.leading-10 {
line-height: 2.5rem;
}
.leading-none {
line-height: 1;
}
.leading-tight {
line-height: 1.25;
}
.leading-snug {
line-height: 1.375;
}
.leading-normal {
line-height: 1.5;
}
.leading-relaxed {
line-height: 1.625;
}
.leading-loose {
line-height: 2;
}
.list-inside {
list-style-position: inside;
}
.list-outside {
list-style-position: outside;
}
.list-none {
list-style-type: none;
}
.list-disc {
list-style-type: disc;
}
.list-decimal {
list-style-type: decimal;
}
.m-0 {
margin: 0;
}
.m-1 {
margin: 0.25rem;
}
.m-2 {
margin: 0.5rem;
}
.m-3 {
margin: 0.75rem;
}
.m-4 {
margin: 1rem;
}
.m-5 {
margin: 1.25rem;
}
.m-6 {
margin: 1.5rem;
}
.m-8 {
margin: 2rem;
}
.m-10 {
margin: 2.5rem;
}
.m-12 {
margin: 3rem;
}
.m-16 {
margin: 4rem;
}
.m-20 {
margin: 5rem;
}
.m-24 {
margin: 6rem;
}
.m-32 {
margin: 8rem;
}
.m-40 {
margin: 10rem;
}
.m-48 {
margin: 12rem;
}
.m-56 {
margin: 14rem;
}
.m-64 {
margin: 16rem;
}
.m-auto {
margin: auto;
}
.m-px {
margin: 1px;
}
.-m-1 {
margin: -0.25rem;
}
.-m-2 {
margin: -0.5rem;
}
.-m-3 {
margin: -0.75rem;
}
.-m-4 {
margin: -1rem;
}
.-m-5 {
margin: -1.25rem;
}
.-m-6 {
margin: -1.5rem;
}
.-m-8 {
margin: -2rem;
}
.-m-10 {
margin: -2.5rem;
}
.-m-12 {
margin: -3rem;
}
.-m-16 {
margin: -4rem;
}
.-m-20 {
margin: -5rem;
}
.-m-24 {
margin: -6rem;
}
.-m-32 {
margin: -8rem;
}
.-m-40 {
margin: -10rem;
}
.-m-48 {
margin: -12rem;
}
.-m-56 {
margin: -14rem;
}
.-m-64 {
margin: -16rem;
}
.-m-px {
margin: -1px;
}
.my-0 {
margin-top: 0;
margin-bottom: 0;
}
.mx-0 {
margin-left: 0;
margin-right: 0;
}
.my-1 {
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
.mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.mx-2 {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.mx-3 {
margin-left: 0.75rem;
margin-right: 0.75rem;
}
.my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}
.mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}
.my-8 {
margin-top: 2rem;
margin-bottom: 2rem;
}
.mx-8 {
margin-left: 2rem;
margin-right: 2rem;
}
.my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.mx-10 {
margin-left: 2.5rem;
margin-right: 2.5rem;
}
.my-12 {
margin-top: 3rem;
margin-bottom: 3rem;
}
.mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.my-16 {
margin-top: 4rem;
margin-bottom: 4rem;
}
.mx-16 {
margin-left: 4rem;
margin-right: 4rem;
}
.my-20 {
margin-top: 5rem;
margin-bottom: 5rem;
}
.mx-20 {
margin-left: 5rem;
margin-right: 5rem;
}
.my-24 {
margin-top: 6rem;
margin-bottom: 6rem;
}
.mx-24 {
margin-left: 6rem;
margin-right: 6rem;
}
.my-32 {
margin-top: 8rem;
margin-bottom: 8rem;
}
.mx-32 {
margin-left: 8rem;
margin-right: 8rem;
}
.my-40 {
margin-top: 10rem;
margin-bottom: 10rem;
}
.mx-40 {
margin-left: 10rem;
margin-right: 10rem;
}
.my-48 {
margin-top: 12rem;
margin-bottom: 12rem;
}
.mx-48 {
margin-left: 12rem;
margin-right: 12rem;
}
.my-56 {
margin-top: 14rem;
margin-bottom: 14rem;
}
.mx-56 {
margin-left: 14rem;
margin-right: 14rem;
}
.my-64 {
margin-top: 16rem;
margin-bottom: 16rem;
}
.mx-64 {
margin-left: 16rem;
margin-right: 16rem;
}
.my-auto {
margin-top: auto;
margin-bottom: auto;
}
.mx-auto {
margin-left: auto;
margin-right: auto;
}
.my-px {
margin-top: 1px;
margin-bottom: 1px;
}
.mx-px {
margin-left: 1px;
margin-right: 1px;
}
.-my-1 {
margin-top: -0.25rem;
margin-bottom: -0.25rem;
}
.-mx-1 {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.-my-2 {
margin-top: -0.5rem;
margin-bottom: -0.5rem;
}
.-mx-2 {
margin-left: -0.5rem;
margin-right: -0.5rem;
}
.-my-3 {
margin-top: -0.75rem;
margin-bottom: -0.75rem;
}
.-mx-3 {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.-my-4 {
margin-top: -1rem;
margin-bottom: -1rem;
}
.-mx-4 {
margin-left: -1rem;
margin-right: -1rem;
}
.-my-5 {
margin-top: -1.25rem;
margin-bottom: -1.25rem;
}
.-mx-5 {
margin-left: -1.25rem;
margin-right: -1.25rem;
}
.-my-6 {
margin-top: -1.5rem;
margin-bottom: -1.5rem;
}
.-mx-6 {
margin-left: -1.5rem;
margin-right: -1.5rem;
}
.-my-8 {
margin-top: -2rem;
margin-bottom: -2rem;
}
.-mx-8 {
margin-left: -2rem;
margin-right: -2rem;
}
.-my-10 {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.-mx-10 {
margin-left: -2.5rem;
margin-right: -2.5rem;
}
.-my-12 {
margin-top: -3rem;
margin-bottom: -3rem;
}
.-mx-12 {
margin-left: -3rem;
margin-right: -3rem;
}
.-my-16 {
margin-top: -4rem;
margin-bottom: -4rem;
}
.-mx-16 {
margin-left: -4rem;
margin-right: -4rem;
}
.-my-20 {
margin-top: -5rem;
margin-bottom: -5rem;
}
.-mx-20 {
margin-left: -5rem;
margin-right: -5rem;
}
.-my-24 {
margin-top: -6rem;
margin-bottom: -6rem;
}
.-mx-24 {
margin-left: -6rem;
margin-right: -6rem;
}
.-my-32 {
margin-top: -8rem;
margin-bottom: -8rem;
}
.-mx-32 {
margin-left: -8rem;
margin-right: -8rem;
}
.-my-40 {
margin-top: -10rem;
margin-bottom: -10rem;
}
.-mx-40 {
margin-left: -10rem;
margin-right: -10rem;
}
.-my-48 {
margin-top: -12rem;
margin-bottom: -12rem;
}
.-mx-48 {
margin-left: -12rem;
margin-right: -12rem;
}
.-my-56 {
margin-top: -14rem;
margin-bottom: -14rem;
}
.-mx-56 {
margin-left: -14rem;
margin-right: -14rem;
}
.-my-64 {
margin-top: -16rem;
margin-bottom: -16rem;
}
.-mx-64 {
margin-left: -16rem;
margin-right: -16rem;
}
.-my-px {
margin-top: -1px;
margin-bottom: -1px;
}
.-mx-px {
margin-left: -1px;
margin-right: -1px;
}
.mt-0 {
margin-top: 0;
}
.mr-0 {
margin-right: 0;
}
.mb-0 {
margin-bottom: 0;
}
.ml-0 {
margin-left: 0;
}
.mt-1 {
margin-top: 0.25rem;
}
.mr-1 {
margin-right: 0.25rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.ml-1 {
margin-left: 0.25rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.mr-2 {
margin-right: 0.5rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.ml-2 {
margin-left: 0.5rem;
}
.mt-3 {
margin-top: 0.75rem;
}
.mr-3 {
margin-right: 0.75rem;
}
.mb-3 {
margin-bottom: 0.75rem;
}
.ml-3 {
margin-left: 0.75rem;
}
.mt-4 {
margin-top: 1rem;
}
.mr-4 {
margin-right: 1rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.ml-4 {
margin-left: 1rem;
}
.mt-5 {
margin-top: 1.25rem;
}
.mr-5 {
margin-right: 1.25rem;
}
.mb-5 {
margin-bottom: 1.25rem;
}
.ml-5 {
margin-left: 1.25rem;
}
.mt-6 {
margin-top: 1.5rem;
}
.mr-6 {
margin-right: 1.5rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.ml-6 {
margin-left: 1.5rem;
}
.mt-8 {
margin-top: 2rem;
}
.mr-8 {
margin-right: 2rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.ml-8 {
margin-left: 2rem;
}
.mt-10 {
margin-top: 2.5rem;
}
.mr-10 {
margin-right: 2.5rem;
}
.mb-10 {
margin-bottom: 2.5rem;
}
.ml-10 {
margin-left: 2.5rem;
}
.mt-12 {
margin-top: 3rem;
}
.mr-12 {
margin-right: 3rem;
}
.mb-12 {
margin-bottom: 3rem;
}
.ml-12 {
margin-left: 3rem;
}
.mt-16 {
margin-top: 4rem;
}
.mr-16 {
margin-right: 4rem;
}
.mb-16 {
margin-bottom: 4rem;
}
.ml-16 {
margin-left: 4rem;
}
.mt-20 {
margin-top: 5rem;
}
.mr-20 {
margin-right: 5rem;
}
.mb-20 {
margin-bottom: 5rem;
}
.ml-20 {
margin-left: 5rem;
}
.mt-24 {
margin-top: 6rem;
}
.mr-24 {
margin-right: 6rem;
}
.mb-24 {
margin-bottom: 6rem;
}
.ml-24 {
margin-left: 6rem;
}
.mt-32 {
margin-top: 8rem;
}
.mr-32 {
margin-right: 8rem;
}
.mb-32 {
margin-bottom: 8rem;
}
.ml-32 {
margin-left: 8rem;
}
.mt-40 {
margin-top: 10rem;
}
.mr-40 {
margin-right: 10rem;
}
.mb-40 {
margin-bottom: 10rem;
}
.ml-40 {
margin-left: 10rem;
}
.mt-48 {
margin-top: 12rem;
}
.mr-48 {
margin-right: 12rem;
}
.mb-48 {
margin-bottom: 12rem;
}
.ml-48 {
margin-left: 12rem;
}
.mt-56 {
margin-top: 14rem;
}
.mr-56 {
margin-right: 14rem;
}
.mb-56 {
margin-bottom: 14rem;
}
.ml-56 {
margin-left: 14rem;
}
.mt-64 {
margin-top: 16rem;
}
.mr-64 {
margin-right: 16rem;
}
.mb-64 {
margin-bottom: 16rem;
}
.ml-64 {
margin-left: 16rem;
}
.mt-auto {
margin-top: auto;
}
.mr-auto {
margin-right: auto;
}
.mb-auto {
margin-bottom: auto;
}
.ml-auto {
margin-left: auto;
}
.mt-px {
margin-top: 1px;
}
.mr-px {
margin-right: 1px;
}
.mb-px {
margin-bottom: 1px;
}
.ml-px {
margin-left: 1px;
}
.-mt-1 {
margin-top: -0.25rem;
}
.-mr-1 {
margin-right: -0.25rem;
}
.-mb-1 {
margin-bottom: -0.25rem;
}
.-ml-1 {
margin-left: -0.25rem;
}
.-mt-2 {
margin-top: -0.5rem;
}
.-mr-2 {
margin-right: -0.5rem;
}
.-mb-2 {
margin-bottom: -0.5rem;
}
.-ml-2 {
margin-left: -0.5rem;
}
.-mt-3 {
margin-top: -0.75rem;
}
.-mr-3 {
margin-right: -0.75rem;
}
.-mb-3 {
margin-bottom: -0.75rem;
}
.-ml-3 {
margin-left: -0.75rem;
}
.-mt-4 {
margin-top: -1rem;
}
.-mr-4 {
margin-right: -1rem;
}
.-mb-4 {
margin-bottom: -1rem;
}
.-ml-4 {
margin-left: -1rem;
}
.-mt-5 {
margin-top: -1.25rem;
}
.-mr-5 {
margin-right: -1.25rem;
}
.-mb-5 {
margin-bottom: -1.25rem;
}
.-ml-5 {
margin-left: -1.25rem;
}
.-mt-6 {
margin-top: -1.5rem;
}
.-mr-6 {
margin-right: -1.5rem;
}
.-mb-6 {
margin-bottom: -1.5rem;
}
.-ml-6 {
margin-left: -1.5rem;
}
.-mt-8 {
margin-top: -2rem;
}
.-mr-8 {
margin-right: -2rem;
}
.-mb-8 {
margin-bottom: -2rem;
}
.-ml-8 {
margin-left: -2rem;
}
.-mt-10 {
margin-top: -2.5rem;
}
.-mr-10 {
margin-right: -2.5rem;
}
.-mb-10 {
margin-bottom: -2.5rem;
}
.-ml-10 {
margin-left: -2.5rem;
}
.-mt-12 {
margin-top: -3rem;
}
.-mr-12 {
margin-right: -3rem;
}
.-mb-12 {
margin-bottom: -3rem;
}
.-ml-12 {
margin-left: -3rem;
}
.-mt-16 {
margin-top: -4rem;
}
.-mr-16 {
margin-right: -4rem;
}
.-mb-16 {
margin-bottom: -4rem;
}
.-ml-16 {
margin-left: -4rem;
}
.-mt-20 {
margin-top: -5rem;
}
.-mr-20 {
margin-right: -5rem;
}
.-mb-20 {
margin-bottom: -5rem;
}
.-ml-20 {
margin-left: -5rem;
}
.-mt-24 {
margin-top: -6rem;
}
.-mr-24 {
margin-right: -6rem;
}
.-mb-24 {
margin-bottom: -6rem;
}
.-ml-24 {
margin-left: -6rem;
}
.-mt-32 {
margin-top: -8rem;
}
.-mr-32 {
margin-right: -8rem;
}
.-mb-32 {
margin-bottom: -8rem;
}
.-ml-32 {
margin-left: -8rem;
}
.-mt-40 {
margin-top: -10rem;
}
.-mr-40 {
margin-right: -10rem;
}
.-mb-40 {
margin-bottom: -10rem;
}
.-ml-40 {
margin-left: -10rem;
}
.-mt-48 {
margin-top: -12rem;
}
.-mr-48 {
margin-right: -12rem;
}
.-mb-48 {
margin-bottom: -12rem;
}
.-ml-48 {
margin-left: -12rem;
}
.-mt-56 {
margin-top: -14rem;
}
.-mr-56 {
margin-right: -14rem;
}
.-mb-56 {
margin-bottom: -14rem;
}
.-ml-56 {
margin-left: -14rem;
}
.-mt-64 {
margin-top: -16rem;
}
.-mr-64 {
margin-right: -16rem;
}
.-mb-64 {
margin-bottom: -16rem;
}
.-ml-64 {
margin-left: -16rem;
}
.-mt-px {
margin-top: -1px;
}
.-mr-px {
margin-right: -1px;
}
.-mb-px {
margin-bottom: -1px;
}
.-ml-px {
margin-left: -1px;
}
.max-h-full {
max-height: 100%;
}
.max-h-screen {
max-height: 100vh;
}
.max-w-none {
max-width: none;
}
.max-w-xs {
max-width: 20rem;
}
.max-w-sm {
max-width: 24rem;
}
.max-w-md {
max-width: 28rem;
}
.max-w-lg {
max-width: 32rem;
}
.max-w-xl {
max-width: 36rem;
}
.max-w-2xl {
max-width: 42rem;
}
.max-w-3xl {
max-width: 48rem;
}
.max-w-4xl {
max-width: 56rem;
}
.max-w-5xl {
max-width: 64rem;
}
.max-w-6xl {
max-width: 72rem;
}
.max-w-full {
max-width: 100%;
}
.max-w-screen-sm {
max-width: 640px;
}
.max-w-screen-md {
max-width: 768px;
}
.max-w-screen-lg {
max-width: 1024px;
}
.max-w-screen-xl {
max-width: 1280px;
}
.min-h-0 {
min-height: 0;
}
.min-h-full {
min-height: 100%;
}
.min-h-screen {
min-height: 100vh;
}
.min-w-0 {
min-width: 0;
}
.min-w-full {
min-width: 100%;
}
.object-contain {
-o-object-fit: contain;
object-fit: contain;
}
.object-cover {
-o-object-fit: cover;
object-fit: cover;
}
.object-fill {
-o-object-fit: fill;
object-fit: fill;
}
.object-none {
-o-object-fit: none;
object-fit: none;
}
.object-scale-down {
-o-object-fit: scale-down;
object-fit: scale-down;
}
.object-bottom {
-o-object-position: bottom;
object-position: bottom;
}
.object-center {
-o-object-position: center;
object-position: center;
}
.object-left {
-o-object-position: left;
object-position: left;
}
.object-left-bottom {
-o-object-position: left bottom;
object-position: left bottom;
}
.object-left-top {
-o-object-position: left top;
object-position: left top;
}
.object-right {
-o-object-position: right;
object-position: right;
}
.object-right-bottom {
-o-object-position: right bottom;
object-position: right bottom;
}
.object-right-top {
-o-object-position: right top;
object-position: right top;
}
.object-top {
-o-object-position: top;
object-position: top;
}
.opacity-0 {
opacity: 0;
}
.opacity-25 {
opacity: 0.25;
}
.opacity-50 {
opacity: 0.5;
}
.opacity-75 {
opacity: 0.75;
}
.opacity-100 {
opacity: 1;
}
.hover\:opacity-0:hover {
opacity: 0;
}
.hover\:opacity-25:hover {
opacity: 0.25;
}
.hover\:opacity-50:hover {
opacity: 0.5;
}
.hover\:opacity-75:hover {
opacity: 0.75;
}
.hover\:opacity-100:hover {
opacity: 1;
}
.focus\:opacity-0:focus {
opacity: 0;
}
.focus\:opacity-25:focus {
opacity: 0.25;
}
.focus\:opacity-50:focus {
opacity: 0.5;
}
.focus\:opacity-75:focus {
opacity: 0.75;
}
.focus\:opacity-100:focus {
opacity: 1;
}
.outline-none {
outline: 0;
}
.focus\:outline-none:focus {
outline: 0;
}
.overflow-auto {
overflow: auto;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-visible {
overflow: visible;
}
.overflow-scroll {
overflow: scroll;
}
.overflow-x-auto {
overflow-x: auto;
}
.overflow-y-auto {
overflow-y: auto;
}
.overflow-x-hidden {
overflow-x: hidden;
}
.overflow-y-hidden {
overflow-y: hidden;
}
.overflow-x-visible {
overflow-x: visible;
}
.overflow-y-visible {
overflow-y: visible;
}
.overflow-x-scroll {
overflow-x: scroll;
}
.overflow-y-scroll {
overflow-y: scroll;
}
.scrolling-touch {
-webkit-overflow-scrolling: touch;
}
.scrolling-auto {
-webkit-overflow-scrolling: auto;
}
.p-0 {
padding: 0;
}
.p-1 {
padding: 0.25rem;
}
.p-2 {
padding: 0.5rem;
}
.p-3 {
padding: 0.75rem;
}
.p-4 {
padding: 1rem;
}
.p-5 {
padding: 1.25rem;
}
.p-6 {
padding: 1.5rem;
}
.p-8 {
padding: 2rem;
}
.p-10 {
padding: 2.5rem;
}
.p-12 {
padding: 3rem;
}
.p-16 {
padding: 4rem;
}
.p-20 {
padding: 5rem;
}
.p-24 {
padding: 6rem;
}
.p-32 {
padding: 8rem;
}
.p-40 {
padding: 10rem;
}
.p-48 {
padding: 12rem;
}
.p-56 {
padding: 14rem;
}
.p-64 {
padding: 16rem;
}
.p-px {
padding: 1px;
}
.py-0 {
padding-top: 0;
padding-bottom: 0;
}
.px-0 {
padding-left: 0;
padding-right: 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;
}
.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.px-3 {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.px-12 {
padding-left: 3rem;
padding-right: 3rem;
}
.py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.px-16 {
padding-left: 4rem;
padding-right: 4rem;
}
.py-20 {
padding-top: 5rem;
padding-bottom: 5rem;
}
.px-20 {
padding-left: 5rem;
padding-right: 5rem;
}
.py-24 {
padding-top: 6rem;
padding-bottom: 6rem;
}
.px-24 {
padding-left: 6rem;
padding-right: 6rem;
}
.py-32 {
padding-top: 8rem;
padding-bottom: 8rem;
}
.px-32 {
padding-left: 8rem;
padding-right: 8rem;
}
.py-40 {
padding-top: 10rem;
padding-bottom: 10rem;
}
.px-40 {
padding-left: 10rem;
padding-right: 10rem;
}
.py-48 {
padding-top: 12rem;
padding-bottom: 12rem;
}
.px-48 {
padding-left: 12rem;
padding-right: 12rem;
}
.py-56 {
padding-top: 14rem;
padding-bottom: 14rem;
}
.px-56 {
padding-left: 14rem;
padding-right: 14rem;
}
.py-64 {
padding-top: 16rem;
padding-bottom: 16rem;
}
.px-64 {
padding-left: 16rem;
padding-right: 16rem;
}
.py-px {
padding-top: 1px;
padding-bottom: 1px;
}
.px-px {
padding-left: 1px;
padding-right: 1px;
}
.pt-0 {
padding-top: 0;
}
.pr-0 {
padding-right: 0;
}
.pb-0 {
padding-bottom: 0;
}
.pl-0 {
padding-left: 0;
}
.pt-1 {
padding-top: 0.25rem;
}
.pr-1 {
padding-right: 0.25rem;
}
.pb-1 {
padding-bottom: 0.25rem;
}
.pl-1 {
padding-left: 0.25rem;
}
.pt-2 {
padding-top: 0.5rem;
}
.pr-2 {
padding-right: 0.5rem;
}
.pb-2 {
padding-bottom: 0.5rem;
}
.pl-2 {
padding-left: 0.5rem;
}
.pt-3 {
padding-top: 0.75rem;
}
.pr-3 {
padding-right: 0.75rem;
}
.pb-3 {
padding-bottom: 0.75rem;
}
.pl-3 {
padding-left: 0.75rem;
}
.pt-4 {
padding-top: 1rem;
}
.pr-4 {
padding-right: 1rem;
}
.pb-4 {
padding-bottom: 1rem;
}
.pl-4 {
padding-left: 1rem;
}
.pt-5 {
padding-top: 1.25rem;
}
.pr-5 {
padding-right: 1.25rem;
}
.pb-5 {
padding-bottom: 1.25rem;
}
.pl-5 {
padding-left: 1.25rem;
}
.pt-6 {
padding-top: 1.5rem;
}
.pr-6 {
padding-right: 1.5rem;
}
.pb-6 {
padding-bottom: 1.5rem;
}
.pl-6 {
padding-left: 1.5rem;
}
.pt-8 {
padding-top: 2rem;
}
.pr-8 {
padding-right: 2rem;
}
.pb-8 {
padding-bottom: 2rem;
}
.pl-8 {
padding-left: 2rem;
}
.pt-10 {
padding-top: 2.5rem;
}
.pr-10 {
padding-right: 2.5rem;
}
.pb-10 {
padding-bottom: 2.5rem;
}
.pl-10 {
padding-left: 2.5rem;
}
.pt-12 {
padding-top: 3rem;
}
.pr-12 {
padding-right: 3rem;
}
.pb-12 {
padding-bottom: 3rem;
}
.pl-12 {
padding-left: 3rem;
}
.pt-16 {
padding-top: 4rem;
}
.pr-16 {
padding-right: 4rem;
}
.pb-16 {
padding-bottom: 4rem;
}
.pl-16 {
padding-left: 4rem;
}
.pt-20 {
padding-top: 5rem;
}
.pr-20 {
padding-right: 5rem;
}
.pb-20 {
padding-bottom: 5rem;
}
.pl-20 {
padding-left: 5rem;
}
.pt-24 {
padding-top: 6rem;
}
.pr-24 {
padding-right: 6rem;
}
.pb-24 {
padding-bottom: 6rem;
}
.pl-24 {
padding-left: 6rem;
}
.pt-32 {
padding-top: 8rem;
}
.pr-32 {
padding-right: 8rem;
}
.pb-32 {
padding-bottom: 8rem;
}
.pl-32 {
padding-left: 8rem;
}
.pt-40 {
padding-top: 10rem;
}
.pr-40 {
padding-right: 10rem;
}
.pb-40 {
padding-bottom: 10rem;
}
.pl-40 {
padding-left: 10rem;
}
.pt-48 {
padding-top: 12rem;
}
.pr-48 {
padding-right: 12rem;
}
.pb-48 {
padding-bottom: 12rem;
}
.pl-48 {
padding-left: 12rem;
}
.pt-56 {
padding-top: 14rem;
}
.pr-56 {
padding-right: 14rem;
}
.pb-56 {
padding-bottom: 14rem;
}
.pl-56 {
padding-left: 14rem;
}
.pt-64 {
padding-top: 16rem;
}
.pr-64 {
padding-right: 16rem;
}
.pb-64 {
padding-bottom: 16rem;
}
.pl-64 {
padding-left: 16rem;
}
.pt-px {
padding-top: 1px;
}
.pr-px {
padding-right: 1px;
}
.pb-px {
padding-bottom: 1px;
}
.pl-px {
padding-left: 1px;
}
.placeholder-bg::-webkit-input-placeholder {
color: #fff;
}
.placeholder-bg::-moz-placeholder {
color: #fff;
}
.placeholder-bg:-ms-input-placeholder {
color: #fff;
}
.placeholder-bg::-ms-input-placeholder {
color: #fff;
}
.placeholder-bg::placeholder {
color: #fff;
}
.placeholder-text::-webkit-input-placeholder {
color: #333;
}
.placeholder-text::-moz-placeholder {
color: #333;
}
.placeholder-text:-ms-input-placeholder {
color: #333;
}
.placeholder-text::-ms-input-placeholder {
color: #333;
}
.placeholder-text::placeholder {
color: #333;
}
.placeholder-border::-webkit-input-placeholder {
color: #718096;
}
.placeholder-border::-moz-placeholder {
color: #718096;
}
.placeholder-border:-ms-input-placeholder {
color: #718096;
}
.placeholder-border::-ms-input-placeholder {
color: #718096;
}
.placeholder-border::placeholder {
color: #718096;
}
.placeholder-primary::-webkit-input-placeholder {
color: #7F9CF5;
}
.placeholder-primary::-moz-placeholder {
color: #7F9CF5;
}
.placeholder-primary:-ms-input-placeholder {
color: #7F9CF5;
}
.placeholder-primary::-ms-input-placeholder {
color: #7F9CF5;
}
.placeholder-primary::placeholder {
color: #7F9CF5;
}
.placeholder-bgalt::-webkit-input-placeholder {
color: #F7FAFC;
}
.placeholder-bgalt::-moz-placeholder {
color: #F7FAFC;
}
.placeholder-bgalt:-ms-input-placeholder {
color: #F7FAFC;
}
.placeholder-bgalt::-ms-input-placeholder {
color: #F7FAFC;
}
.placeholder-bgalt::placeholder {
color: #F7FAFC;
}
.focus\:placeholder-bg:focus::-webkit-input-placeholder {
color: #fff;
}
.focus\:placeholder-bg:focus::-moz-placeholder {
color: #fff;
}
.focus\:placeholder-bg:focus:-ms-input-placeholder {
color: #fff;
}
.focus\:placeholder-bg:focus::-ms-input-placeholder {
color: #fff;
}
.focus\:placeholder-bg:focus::placeholder {
color: #fff;
}
.focus\:placeholder-text:focus::-webkit-input-placeholder {
color: #333;
}
.focus\:placeholder-text:focus::-moz-placeholder {
color: #333;
}
.focus\:placeholder-text:focus:-ms-input-placeholder {
color: #333;
}
.focus\:placeholder-text:focus::-ms-input-placeholder {
color: #333;
}
.focus\:placeholder-text:focus::placeholder {
color: #333;
}
.focus\:placeholder-border:focus::-webkit-input-placeholder {
color: #718096;
}
.focus\:placeholder-border:focus::-moz-placeholder {
color: #718096;
}
.focus\:placeholder-border:focus:-ms-input-placeholder {
color: #718096;
}
.focus\:placeholder-border:focus::-ms-input-placeholder {
color: #718096;
}
.focus\:placeholder-border:focus::placeholder {
color: #718096;
}
.focus\:placeholder-primary:focus::-webkit-input-placeholder {
color: #7F9CF5;
}
.focus\:placeholder-primary:focus::-moz-placeholder {
color: #7F9CF5;
}
.focus\:placeholder-primary:focus:-ms-input-placeholder {
color: #7F9CF5;
}
.focus\:placeholder-primary:focus::-ms-input-placeholder {
color: #7F9CF5;
}
.focus\:placeholder-primary:focus::placeholder {
color: #7F9CF5;
}
.focus\:placeholder-bgalt:focus::-webkit-input-placeholder {
color: #F7FAFC;
}
.focus\:placeholder-bgalt:focus::-moz-placeholder {
color: #F7FAFC;
}
.focus\:placeholder-bgalt:focus:-ms-input-placeholder {
color: #F7FAFC;
}
.focus\:placeholder-bgalt:focus::-ms-input-placeholder {
color: #F7FAFC;
}
.focus\:placeholder-bgalt:focus::placeholder {
color: #F7FAFC;
}
.pointer-events-none {
pointer-events: none;
}
.pointer-events-auto {
pointer-events: auto;
}
.static {
position: static;
}
.fixed {
position: fixed;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.sticky {
position: -webkit-sticky;
position: sticky;
}
.inset-0 {
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.inset-auto {
top: auto;
right: auto;
bottom: auto;
left: auto;
}
.inset-y-0 {
top: 0;
bottom: 0;
}
.inset-x-0 {
right: 0;
left: 0;
}
.inset-y-auto {
top: auto;
bottom: auto;
}
.inset-x-auto {
right: auto;
left: auto;
}
.top-0 {
top: 0;
}
.right-0 {
right: 0;
}
.bottom-0 {
bottom: 0;
}
.left-0 {
left: 0;
}
.top-auto {
top: auto;
}
.right-auto {
right: auto;
}
.bottom-auto {
bottom: auto;
}
.left-auto {
left: auto;
}
.resize-none {
resize: none;
}
.resize-y {
resize: vertical;
}
.resize-x {
resize: horizontal;
}
.resize {
resize: both;
}
.shadow-xs {
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.shadow-sm {
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.shadow {
box-shadow: 0 1px 3px 0 rgba(0, 0,