zuma-ui
Version:
A JavaScript powered embeddable chatbot for business - customer interaction
1,280 lines (1,200 loc) • 25.4 kB
CSS
@import url(https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap);
/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
box-sizing: border-box; /* 1 */
border-width: 0; /* 2 */
border-style: solid; /* 2 */
border-color: #e5e7eb; /* 2 */
}
::before,
::after {
--tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
line-height: 1.5; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
-moz-tab-size: 4; /* 3 */
-o-tab-size: 4;
tab-size: 4; /* 3 */
font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
font-feature-settings: normal; /* 5 */
font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
margin: 0; /* 1 */
line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
height: 0; /* 1 */
color: inherit; /* 2 */
border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
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;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
text-indent: 0; /* 1 */
border-color: inherit; /* 2 */
border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
font-weight: inherit; /* 1 */
line-height: inherit; /* 1 */
color: inherit; /* 1 */
margin: 0; /* 2 */
padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button; /* 1 */
background-color: transparent; /* 2 */
background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
-webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
fieldset {
margin: 0;
padding: 0;
}
legend {
padding: 0;
}
ol,
ul,
menu {
list-style: none;
margin: 0;
padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1; /* 1 */
color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
opacity: 1; /* 1 */
color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
display: block; /* 1 */
vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
max-width: 100%;
height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
display: none;
}
footer .icon{
aspect-ratio: 1 / 1;
max-height: 30px;
max-width: 30px;
--tw-text-opacity: 1;
color: rgba(255, 255, 255, 1);
color: rgba(255, 255, 255, var(--tw-text-opacity));
}
*, ::before, ::after{
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgba(59, 130, 246, 0.5);
--tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
--tw-ring-shadow: 0 0 rgba(0,0,0,0);
--tw-shadow: 0 0 rgba(0,0,0,0);
--tw-shadow-colored: 0 0 rgba(0,0,0,0);
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
}
::backdrop{
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-gradient-from-position: ;
--tw-gradient-via-position: ;
--tw-gradient-to-position: ;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgba(59, 130, 246, 0.5);
--tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
--tw-ring-shadow: 0 0 rgba(0,0,0,0);
--tw-shadow: 0 0 rgba(0,0,0,0);
--tw-shadow-colored: 0 0 rgba(0,0,0,0);
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
}
.container{
width: 100%;
}
@media (min-width: 640px){
.container{
max-width: 640px;
}
}
@media (min-width: 768px){
.container{
max-width: 768px;
}
}
@media (min-width: 1024px){
.container{
max-width: 1024px;
}
}
@media (min-width: 1280px){
.container{
max-width: 1280px;
}
}
@media (min-width: 1536px){
.container{
max-width: 1536px;
}
}
.icon{
margin-top: 0.75rem;
margin-bottom: 0.75rem;
margin-left: auto;
margin-right: auto;
display: flex;
height: 4rem;
width: 4rem;
align-items: center;
justify-content: center;
border-radius: 9999px;
font-size: 2.25rem;
line-height: 2.5rem;
}
.visible{
visibility: visible;
}
.static{
position: static;
}
.fixed{
position: fixed;
}
.absolute{
position: absolute;
}
.relative{
position: relative;
}
.sticky{
position: sticky;
}
.inset-0{
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
.inset-x-0{
left: 0px;
right: 0px;
}
.-left-5{
left: -1.25rem;
}
.-top-5{
top: -1.25rem;
}
.bottom-0{
bottom: 0px;
}
.bottom-10{
bottom: 2.5rem;
}
.bottom-2{
bottom: 0.5rem;
}
.bottom-5{
bottom: 1.25rem;
}
.left-0{
left: 0px;
}
.left-10{
left: 2.5rem;
}
.right-0{
right: 0px;
}
.right-10{
right: 2.5rem;
}
.right-20{
right: 5rem;
}
.top-0{
top: 0px;
}
.top-10{
top: 2.5rem;
}
.z-0{
z-index: 0;
}
.z-10{
z-index: 10;
}
.z-\[9999\]{
z-index: 9999;
}
.col-span-4{
grid-column: span 4 / span 4;
}
.m-0{
margin: 0px;
}
.m-1{
margin: 0.25rem;
}
.m-10{
margin: 2.5rem;
}
.m-3{
margin: 0.75rem;
}
.m-5{
margin: 1.25rem;
}
.m-auto{
margin: auto;
}
.mx-1{
margin-left: 0.25rem;
margin-right: 0.25rem;
}
.mx-2{
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.mx-auto{
margin-left: auto;
margin-right: auto;
}
.my-3{
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.my-5{
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.mb-3{
margin-bottom: 0.75rem;
}
.mb-5{
margin-bottom: 1.25rem;
}
.mr-3{
margin-right: 0.75rem;
}
.mt-10{
margin-top: 2.5rem;
}
.mt-5{
margin-top: 1.25rem;
}
.block{
display: block;
}
.inline-block{
display: inline-block;
}
.inline{
display: inline;
}
.flex{
display: flex;
}
.grid{
display: grid;
}
.hidden{
display: none;
}
.h-\[100px\]{
height: 100px;
}
.h-full{
height: 100%;
}
.h-screen{
height: 100vh;
}
.max-h-\[200px\]{
max-height: 200px;
}
.max-h-\[90\%\]{
max-height: 90%;
}
.min-h-full{
min-height: 100%;
}
.w-\[100\%\]{
width: 100%;
}
.w-\[90\%\]{
width: 90%;
}
.w-auto{
width: auto;
}
.w-full{
width: 100%;
}
.w-screen{
width: 100vw;
}
.min-w-full{
min-width: 100%;
}
.max-w-\[80\%\]{
max-width: 80%;
}
.max-w-full{
max-width: 100%;
}
.flex-1{
flex: 1 1 0%;
}
.grid-cols-5{
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-col{
flex-direction: column;
}
.items-center{
align-items: center;
}
.justify-start{
justify-content: flex-start;
}
.justify-center{
justify-content: center;
}
.justify-between{
justify-content: space-between;
}
.justify-around{
justify-content: space-around;
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(1.25rem * (1 - 0));
margin-top: calc(1.25rem * (1 - var(--tw-space-y-reverse)));
margin-top: calc(1.25rem * calc(1 - 0));
margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.25rem * 0);
margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.overflow-auto{
overflow: auto;
}
.overflow-y-auto{
overflow-y: auto;
}
.overflow-y-scroll{
overflow-y: scroll;
}
.whitespace-break-spaces{
white-space: break-spaces;
}
.break-words{
word-wrap: break-word;
}
.rounded{
border-radius: 0.25rem;
}
.rounded-2xl{
border-radius: 1rem;
}
.rounded-full{
border-radius: 9999px;
}
.rounded-lg{
border-radius: 0.5rem;
}
.rounded-md{
border-radius: 0.375rem;
}
.rounded-sm{
border-radius: 0.125rem;
}
.border{
border-width: 1px;
}
.border-2{
border-width: 2px;
}
.border-b{
border-bottom-width: 1px;
}
.border-l-4{
border-left-width: 4px;
}
.border-none{
border-style: none;
}
.border-black{
--tw-border-opacity: 1;
border-color: rgba(0, 0, 0, 1);
border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-blue-500{
--tw-border-opacity: 1;
border-color: rgba(59, 130, 246, 1);
border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}
.border-slate-200{
--tw-border-opacity: 1;
border-color: rgba(226, 232, 240, 1);
border-color: rgba(226, 232, 240, var(--tw-border-opacity));
}
.border-b-slate-300{
--tw-border-opacity: 1;
border-bottom-color: rgba(203, 213, 225, 1);
border-bottom-color: rgba(203, 213, 225, var(--tw-border-opacity));
}
.border-b-white{
--tw-border-opacity: 1;
border-bottom-color: rgba(255, 255, 255, 1);
border-bottom-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-l-blue-700{
--tw-border-opacity: 1;
border-left-color: rgba(29, 78, 216, 1);
border-left-color: rgba(29, 78, 216, var(--tw-border-opacity));
}
.border-l-white{
--tw-border-opacity: 1;
border-left-color: rgba(255, 255, 255, 1);
border-left-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-t-white{
--tw-border-opacity: 1;
border-top-color: rgba(255, 255, 255, 1);
border-top-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.\!bg-black\/10{
background-color: rgba(0, 0, 0, 0.1) ;
}
.\!bg-black\/30{
background-color: rgba(0, 0, 0, 0.3) ;
}
.\!bg-inherit{
background-color: inherit ;
}
.\!bg-slate-300\/20{
background-color: rgba(203, 213, 225, 0.2) ;
}
.\!bg-white{
--tw-bg-opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) ;
background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) ;
}
.bg-blue-100\/10{
background-color: rgba(219, 234, 254, 0.1);
}
.bg-blue-300{
--tw-bg-opacity: 1;
background-color: rgba(147, 197, 253, 1);
background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
}
.bg-blue-500{
--tw-bg-opacity: 1;
background-color: rgba(59, 130, 246, 1);
background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.bg-blue-700{
--tw-bg-opacity: 1;
background-color: rgba(29, 78, 216, 1);
background-color: rgba(29, 78, 216, var(--tw-bg-opacity));
}
.bg-gray-300{
--tw-bg-opacity: 1;
background-color: rgba(209, 213, 219, 1);
background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.bg-gray-500\/10{
background-color: rgba(107, 114, 128, 0.1);
}
.bg-inherit{
background-color: inherit;
}
.bg-red-300{
--tw-bg-opacity: 1;
background-color: rgba(252, 165, 165, 1);
background-color: rgba(252, 165, 165, var(--tw-bg-opacity));
}
.bg-red-500{
--tw-bg-opacity: 1;
background-color: rgba(239, 68, 68, 1);
background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.bg-slate-300\/20{
background-color: rgba(203, 213, 225, 0.2);
}
.bg-slate-500\/50{
background-color: rgba(100, 116, 139, 0.5);
}
.bg-slate-700{
--tw-bg-opacity: 1;
background-color: rgba(51, 65, 85, 1);
background-color: rgba(51, 65, 85, var(--tw-bg-opacity));
}
.bg-slate-900{
--tw-bg-opacity: 1;
background-color: rgba(15, 23, 42, 1);
background-color: rgba(15, 23, 42, var(--tw-bg-opacity));
}
.bg-transparent{
background-color: transparent;
}
.bg-white{
--tw-bg-opacity: 1;
background-color: rgba(255, 255, 255, 1);
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-white\/10{
background-color: rgba(255, 255, 255, 0.1);
}
.bg-gradient-to-b{
background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-transparent{
--tw-gradient-from: transparent var(--tw-gradient-from-position);
--tw-gradient-to: rgba(0, 0, 0, 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-slate-200{
--tw-gradient-to: rgba(226, 232, 240, 0) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), #e2e8f0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-slate-300{
--tw-gradient-to: #cbd5e1 var(--tw-gradient-to-position);
}
.p-0{
padding: 0px;
}
.p-2{
padding: 0.5rem;
}
.p-3{
padding: 0.75rem;
}
.p-5{
padding: 1.25rem;
}
.px-2{
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.px-3{
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.py-1{
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.py-2{
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.py-4{
padding-top: 1rem;
padding-bottom: 1rem;
}
.py-5{
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.py-px{
padding-top: 1px;
padding-bottom: 1px;
}
.pl-1{
padding-left: 0.25rem;
}
.pt-2{
padding-top: 0.5rem;
}
.text-center{
text-align: center;
}
.text-start{
text-align: left;
}
.\!text-xl{
font-size: 1.25rem ;
line-height: 1.75rem ;
}
.text-2xl{
font-size: 1.5rem;
line-height: 2rem;
}
.text-3xl{
font-size: 1.875rem;
line-height: 2.25rem;
}
.text-4xl{
font-size: 2.25rem;
line-height: 2.5rem;
}
.text-5xl{
font-size: 3rem;
line-height: 1;
}
.text-8xl{
font-size: 6rem;
line-height: 1;
}
.text-base\/7{
font-size: 1rem;
line-height: 1.75rem;
}
.text-lg{
font-size: 1.125rem;
line-height: 1.75rem;
}
.text-sm{
font-size: 0.875rem;
line-height: 1.25rem;
}
.text-xl{
font-size: 1.25rem;
line-height: 1.75rem;
}
.text-xs{
font-size: 0.75rem;
line-height: 1rem;
}
.font-bold{
font-weight: 700;
}
.font-extrabold{
font-weight: 800;
}
.font-extralight{
font-weight: 200;
}
.font-light{
font-weight: 300;
}
.font-normal{
font-weight: 400;
}
.uppercase{
text-transform: uppercase;
}
.lowercase{
text-transform: lowercase;
}
.\!text-black{
--tw-text-opacity: 1 !important;
color: rgba(0, 0, 0, 1) ;
color: rgba(0, 0, 0, var(--tw-text-opacity)) ;
}
.\!text-green-500{
--tw-text-opacity: 1 !important;
color: rgba(34, 197, 94, 1) ;
color: rgba(34, 197, 94, var(--tw-text-opacity)) ;
}
.\!text-slate-500{
--tw-text-opacity: 1 !important;
color: rgba(100, 116, 139, 1) ;
color: rgba(100, 116, 139, var(--tw-text-opacity)) ;
}
.\!text-white{
--tw-text-opacity: 1 !important;
color: rgba(255, 255, 255, 1) ;
color: rgba(255, 255, 255, var(--tw-text-opacity)) ;
}
.text-black{
--tw-text-opacity: 1;
color: rgba(0, 0, 0, 1);
color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-blue-700{
--tw-text-opacity: 1;
color: rgba(29, 78, 216, 1);
color: rgba(29, 78, 216, var(--tw-text-opacity));
}
.text-gray-400{
--tw-text-opacity: 1;
color: rgba(156, 163, 175, 1);
color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-green-500{
--tw-text-opacity: 1;
color: rgba(34, 197, 94, 1);
color: rgba(34, 197, 94, var(--tw-text-opacity));
}
.text-inherit{
color: inherit;
}
.text-orange-600\/30{
color: rgba(234, 88, 12, 0.3);
}
.text-red-500{
--tw-text-opacity: 1;
color: rgba(239, 68, 68, 1);
color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-slate-300{
--tw-text-opacity: 1;
color: rgba(203, 213, 225, 1);
color: rgba(203, 213, 225, var(--tw-text-opacity));
}
.text-slate-500{
--tw-text-opacity: 1;
color: rgba(100, 116, 139, 1);
color: rgba(100, 116, 139, var(--tw-text-opacity));
}
.text-white{
--tw-text-opacity: 1;
color: rgba(255, 255, 255, 1);
color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-yellow-700{
--tw-text-opacity: 1;
color: rgba(161, 98, 7, 1);
color: rgba(161, 98, 7, var(--tw-text-opacity));
}
.underline{
text-decoration-line: underline;
}
.shadow-2xl{
--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 25px 50px -12px rgba(0, 0, 0, 0.25);
box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-lg{
--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.shadow-sm{
--tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), 0 1px 2px 0 rgba(0, 0, 0, 0.05);
box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
}
.outline-none{
outline: 2px solid transparent;
outline-offset: 2px;
}
.filter{
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
:root {
--animate-delay: 0.05s;
}
.code {
max-width: 100%;
max-height: 100px;
background: black;
color: white;
margin: 0;
border-radius: 0.5em;
overflow: hidden;
padding: 0;
}
.line-1 {
max-height: 100px;
}
.line-2 {
max-height: 200px;
}
.line-3 {
max-height: 300px;
}
.line-4 {
max-height: 400px;
}
.code .title {
padding: 0.8em;
font-size: small;
background: rgba(255, 255, 255, 0.25);
margin: 0;
}
.code .snippet {
background: transparent;
display: block;
overflow: scroll;
margin: 0.1em;
}
pre,
code {
background: transparent ;
}
pre,
code {
padding: 0;
margin: 0;
}
/* Hide scrollbar for Chrome, Safari and Opera */
*::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
* {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
background: transparent;
}
.first-letter\:uppercase::first-letter{
text-transform: uppercase;
}
.placeholder\:pl-2::-moz-placeholder{
padding-left: 0.5rem;
}
.placeholder\:pl-2::placeholder{
padding-left: 0.5rem;
}
.placeholder\:text-sm::-moz-placeholder{
font-size: 0.875rem;
line-height: 1.25rem;
}
.placeholder\:text-sm::placeholder{
font-size: 0.875rem;
line-height: 1.25rem;
}
.placeholder\:font-bold::-moz-placeholder{
font-weight: 700;
}
.placeholder\:font-bold::placeholder{
font-weight: 700;
}
.placeholder\:uppercase::-moz-placeholder{
text-transform: uppercase;
}
.placeholder\:uppercase::placeholder{
text-transform: uppercase;
}
.placeholder\:text-black\/40::-moz-placeholder{
color: rgba(0, 0, 0, 0.4);
}
.placeholder\:text-black\/40::placeholder{
color: rgba(0, 0, 0, 0.4);
}
.placeholder\:text-slate-400::-moz-placeholder{
--tw-text-opacity: 1;
color: rgba(148, 163, 184, 1);
color: rgba(148, 163, 184, var(--tw-text-opacity));
}
.placeholder\:text-slate-400::placeholder{
--tw-text-opacity: 1;
color: rgba(148, 163, 184, 1);
color: rgba(148, 163, 184, var(--tw-text-opacity));
}
.placeholder\:text-white\/40::-moz-placeholder{
color: rgba(255, 255, 255, 0.4);
}
.placeholder\:text-white\/40::placeholder{
color: rgba(255, 255, 255, 0.4);
}
.disabled\:opacity-25:disabled{
opacity: 0.25;
}