diff --git a/dist/tailshape.css b/dist/tailshape.css index c2d0133..fe9e06f 100755 --- a/dist/tailshape.css +++ b/dist/tailshape.css @@ -518,6 +518,10 @@ Ensure the default browser behavior of the `hidden` attribute. pointer-events: none; } +.fixed { + position: fixed; +} + .absolute { position: absolute; } @@ -526,6 +530,11 @@ Ensure the default browser behavior of the `hidden` attribute. position: relative; } +.sticky { + position: -webkit-sticky; + position: sticky; +} + .inset-0 { top: 0px; right: 0px; @@ -555,6 +564,10 @@ Ensure the default browser behavior of the `hidden` attribute. top: 0px; } +.left-0 { + left: 0px; +} + .top-1\/2 { top: 50%; } @@ -571,10 +584,6 @@ Ensure the default browser behavior of the `hidden` attribute. bottom: auto; } -.left-0 { - left: 0px; -} - .right-4 { right: 1rem; } @@ -651,14 +660,18 @@ Ensure the default browser behavior of the `hidden` attribute. order: 2; } -.col-span-3 { - grid-column: span 3 / span 3; +.col-span-7 { + grid-column: span 7 / span 7; } .col-span-1 { grid-column: span 1 / span 1; } +.col-span-3 { + grid-column: span 3 / span 3; +} + .col-span-2 { grid-column: span 2 / span 2; } @@ -679,10 +692,6 @@ Ensure the default browser behavior of the `hidden` attribute. grid-column: auto; } -.col-span-7 { - grid-column: span 7 / span 7; -} - .float-right { float: right; } @@ -695,14 +704,14 @@ Ensure the default browser behavior of the `hidden` attribute. margin: 2rem; } -.m-1 { - margin: 0.25rem; -} - .m-auto { margin: auto; } +.m-1 { + margin: 0.25rem; +} + .m-2 { margin: 0.5rem; } @@ -758,6 +767,11 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 0.25rem; } +.my-auto { + margin-top: auto; + margin-bottom: auto; +} + .my-4 { margin-top: 1rem; margin-bottom: 1rem; @@ -803,11 +817,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 2rem; } -.my-auto { - margin-top: auto; - margin-bottom: auto; -} - .mx-3 { margin-left: 0.75rem; margin-right: 0.75rem; @@ -868,6 +877,11 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: -1.5rem; } +.mx-5 { + margin-left: 1.25rem; + margin-right: 1.25rem; +} + .mb-\[60px\] { margin-bottom: 60px; } @@ -920,42 +934,50 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 0.5rem; } -.mt-12 { - margin-top: 3rem; +.mb-1 { + margin-bottom: 0.25rem; } -.mt-1 { - margin-top: 0.25rem; -} - -.mt-4 { - margin-top: 1rem; -} - -.ml-2 { - margin-left: 0.5rem; +.ml-4 { + margin-left: 1rem; } .mr-1 { margin-right: 0.25rem; } -.mt-16 { - margin-top: 4rem; -} - -.-mt-5 { - margin-top: -1.25rem; -} - -.ml-3 { - margin-left: 0.75rem; +.mt-4 { + margin-top: 1rem; } .mt-10 { margin-top: 2.5rem; } +.mb-5 { + margin-bottom: 1.25rem; +} + +.mt-5 { + margin-top: 1.25rem; +} + +.ml-2 { + margin-left: 0.5rem; +} + +.-mr-1 { + margin-right: -0.25rem; +} + +.mt-2\.5 { + margin-top: 0.625rem; +} + +.ml-3 { + margin-left: 0.75rem; +} + .mb-6 { margin-bottom: 1.5rem; } @@ -964,6 +986,26 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 0px; } +.ml-1 { + margin-left: 0.25rem; +} + +.mt-12 { + margin-top: 3rem; +} + +.mt-1 { + margin-top: 0.25rem; +} + +.mt-16 { + margin-top: 4rem; +} + +.-mt-5 { + margin-top: -1.25rem; +} + .mb-12 { margin-bottom: 3rem; } @@ -988,18 +1030,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 1.5rem; } -.ml-1 { - margin-left: 0.25rem; -} - .ml-6 { margin-left: 1.5rem; } -.mb-1 { - margin-bottom: 0.25rem; -} - .-mt-20 { margin-top: -5rem; } @@ -1032,22 +1066,10 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 4rem; } -.ml-4 { - margin-left: 1rem; -} - .mr-3 { margin-right: 0.75rem; } -.mt-5 { - margin-top: 1.25rem; -} - -.mb-5 { - margin-bottom: 1.25rem; -} - .mt-20 { margin-top: 5rem; } @@ -1076,10 +1098,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: -0.25rem; } -.-mr-1 { - margin-right: -0.25rem; -} - .-mt-2 { margin-top: -0.5rem; } @@ -1104,10 +1122,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: -0.5rem; } -.-mt-48 { - margin-top: -12rem; -} - .-mt-16 { margin-top: -4rem; } @@ -1180,14 +1194,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: 2.5rem; } -.mb-40 { - margin-bottom: 10rem; -} - -.mt-2\.5 { - margin-top: 0.625rem; -} - .block { display: block; } @@ -1196,6 +1202,10 @@ Ensure the default browser behavior of the `hidden` attribute. display: inline-block; } +.inline { + display: inline; +} + .flex { display: flex; } @@ -1252,22 +1262,6 @@ Ensure the default browser behavior of the `hidden` attribute. height: 2rem; } -.h-4 { - height: 1rem; -} - -.h-12 { - height: 3rem; -} - -.h-5 { - height: 1.25rem; -} - -.h-px { - height: 1px; -} - .h-auto { height: auto; } @@ -1276,6 +1270,26 @@ Ensure the default browser behavior of the `hidden` attribute. height: 0.75rem; } +.h-44 { + height: 11rem; +} + +.h-4 { + height: 1rem; +} + +.h-5 { + height: 1.25rem; +} + +.h-12 { + height: 3rem; +} + +.h-px { + height: 1px; +} + .h-64 { height: 16rem; } @@ -1316,10 +1330,6 @@ Ensure the default browser behavior of the `hidden` attribute. height: 12rem; } -.h-44 { - height: 11rem; -} - .max-h-0 { max-height: 0px; } @@ -1352,22 +1362,26 @@ Ensure the default browser behavior of the `hidden` attribute. width: 2rem; } -.w-32 { - width: 8rem; +.w-3\/5 { + width: 60%; } -.w-10 { - width: 2.5rem; +.w-2\/5 { + width: 40%; +} + +.w-8\/12 { + width: 66.666667%; +} + +.w-48 { + width: 12rem; } .w-4 { width: 1rem; } -.w-64 { - width: 16rem; -} - .w-auto { width: auto; } @@ -1376,6 +1390,18 @@ Ensure the default browser behavior of the `hidden` attribute. width: 1.25rem; } +.w-32 { + width: 8rem; +} + +.w-10 { + width: 2.5rem; +} + +.w-64 { + width: 16rem; +} + .w-24 { width: 6rem; } @@ -1440,10 +1466,6 @@ Ensure the default browser behavior of the `hidden` attribute. width: 91.666667%; } -.w-48 { - width: 12rem; -} - .w-7\/12 { width: 58.333333%; } @@ -1488,20 +1510,8 @@ Ensure the default browser behavior of the `hidden` attribute. width: 18rem; } -.w-96 { - width: 24rem; -} - -.w-3\/5 { - width: 60%; -} - -.w-2\/5 { - width: 40%; -} - -.w-8\/12 { - width: 66.666667%; +.w-1 { + width: 0.25rem; } .min-w-0 { @@ -1532,8 +1542,8 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 28rem; } -.max-w-screen-xl { - max-width: 1280px; +.max-w-6xl { + max-width: 72rem; } .max-w-3xl { @@ -1548,6 +1558,10 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 80rem; } +.max-w-screen-xl { + max-width: 1280px; +} + .max-w-full { max-width: 100%; } @@ -1568,10 +1582,6 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 36rem; } -.max-w-6xl { - max-width: 72rem; -} - .max-w-5xl { max-width: 64rem; } @@ -1616,6 +1626,10 @@ Ensure the default browser behavior of the `hidden` attribute. flex-grow: 1; } +.table-auto { + table-layout: auto; +} + .-translate-y-1\/2 { --tw-translate-y: -50%; transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); @@ -1700,6 +1714,12 @@ Ensure the default browser behavior of the `hidden` attribute. transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } +.scale-150 { + --tw-scale-x: 1.5; + --tw-scale-y: 1.5; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + .transform { transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } @@ -1748,14 +1768,18 @@ Ensure the default browser behavior of the `hidden` attribute. appearance: none; } -.grid-cols-2 { - grid-template-columns: repeat(2, minmax(0, 1fr)); +.grid-cols-7 { + grid-template-columns: repeat(7, minmax(0, 1fr)); } .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); } +.grid-cols-2 { + grid-template-columns: repeat(2, minmax(0, 1fr)); +} + .grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } @@ -1768,10 +1792,6 @@ Ensure the default browser behavior of the `hidden` attribute. grid-template-columns: repeat(8, minmax(0, 1fr)); } -.grid-cols-7 { - grid-template-columns: repeat(7, minmax(0, 1fr)); -} - .flex-row { flex-direction: row; } @@ -1788,6 +1808,10 @@ Ensure the default browser behavior of the `hidden` attribute. flex-wrap: wrap; } +.flex-nowrap { + flex-wrap: nowrap; +} + .place-items-center { place-items: center; } @@ -1840,6 +1864,10 @@ Ensure the default browser behavior of the `hidden` attribute. justify-content: space-evenly; } +.gap-10 { + gap: 2.5rem; +} + .gap-4 { gap: 1rem; } @@ -1852,10 +1880,6 @@ Ensure the default browser behavior of the `hidden` attribute. gap: 1.25rem; } -.gap-10 { - gap: 2.5rem; -} - .gap-16 { gap: 4rem; } @@ -1880,6 +1904,14 @@ Ensure the default browser behavior of the `hidden` attribute. gap: 0.25rem; } +.gap-24 { + gap: 6rem; +} + +.gap-3 { + gap: 0.75rem; +} + .gap-x-3 { -moz-column-gap: 0.75rem; column-gap: 0.75rem; @@ -1911,6 +1943,30 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: calc(1rem * var(--tw-space-y-reverse)); } +.space-y-8 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(2rem * var(--tw-space-y-reverse)); +} + +.space-y-2 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); +} + +.space-y-3 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); +} + +.space-x-0 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(0px * var(--tw-space-x-reverse)); + margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); +} + .space-y-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))); @@ -1929,12 +1985,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)); } -.space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); -} - .space-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(1rem * var(--tw-space-x-reverse)); @@ -1947,18 +1997,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); } -.space-y-8 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(2rem * var(--tw-space-y-reverse)); -} - -.space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); -} - .space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.5rem * var(--tw-space-x-reverse)); @@ -1983,12 +2021,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)); } -.space-x-0 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0px * var(--tw-space-x-reverse)); - margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); -} - .space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.375rem * var(--tw-space-x-reverse)); @@ -2049,6 +2081,11 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(243 244 246 / var(--tw-divide-opacity)); } +.divide-gray-700 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgb(55 65 81 / var(--tw-divide-opacity)); +} + .divide-opacity-50 > :not([hidden]) ~ :not([hidden]) { --tw-divide-opacity: 0.5; } @@ -2073,10 +2110,18 @@ Ensure the default browser behavior of the `hidden` attribute. align-self: stretch; } +.overflow-auto { + overflow: auto; +} + .overflow-hidden { overflow: hidden; } +.overflow-x-auto { + overflow-x: auto; +} + .overflow-y-auto { overflow-y: auto; } @@ -2119,6 +2164,10 @@ Ensure the default browser behavior of the `hidden` attribute. border-radius: 0.375rem; } +.rounded-none { + border-radius: 0px; +} + .rounded-xl { border-radius: 0.75rem; } @@ -2127,15 +2176,26 @@ Ensure the default browser behavior of the `hidden` attribute. border-radius: 1rem; } -.rounded-none { - border-radius: 0px; -} - .rounded-t-xl { border-top-left-radius: 0.75rem; border-top-right-radius: 0.75rem; } +.rounded-l-lg { + border-top-left-radius: 0.5rem; + border-bottom-left-radius: 0.5rem; +} + +.rounded-r-lg { + border-top-right-radius: 0.5rem; + border-bottom-right-radius: 0.5rem; +} + +.rounded-t-lg { + border-top-left-radius: 0.5rem; + border-top-right-radius: 0.5rem; +} + .rounded-b-none { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; @@ -2156,11 +2216,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-top-right-radius: 0.25rem; } -.rounded-t-lg { - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; -} - .rounded-b-lg { border-bottom-right-radius: 0.5rem; border-bottom-left-radius: 0.5rem; @@ -2176,14 +2231,20 @@ Ensure the default browser behavior of the `hidden` attribute. border-bottom-right-radius: 9999px; } -.rounded-l-lg { - border-top-left-radius: 0.5rem; - border-bottom-left-radius: 0.5rem; +.rounded-tl { + border-top-left-radius: 0.25rem; } -.rounded-r-lg { - border-top-right-radius: 0.5rem; - border-bottom-right-radius: 0.5rem; +.rounded-bl { + border-bottom-left-radius: 0.25rem; +} + +.rounded-tr { + border-top-right-radius: 0.25rem; +} + +.rounded-br { + border-bottom-right-radius: 0.25rem; } .border { @@ -2194,14 +2255,14 @@ Ensure the default browser behavior of the `hidden` attribute. border-width: 4px; } -.border-0 { - border-width: 0px; -} - .border-2 { border-width: 2px; } +.border-0 { + border-width: 0px; +} + .border-b-0 { border-bottom-width: 0px; } @@ -2304,6 +2365,21 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(209 213 219 / var(--tw-border-opacity)); } +.border-black { + --tw-border-opacity: 1; + border-color: rgb(0 0 0 / var(--tw-border-opacity)); +} + +.border-green-800 { + --tw-border-opacity: 1; + border-color: rgb(22 101 52 / var(--tw-border-opacity)); +} + +.border-pink-100 { + --tw-border-opacity: 1; + border-color: rgb(252 231 243 / var(--tw-border-opacity)); +} + .border-gray-800 { --tw-border-opacity: 1; border-color: rgb(31 41 55 / var(--tw-border-opacity)); @@ -2391,11 +2467,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(219 39 119 / var(--tw-border-opacity)); } -.border-black { - --tw-border-opacity: 1; - border-color: rgb(0 0 0 / var(--tw-border-opacity)); -} - .border-blue-400 { --tw-border-opacity: 1; border-color: rgb(96 165 250 / var(--tw-border-opacity)); @@ -2406,16 +2477,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(20 184 166 / var(--tw-border-opacity)); } -.border-green-800 { - --tw-border-opacity: 1; - border-color: rgb(22 101 52 / var(--tw-border-opacity)); -} - -.border-pink-100 { - --tw-border-opacity: 1; - border-color: rgb(252 231 243 / var(--tw-border-opacity)); -} - .border-b-gray-800 { --tw-border-opacity: 1; border-bottom-color: rgb(31 41 55 / var(--tw-border-opacity)); @@ -2426,11 +2487,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-bottom-color: rgb(107 114 128 / var(--tw-border-opacity)); } -.border-l-black { - --tw-border-opacity: 1; - border-left-color: rgb(0 0 0 / var(--tw-border-opacity)); -} - .border-opacity-50 { --tw-border-opacity: 0.5; } @@ -2520,9 +2576,19 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(31 41 55 / var(--tw-bg-opacity)); } -.bg-gray-700 { +.bg-yellow-600 { --tw-bg-opacity: 1; - background-color: rgb(55 65 81 / var(--tw-bg-opacity)); + background-color: rgb(202 138 4 / var(--tw-bg-opacity)); +} + +.bg-indigo-700 { + --tw-bg-opacity: 1; + background-color: rgb(67 56 202 / var(--tw-bg-opacity)); +} + +.bg-indigo-100 { + --tw-bg-opacity: 1; + background-color: rgb(224 231 255 / var(--tw-bg-opacity)); } .bg-indigo-500 { @@ -2530,6 +2596,41 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(99 102 241 / var(--tw-bg-opacity)); } +.bg-black { + --tw-bg-opacity: 1; + background-color: rgb(0 0 0 / var(--tw-bg-opacity)); +} + +.bg-red-500 { + --tw-bg-opacity: 1; + background-color: rgb(239 68 68 / var(--tw-bg-opacity)); +} + +.bg-blue-700 { + --tw-bg-opacity: 1; + background-color: rgb(29 78 216 / var(--tw-bg-opacity)); +} + +.bg-purple-800 { + --tw-bg-opacity: 1; + background-color: rgb(107 33 168 / var(--tw-bg-opacity)); +} + +.bg-green-800 { + --tw-bg-opacity: 1; + background-color: rgb(22 101 52 / var(--tw-bg-opacity)); +} + +.bg-pink-100 { + --tw-bg-opacity: 1; + background-color: rgb(252 231 243 / var(--tw-bg-opacity)); +} + +.bg-gray-700 { + --tw-bg-opacity: 1; + background-color: rgb(55 65 81 / var(--tw-bg-opacity)); +} + .bg-blue-600 { --tw-bg-opacity: 1; background-color: rgb(37 99 235 / var(--tw-bg-opacity)); @@ -2544,11 +2645,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: transparent; } -.bg-black { - --tw-bg-opacity: 1; - background-color: rgb(0 0 0 / var(--tw-bg-opacity)); -} - .bg-cyan-100 { --tw-bg-opacity: 1; background-color: rgb(207 250 254 / var(--tw-bg-opacity)); @@ -2559,11 +2655,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(103 232 249 / var(--tw-bg-opacity)); } -.bg-red-500 { - --tw-bg-opacity: 1; - background-color: rgb(239 68 68 / var(--tw-bg-opacity)); -} - .bg-orange-500 { --tw-bg-opacity: 1; background-color: rgb(249 115 22 / var(--tw-bg-opacity)); @@ -2614,11 +2705,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(248 113 113 / var(--tw-bg-opacity)); } -.bg-indigo-700 { - --tw-bg-opacity: 1; - background-color: rgb(67 56 202 / var(--tw-bg-opacity)); -} - .bg-red-600 { --tw-bg-opacity: 1; background-color: rgb(220 38 38 / var(--tw-bg-opacity)); @@ -2634,11 +2720,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(199 210 254 / var(--tw-bg-opacity)); } -.bg-indigo-100 { - --tw-bg-opacity: 1; - background-color: rgb(224 231 255 / var(--tw-bg-opacity)); -} - .bg-red-200 { --tw-bg-opacity: 1; background-color: rgb(254 202 202 / var(--tw-bg-opacity)); @@ -2664,11 +2745,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(30 64 175 / var(--tw-bg-opacity)); } -.bg-blue-700 { - --tw-bg-opacity: 1; - background-color: rgb(29 78 216 / var(--tw-bg-opacity)); -} - .bg-purple-400 { --tw-bg-opacity: 1; background-color: rgb(192 132 252 / var(--tw-bg-opacity)); @@ -2689,16 +2765,16 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(58 59 60 / var(--tw-bg-opacity)); } -.bg-purple-800 { - --tw-bg-opacity: 1; - background-color: rgb(107 33 168 / var(--tw-bg-opacity)); -} - .bg-teal-600 { --tw-bg-opacity: 1; background-color: rgb(13 148 136 / var(--tw-bg-opacity)); } +.bg-teal-400 { + --tw-bg-opacity: 1; + background-color: rgb(45 212 191 / var(--tw-bg-opacity)); +} + .bg-indigo-300 { --tw-bg-opacity: 1; background-color: rgb(165 180 252 / var(--tw-bg-opacity)); @@ -2719,34 +2795,29 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(96 165 250 / var(--tw-bg-opacity)); } -.bg-red-300 { +.bg-purple-300 { --tw-bg-opacity: 1; - background-color: rgb(252 165 165 / var(--tw-bg-opacity)); + background-color: rgb(216 180 254 / var(--tw-bg-opacity)); } -.bg-teal-400 { +.bg-violet-700 { --tw-bg-opacity: 1; - background-color: rgb(45 212 191 / var(--tw-bg-opacity)); + background-color: rgb(109 40 217 / var(--tw-bg-opacity)); } -.bg-teal-800 { +.bg-violet-600 { --tw-bg-opacity: 1; - background-color: rgb(17 94 89 / var(--tw-bg-opacity)); + background-color: rgb(124 58 237 / var(--tw-bg-opacity)); } -.bg-green-800 { +.bg-cyan-800 { --tw-bg-opacity: 1; - background-color: rgb(22 101 52 / var(--tw-bg-opacity)); + background-color: rgb(21 94 117 / var(--tw-bg-opacity)); } -.bg-pink-100 { +.bg-purple-900 { --tw-bg-opacity: 1; - background-color: rgb(252 231 243 / var(--tw-bg-opacity)); -} - -.bg-yellow-600 { - --tw-bg-opacity: 1; - background-color: rgb(202 138 4 / var(--tw-bg-opacity)); + background-color: rgb(88 28 135 / var(--tw-bg-opacity)); } .bg-opacity-5 { @@ -2769,10 +2840,22 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-bg-opacity: 0.7; } +.bg-opacity-40 { + --tw-bg-opacity: 0.4; +} + .bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-stops)); } +.bg-\[url\(\'https\:\/\/source\.unsplash\.com\/random\/640x480\/\?grayscale\'\)\] { + background-image: url('https://source.unsplash.com/random/640x480/?grayscale'); +} + +.bg-gradient-to-b { + background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); +} + .bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); } @@ -2785,44 +2868,20 @@ Ensure the default browser behavior of the `hidden` attribute. background-image: url(https://images.unsplash.com/photo-1514525253161-7a46d19cd819?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1267&q=80); } -.bg-gradient-to-b { - background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); -} - .bg-\[url\(https\:\/\/picsum\.photos\/400\/400\?grayscale\)\] { background-image: url(https://picsum.photos/400/400?grayscale); } +.bg-gradient-to-tr { + background-image: linear-gradient(to top right, var(--tw-gradient-stops)); +} + .bg-\[url\(\)\] { background-image: url(); } -.bg-\[url\(\'https\:\/\/source\.unsplash\.com\/random\/640x480\'\)\] { - background-image: url('https://source.unsplash.com/random/640x480'); -} - -.bg-\[url\(\'https\:\/\/source\.unsplash\.com\/random\/640x480\/\'\)\] { - background-image: url('https://source.unsplash.com/random/640x480/'); -} - -.bg-\[url\(\'https\:\/\/source\.unsplash\.com\/random\/640x480\/tree\'\)\] { - background-image: url('https://source.unsplash.com/random/640x480/tree'); -} - -.bg-\[url\(\'https\:\/\/source\.unsplash\.com\/random\/640x480\/tech\'\)\] { - background-image: url('https://source.unsplash.com/random/640x480/tech'); -} - -.bg-\[url\(\'https\:\/\/source\.unsplash\.com\/random\/640x480\/\?tech\'\)\] { - background-image: url('https://source.unsplash.com/random/640x480/?tech'); -} - -.bg-\[url\(\'https\:\/\/source\.unsplash\.com\/random\/640x480\/\?grayscale\2c tech\'\)\] { - background-image: url('https://source.unsplash.com/random/640x480/?grayscale,tech'); -} - -.bg-\[url\(\'https\:\/\/source\.unsplash\.com\/random\/640x480\/\?grayscale\'\)\] { - background-image: url('https://source.unsplash.com/random/640x480/?grayscale'); +.bg-\[url\(https\:\/\/i\.postimg\.cc\/13pssvxG\/bg-image\.png\)\] { + background-image: url(https://i.postimg.cc/13pssvxG/bg-image.png); } .from-purple-100 { @@ -2835,6 +2894,11 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(253 242 248 / 0)); } +.from-gray-100 { + --tw-gradient-from: #f3f4f6; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(243 244 246 / 0)); +} + .from-pink-500 { --tw-gradient-from: #ec4899; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(236 72 153 / 0)); @@ -2850,9 +2914,9 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(59 130 246 / 0)); } -.from-gray-100 { - --tw-gradient-from: #f3f4f6; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(243 244 246 / 0)); +.from-blue-900 { + --tw-gradient-from: #1e3a8a; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(30 58 138 / 0)); } .via-red-300 { @@ -2871,6 +2935,10 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-gradient-to: #e0e7ff; } +.to-white { + --tw-gradient-to: #fff; +} + .to-yellow-500 { --tw-gradient-to: #eab308; } @@ -2883,8 +2951,8 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-gradient-to: #2563eb; } -.to-white { - --tw-gradient-to: #fff; +.to-blue-500 { + --tw-gradient-to: #3b82f6; } .bg-cover { @@ -2936,10 +3004,6 @@ Ensure the default browser behavior of the `hidden` attribute. fill: #1f2937; } -.fill-emerald-200 { - fill: #a7f3d0; -} - .stroke-gray-500 { stroke: #6b7280; } @@ -2957,16 +3021,16 @@ Ensure the default browser behavior of the `hidden` attribute. object-fit: cover; } -.object-center { - -o-object-position: center; - object-position: center; -} - .object-top { -o-object-position: top; object-position: top; } +.object-center { + -o-object-position: center; + object-position: center; +} + .p-4 { padding: 1rem; } @@ -2995,6 +3059,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 0.5rem; } +.p-8 { + padding: 2rem; +} + .p-6 { padding: 1.5rem; } @@ -3003,10 +3071,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 0.25rem; } -.p-8 { - padding: 2rem; -} - .p-28 { padding: 7rem; } @@ -3019,6 +3083,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 0px; } +.p-0\.5 { + padding: 0.125rem; +} + .px-4 { padding-left: 1rem; padding-right: 1rem; @@ -3074,94 +3142,29 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 1rem; } -.py-12 { - padding-top: 3rem; - padding-bottom: 3rem; -} - -.py-16 { - padding-top: 4rem; - padding-bottom: 4rem; -} - -.py-10 { - padding-top: 2.5rem; - padding-bottom: 2.5rem; -} - -.py-24 { - padding-top: 6rem; - padding-bottom: 6rem; -} - .py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; } -.px-3 { - padding-left: 0.75rem; - padding-right: 0.75rem; -} - -.py-1 { - padding-top: 0.25rem; - padding-bottom: 0.25rem; -} - -.px-20 { - padding-left: 5rem; - padding-right: 5rem; -} - -.px-12 { - padding-left: 3rem; - padding-right: 3rem; -} - -.py-32 { - padding-top: 8rem; - padding-bottom: 8rem; -} - -.px-0 { - padding-left: 0px; - padding-right: 0px; -} - .px-8 { padding-left: 2rem; padding-right: 2rem; } -.py-9 { - padding-top: 2.25rem; - padding-bottom: 2.25rem; +.py-40 { + padding-top: 10rem; + padding-bottom: 10rem; } -.px-1 { - padding-left: 0.25rem; - padding-right: 0.25rem; +.py-16 { + padding-top: 4rem; + padding-bottom: 4rem; } -.py-48 { - padding-top: 12rem; - padding-bottom: 12rem; -} - -.py-px { - padding-top: 1px; - padding-bottom: 1px; -} - -.px-7 { - padding-left: 1.75rem; - padding-right: 1.75rem; -} - -.px-16 { - padding-left: 4rem; - padding-right: 4rem; +.px-3 { + padding-left: 0.75rem; + padding-right: 0.75rem; } .px-2\.5 { @@ -3184,9 +3187,74 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 0.625rem; } -.py-40 { - padding-top: 10rem; - padding-bottom: 10rem; +.px-0 { + padding-left: 0px; + padding-right: 0px; +} + +.py-12 { + padding-top: 3rem; + padding-bottom: 3rem; +} + +.px-1 { + padding-left: 0.25rem; + padding-right: 0.25rem; +} + +.py-10 { + padding-top: 2.5rem; + padding-bottom: 2.5rem; +} + +.py-24 { + padding-top: 6rem; + padding-bottom: 6rem; +} + +.py-1 { + padding-top: 0.25rem; + padding-bottom: 0.25rem; +} + +.px-20 { + padding-left: 5rem; + padding-right: 5rem; +} + +.px-12 { + padding-left: 3rem; + padding-right: 3rem; +} + +.py-32 { + padding-top: 8rem; + padding-bottom: 8rem; +} + +.py-9 { + padding-top: 2.25rem; + padding-bottom: 2.25rem; +} + +.py-48 { + padding-top: 12rem; + padding-bottom: 12rem; +} + +.py-px { + padding-top: 1px; + padding-bottom: 1px; +} + +.px-7 { + padding-left: 1.75rem; + padding-right: 1.75rem; +} + +.px-16 { + padding-left: 4rem; + padding-right: 4rem; } .pt-20 { @@ -3225,6 +3293,18 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 2.5rem; } +.pt-2 { + padding-top: 0.5rem; +} + +.pb-8 { + padding-bottom: 2rem; +} + +.pb-5 { + padding-bottom: 1.25rem; +} + .pl-3 { padding-left: 0.75rem; } @@ -3281,10 +3361,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 0.5rem; } -.pb-8 { - padding-bottom: 2rem; -} - .pb-3 { padding-bottom: 0.75rem; } @@ -3297,18 +3373,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding-left: 2.5rem; } -.pt-2 { - padding-top: 0.5rem; -} - .pr-0 { padding-right: 0px; } -.pb-5 { - padding-bottom: 1.25rem; -} - .pb-24 { padding-bottom: 6rem; } @@ -3353,14 +3421,14 @@ Ensure the default browser behavior of the `hidden` attribute. padding-left: 1.5rem; } -.pl-24 { - padding-left: 6rem; -} - .pl-2 { padding-left: 0.5rem; } +.pl-24 { + padding-left: 6rem; +} + .pt-0\.5 { padding-top: 0.125rem; } @@ -3369,10 +3437,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-top: 0.25rem; } -.pb-64 { - padding-bottom: 16rem; -} - .pb-0 { padding-bottom: 0px; } @@ -3401,12 +3465,8 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 14rem; } -.pb-32 { - padding-bottom: 8rem; -} - -.pb-40 { - padding-bottom: 10rem; +.pr-1 { + padding-right: 0.25rem; } .text-left { @@ -3429,14 +3489,14 @@ Ensure the default browser behavior of the `hidden` attribute. vertical-align: middle; } -.font-sans { - font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; -} - .font-serif { font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; } +.font-sans { + font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; +} + .font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } @@ -3471,23 +3531,23 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1rem; } +.text-5xl { + font-size: 3rem; + line-height: 1; +} + .text-2xl { font-size: 1.5rem; line-height: 2rem; } -.text-7xl { - font-size: 4.5rem; - line-height: 1; -} - .text-4xl { font-size: 2.25rem; line-height: 2.5rem; } -.text-5xl { - font-size: 3rem; +.text-7xl { + font-size: 4.5rem; line-height: 1; } @@ -3552,6 +3612,14 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.5rem; } +.leading-tight { + line-height: 1.25; +} + +.leading-none { + line-height: 1; +} + .leading-normal { line-height: 1.5; } @@ -3564,10 +3632,6 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 2rem; } -.leading-none { - line-height: 1; -} - .leading-4 { line-height: 1rem; } @@ -3576,10 +3640,6 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.25rem; } -.leading-tight { - line-height: 1.25; -} - .leading-snug { line-height: 1.375; } @@ -3592,26 +3652,26 @@ Ensure the default browser behavior of the `hidden` attribute. letter-spacing: -0.025em; } -.tracking-wide { - letter-spacing: 0.025em; +.tracking-widest { + letter-spacing: 0.1em; +} + +.tracking-tighter { + letter-spacing: -0.05em; } .tracking-wider { letter-spacing: 0.05em; } -.tracking-widest { - letter-spacing: 0.1em; +.tracking-wide { + letter-spacing: 0.025em; } .tracking-normal { letter-spacing: 0em; } -.tracking-tighter { - letter-spacing: -0.05em; -} - .text-black { --tw-text-opacity: 1; color: rgb(0 0 0 / var(--tw-text-opacity)); @@ -3662,6 +3722,51 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(156 163 175 / var(--tw-text-opacity)); } +.text-indigo-200 { + --tw-text-opacity: 1; + color: rgb(199 210 254 / var(--tw-text-opacity)); +} + +.text-indigo-700 { + --tw-text-opacity: 1; + color: rgb(67 56 202 / var(--tw-text-opacity)); +} + +.text-indigo-100 { + --tw-text-opacity: 1; + color: rgb(224 231 255 / var(--tw-text-opacity)); +} + +.text-gray-300 { + --tw-text-opacity: 1; + color: rgb(209 213 219 / var(--tw-text-opacity)); +} + +.text-yellow-300 { + --tw-text-opacity: 1; + color: rgb(253 224 71 / var(--tw-text-opacity)); +} + +.text-blue-800 { + --tw-text-opacity: 1; + color: rgb(30 64 175 / var(--tw-text-opacity)); +} + +.text-green-800 { + --tw-text-opacity: 1; + color: rgb(22 101 52 / var(--tw-text-opacity)); +} + +.text-pink-900 { + --tw-text-opacity: 1; + color: rgb(131 24 67 / var(--tw-text-opacity)); +} + +.text-gray-200 { + --tw-text-opacity: 1; + color: rgb(229 231 235 / var(--tw-text-opacity)); +} + .text-blue-500 { --tw-text-opacity: 1; color: rgb(59 130 246 / var(--tw-text-opacity)); @@ -3672,11 +3777,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(219 39 119 / var(--tw-text-opacity)); } -.text-gray-300 { - --tw-text-opacity: 1; - color: rgb(209 213 219 / var(--tw-text-opacity)); -} - .text-purple-400 { --tw-text-opacity: 1; color: rgb(192 132 252 / var(--tw-text-opacity)); @@ -3732,11 +3832,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(249 250 251 / var(--tw-text-opacity)); } -.text-gray-200 { - --tw-text-opacity: 1; - color: rgb(229 231 235 / var(--tw-text-opacity)); -} - .text-pink-400 { --tw-text-opacity: 1; color: rgb(244 114 182 / var(--tw-text-opacity)); @@ -3787,11 +3882,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(22 163 74 / var(--tw-text-opacity)); } -.text-blue-800 { - --tw-text-opacity: 1; - color: rgb(30 64 175 / var(--tw-text-opacity)); -} - .text-transparent { color: transparent; } @@ -3811,11 +3901,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(79 70 229 / var(--tw-text-opacity)); } -.text-indigo-700 { - --tw-text-opacity: 1; - color: rgb(67 56 202 / var(--tw-text-opacity)); -} - .text-indigo-500 { --tw-text-opacity: 1; color: rgb(99 102 241 / var(--tw-text-opacity)); @@ -3856,21 +3941,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(16 185 129 / var(--tw-text-opacity)); } -.text-indigo-100 { - --tw-text-opacity: 1; - color: rgb(224 231 255 / var(--tw-text-opacity)); -} - -.text-indigo-200 { - --tw-text-opacity: 1; - color: rgb(199 210 254 / var(--tw-text-opacity)); -} - -.text-yellow-300 { - --tw-text-opacity: 1; - color: rgb(253 224 71 / var(--tw-text-opacity)); -} - .text-yellow-100 { --tw-text-opacity: 1; color: rgb(254 249 195 / var(--tw-text-opacity)); @@ -3896,39 +3966,9 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(113 63 18 / var(--tw-text-opacity)); } -.text-emerald-300 { +.text-purple-200 { --tw-text-opacity: 1; - color: rgb(110 231 183 / var(--tw-text-opacity)); -} - -.text-red-100 { - --tw-text-opacity: 1; - color: rgb(254 226 226 / var(--tw-text-opacity)); -} - -.text-red-500 { - --tw-text-opacity: 1; - color: rgb(239 68 68 / var(--tw-text-opacity)); -} - -.text-emerald-100 { - --tw-text-opacity: 1; - color: rgb(209 250 229 / var(--tw-text-opacity)); -} - -.text-emerald-800 { - --tw-text-opacity: 1; - color: rgb(6 95 70 / var(--tw-text-opacity)); -} - -.text-green-800 { - --tw-text-opacity: 1; - color: rgb(22 101 52 / var(--tw-text-opacity)); -} - -.text-pink-900 { - --tw-text-opacity: 1; - color: rgb(131 24 67 / var(--tw-text-opacity)); + color: rgb(233 213 255 / var(--tw-text-opacity)); } .text-opacity-50 { @@ -4010,6 +4050,33 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(75 85 99 / var(--tw-placeholder-opacity)); } +.placeholder-gray-500::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(107 114 128 / var(--tw-placeholder-opacity)); +} + +.placeholder-gray-500:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(107 114 128 / var(--tw-placeholder-opacity)); +} + +.placeholder-gray-500::placeholder { + --tw-placeholder-opacity: 1; + color: rgb(107 114 128 / var(--tw-placeholder-opacity)); +} + +.placeholder-opacity-50::-moz-placeholder { + --tw-placeholder-opacity: 0.5; +} + +.placeholder-opacity-50:-ms-input-placeholder { + --tw-placeholder-opacity: 0.5; +} + +.placeholder-opacity-50::placeholder { + --tw-placeholder-opacity: 0.5; +} + .opacity-50 { opacity: 0.5; } @@ -4062,18 +4129,18 @@ Ensure the default browser behavior of the `hidden` attribute. box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } -.shadow { - --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); - --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} - .shadow-2xl { --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25); --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } +.shadow { + --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} + .shadow-inner { --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05); --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color); @@ -4100,6 +4167,10 @@ Ensure the default browser behavior of the `hidden` attribute. outline-width: 2px; } +.outline-purple-800 { + outline-color: #6b21a8; +} + .ring-2 { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); @@ -4111,13 +4182,18 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity)); } -.brightness-125 { - --tw-brightness: brightness(1.25); +.ring-purple-800 { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(107 33 168 / var(--tw-ring-opacity)); +} + +.blur { + --tw-blur: blur(8px); 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); } -.drop-shadow-lg { - --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1)); +.brightness-125 { + --tw-brightness: brightness(1.25); 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); } @@ -4135,6 +4211,17 @@ Ensure the default browser behavior of the `hidden` attribute. 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); } +.backdrop-blur-sm { + --tw-backdrop-blur: blur(4px); + -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); + backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); +} + +.backdrop-filter { + -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); + backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); +} + .transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); @@ -4185,14 +4272,14 @@ Ensure the default browser behavior of the `hidden` attribute. transition-duration: 500ms; } -.duration-100 { - transition-duration: 100ms; -} - .duration-150 { transition-duration: 150ms; } +.duration-100 { + transition-duration: 100ms; +} + .ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } @@ -4250,6 +4337,36 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(31 41 55 / var(--tw-text-opacity)); } +.placeholder\:text-gray-300::-moz-placeholder { + --tw-text-opacity: 1; + color: rgb(209 213 219 / var(--tw-text-opacity)); +} + +.placeholder\:text-gray-300:-ms-input-placeholder { + --tw-text-opacity: 1; + color: rgb(209 213 219 / var(--tw-text-opacity)); +} + +.placeholder\:text-gray-300::placeholder { + --tw-text-opacity: 1; + color: rgb(209 213 219 / var(--tw-text-opacity)); +} + +.placeholder\:text-gray-400::-moz-placeholder { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity)); +} + +.placeholder\:text-gray-400:-ms-input-placeholder { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity)); +} + +.placeholder\:text-gray-400::placeholder { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity)); +} + .after\:content-\[\'\+\'\]::after { --tw-content: '+'; content: var(--tw-content); @@ -4320,6 +4437,11 @@ Ensure the default browser behavior of the `hidden` attribute. border-top-width: 0px; } +.hover\:border-gray-400:hover { + --tw-border-opacity: 1; + border-color: rgb(156 163 175 / var(--tw-border-opacity)); +} + .hover\:border-indigo-800:hover { --tw-border-opacity: 1; border-color: rgb(55 48 163 / var(--tw-border-opacity)); @@ -4335,16 +4457,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(59 130 246 / var(--tw-border-opacity)); } -.hover\:border-gray-800:hover { - --tw-border-opacity: 1; - border-color: rgb(31 41 55 / var(--tw-border-opacity)); -} - -.hover\:border-gray-400:hover { - --tw-border-opacity: 1; - border-color: rgb(156 163 175 / var(--tw-border-opacity)); -} - .hover\:border-b-blue-300:hover { --tw-border-opacity: 1; border-bottom-color: rgb(147 197 253 / var(--tw-border-opacity)); @@ -4375,6 +4487,41 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(185 28 28 / var(--tw-bg-opacity)); } +.hover\:bg-yellow-500:hover { + --tw-bg-opacity: 1; + background-color: rgb(234 179 8 / var(--tw-bg-opacity)); +} + +.hover\:bg-white:hover { + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity)); +} + +.hover\:bg-indigo-600:hover { + --tw-bg-opacity: 1; + background-color: rgb(79 70 229 / var(--tw-bg-opacity)); +} + +.hover\:bg-red-600:hover { + --tw-bg-opacity: 1; + background-color: rgb(220 38 38 / var(--tw-bg-opacity)); +} + +.hover\:bg-blue-800:hover { + --tw-bg-opacity: 1; + background-color: rgb(30 64 175 / var(--tw-bg-opacity)); +} + +.hover\:bg-purple-900:hover { + --tw-bg-opacity: 1; + background-color: rgb(88 28 135 / var(--tw-bg-opacity)); +} + +.hover\:bg-gray-400:hover { + --tw-bg-opacity: 1; + background-color: rgb(156 163 175 / var(--tw-bg-opacity)); +} + .hover\:bg-gray-50:hover { --tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity)); @@ -4390,11 +4537,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(55 65 81 / var(--tw-bg-opacity)); } -.hover\:bg-indigo-600:hover { - --tw-bg-opacity: 1; - background-color: rgb(79 70 229 / var(--tw-bg-opacity)); -} - .hover\:bg-purple-700:hover { --tw-bg-opacity: 1; background-color: rgb(126 34 206 / var(--tw-bg-opacity)); @@ -4405,11 +4547,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(29 78 216 / var(--tw-bg-opacity)); } -.hover\:bg-white:hover { - --tw-bg-opacity: 1; - background-color: rgb(255 255 255 / var(--tw-bg-opacity)); -} - .hover\:bg-blue-400:hover { --tw-bg-opacity: 1; background-color: rgb(96 165 250 / var(--tw-bg-opacity)); @@ -4420,11 +4557,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(31 41 55 / var(--tw-bg-opacity)); } -.hover\:bg-blue-800:hover { - --tw-bg-opacity: 1; - background-color: rgb(30 64 175 / var(--tw-bg-opacity)); -} - .hover\:bg-green-800:hover { --tw-bg-opacity: 1; background-color: rgb(22 101 52 / var(--tw-bg-opacity)); @@ -4484,6 +4616,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(75 85 99 / var(--tw-bg-opacity)); } +.hover\:bg-purple-50:hover { + --tw-bg-opacity: 1; + background-color: rgb(250 245 255 / var(--tw-bg-opacity)); +} + .hover\:bg-gray-900:hover { --tw-bg-opacity: 1; background-color: rgb(17 24 39 / var(--tw-bg-opacity)); @@ -4509,31 +4646,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(250 204 21 / var(--tw-bg-opacity)); } -.hover\:bg-yellow-500:hover { - --tw-bg-opacity: 1; - background-color: rgb(234 179 8 / var(--tw-bg-opacity)); -} - -.hover\:bg-purple-50:hover { - --tw-bg-opacity: 1; - background-color: rgb(250 245 255 / var(--tw-bg-opacity)); -} - -.hover\:bg-purple-900:hover { - --tw-bg-opacity: 1; - background-color: rgb(88 28 135 / var(--tw-bg-opacity)); -} - -.hover\:bg-gray-400:hover { - --tw-bg-opacity: 1; - background-color: rgb(156 163 175 / var(--tw-bg-opacity)); -} - -.hover\:bg-red-600:hover { - --tw-bg-opacity: 1; - background-color: rgb(220 38 38 / var(--tw-bg-opacity)); -} - .hover\:bg-opacity-90:hover { --tw-bg-opacity: 0.9; } @@ -4542,6 +4654,15 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-bg-opacity: 1; } +.hover\:bg-opacity-80:hover { + --tw-bg-opacity: 0.8; +} + +.hover\:text-gray-800:hover { + --tw-text-opacity: 1; + color: rgb(31 41 55 / var(--tw-text-opacity)); +} + .hover\:text-purple-200:hover { --tw-text-opacity: 1; color: rgb(233 213 255 / var(--tw-text-opacity)); @@ -4592,11 +4713,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(107 114 128 / var(--tw-text-opacity)); } -.hover\:text-gray-800:hover { - --tw-text-opacity: 1; - color: rgb(31 41 55 / var(--tw-text-opacity)); -} - .hover\:text-red-500:hover { --tw-text-opacity: 1; color: rgb(239 68 68 / var(--tw-text-opacity)); @@ -4712,6 +4828,11 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(99 102 241 / var(--tw-text-opacity)); } +.hover\:text-green-600:hover { + --tw-text-opacity: 1; + color: rgb(22 163 74 / var(--tw-text-opacity)); +} + .hover\:text-opacity-75:hover { --tw-text-opacity: 0.75; } @@ -4830,6 +4951,11 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(59 130 246 / var(--tw-border-opacity)); } +.focus\:border-indigo-600:focus { + --tw-border-opacity: 1; + border-color: rgb(79 70 229 / var(--tw-border-opacity)); +} + .focus\:bg-red-700:focus { --tw-bg-opacity: 1; background-color: rgb(185 28 28 / var(--tw-bg-opacity)); @@ -4874,6 +5000,11 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(209 213 219 / var(--tw-bg-opacity)); } +.focus\:bg-purple-50:focus { + --tw-bg-opacity: 1; + background-color: rgb(250 245 255 / var(--tw-bg-opacity)); +} + .focus\:bg-gray-200:focus { --tw-bg-opacity: 1; background-color: rgb(229 231 235 / var(--tw-bg-opacity)); @@ -4884,9 +5015,19 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(107 33 168 / var(--tw-bg-opacity)); } -.focus\:bg-purple-50:focus { +.focus\:bg-blue-600:focus { --tw-bg-opacity: 1; - background-color: rgb(250 245 255 / var(--tw-bg-opacity)); + background-color: rgb(37 99 235 / var(--tw-bg-opacity)); +} + +.focus\:bg-indigo-700:focus { + --tw-bg-opacity: 1; + background-color: rgb(67 56 202 / var(--tw-bg-opacity)); +} + +.focus\:bg-gray-600:focus { + --tw-bg-opacity: 1; + background-color: rgb(75 85 99 / var(--tw-bg-opacity)); } .focus\:text-white:focus { @@ -4904,6 +5045,11 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(55 65 81 / var(--tw-text-opacity)); } +.focus\:text-blue-500:focus { + --tw-text-opacity: 1; + color: rgb(59 130 246 / var(--tw-text-opacity)); +} + .focus\:underline:focus { -webkit-text-decoration-line: underline; text-decoration-line: underline; @@ -4936,6 +5082,10 @@ Ensure the default browser behavior of the `hidden` attribute. outline-color: #000; } +.focus\:outline-purple-800:focus { + outline-color: #6b21a8; +} + .focus\:ring-4:focus { --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color); @@ -4965,16 +5115,16 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity)); } -.focus\:ring-gray-300:focus { - --tw-ring-opacity: 1; - --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity)); -} - .focus\:ring-blue-300:focus { --tw-ring-opacity: 1; --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity)); } +.focus\:ring-gray-300:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity)); +} + .focus\:ring-indigo-200:focus { --tw-ring-opacity: 1; --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity)); @@ -5010,6 +5160,31 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity)); } +.focus\:ring-black:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity)); +} + +.focus\:ring-gray-100:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity)); +} + +.focus\:ring-cyan-100:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(207 250 254 / var(--tw-ring-opacity)); +} + +.focus\:ring-purple-800:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(107 33 168 / var(--tw-ring-opacity)); +} + +.focus\:ring-blue-400:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity)); +} + .focus\:ring-opacity-40:focus { --tw-ring-opacity: 0.4; } @@ -5022,10 +5197,18 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-opacity: 0.25; } +.focus\:ring-opacity-50:focus { + --tw-ring-opacity: 0.5; +} + .focus\:ring-offset-2:focus { --tw-ring-offset-width: 2px; } +.focus\:ring-offset-1:focus { + --tw-ring-offset-width: 1px; +} + .focus\:ring-offset-purple-200:focus { --tw-ring-offset-color: #e9d5ff; } @@ -5078,6 +5261,11 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(209 213 219 / var(--tw-text-opacity)); } +.disabled\:bg-gray-200:disabled { + --tw-bg-opacity: 1; + background-color: rgb(229 231 235 / var(--tw-bg-opacity)); +} + .group:hover .group-hover\:block { display: block; } @@ -5164,16 +5352,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-radius: 0.375rem; } -.dark .dark\:rounded-l { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} - -.dark .dark\:rounded-l-sm { - border-top-left-radius: 0.125rem; - border-bottom-left-radius: 0.125rem; -} - .dark .dark\:rounded-l-md { border-top-left-radius: 0.375rem; border-bottom-left-radius: 0.375rem; @@ -5193,14 +5371,14 @@ Ensure the default browser behavior of the `hidden` attribute. border-bottom-width: 0px; } -.dark .dark\:border-b-2 { - border-bottom-width: 2px; -} - .dark .dark\:border-l-2 { border-left-width: 2px; } +.dark .dark\:border-b-2 { + border-bottom-width: 2px; +} + .dark .dark\:border-gray-700 { --tw-border-opacity: 1; border-color: rgb(55 65 81 / var(--tw-border-opacity)); @@ -5235,31 +5413,11 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: transparent; } -.dark .dark\:border-emerald-500 { - --tw-border-opacity: 1; - border-color: rgb(16 185 129 / var(--tw-border-opacity)); -} - -.dark .dark\:border-emerald-600 { - --tw-border-opacity: 1; - border-color: rgb(5 150 105 / var(--tw-border-opacity)); -} - .dark .dark\:border-emerald-300 { --tw-border-opacity: 1; border-color: rgb(110 231 183 / var(--tw-border-opacity)); } -.dark .dark\:border-indigo-500 { - --tw-border-opacity: 1; - border-color: rgb(99 102 241 / var(--tw-border-opacity)); -} - -.dark .dark\:border-emerald-400 { - --tw-border-opacity: 1; - border-color: rgb(52 211 153 / var(--tw-border-opacity)); -} - .dark .dark\:border-emerald-200 { --tw-border-opacity: 1; border-color: rgb(167 243 208 / var(--tw-border-opacity)); @@ -5270,6 +5428,56 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(103 232 249 / var(--tw-border-opacity)); } +.dark .dark\:border-emerald-500 { + --tw-border-opacity: 1; + border-color: rgb(16 185 129 / var(--tw-border-opacity)); +} + +.dark .dark\:border-emerald-600 { + --tw-border-opacity: 1; + border-color: rgb(5 150 105 / var(--tw-border-opacity)); +} + +.dark .dark\:border-indigo-500 { + --tw-border-opacity: 1; + border-color: rgb(99 102 241 / var(--tw-border-opacity)); +} + +.dark .dark\:border-emerald-400 { + --tw-border-opacity: 1; + border-color: rgb(52 211 153 / var(--tw-border-opacity)); +} + +.dark .dark\:border-gray-800 { + --tw-border-opacity: 1; + border-color: rgb(31 41 55 / var(--tw-border-opacity)); +} + +.dark .dark\:border-gray-300 { + --tw-border-opacity: 1; + border-color: rgb(209 213 219 / var(--tw-border-opacity)); +} + +.dark .dark .dark\:dark\:border-gray-700 { + --tw-border-opacity: 1; + border-color: rgb(55 65 81 / var(--tw-border-opacity)); +} + +.dark .dark\:border-cyan-200 { + --tw-border-opacity: 1; + border-color: rgb(165 243 252 / var(--tw-border-opacity)); +} + +.dark .dark\:border-cyan-700 { + --tw-border-opacity: 1; + border-color: rgb(14 116 144 / var(--tw-border-opacity)); +} + +.dark .dark\:border-cyan-500 { + --tw-border-opacity: 1; + border-color: rgb(6 182 212 / var(--tw-border-opacity)); +} + .dark .dark\:bg-gray-800 { --tw-bg-opacity: 1; background-color: rgb(31 41 55 / var(--tw-bg-opacity)); @@ -5280,6 +5488,26 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(17 24 39 / var(--tw-bg-opacity)); } +.dark .dark\:bg-violet-400 { + --tw-bg-opacity: 1; + background-color: rgb(167 139 250 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-gray-500 { + --tw-bg-opacity: 1; + background-color: rgb(107 114 128 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-blue-600 { + --tw-bg-opacity: 1; + background-color: rgb(37 99 235 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-blue-200 { + --tw-bg-opacity: 1; + background-color: rgb(191 219 254 / var(--tw-bg-opacity)); +} + .dark .dark\:bg-emerald-900 { --tw-bg-opacity: 1; background-color: rgb(6 78 59 / var(--tw-bg-opacity)); @@ -5300,11 +5528,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(0 0 0 / var(--tw-bg-opacity)); } -.dark .dark\:bg-violet-400 { - --tw-bg-opacity: 1; - background-color: rgb(167 139 250 / var(--tw-bg-opacity)); -} - .dark .dark\:bg-indigo-400 { --tw-bg-opacity: 1; background-color: rgb(129 140 248 / var(--tw-bg-opacity)); @@ -5350,11 +5573,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(30 58 138 / var(--tw-bg-opacity)); } -.dark .dark\:bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgb(107 114 128 / var(--tw-bg-opacity)); -} - .dark .dark\:bg-cyan-400 { --tw-bg-opacity: 1; background-color: rgb(34 211 238 / var(--tw-bg-opacity)); @@ -5370,16 +5588,16 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(255 251 235 / var(--tw-bg-opacity)); } -.dark .dark\:bg-blue-600 { - --tw-bg-opacity: 1; - background-color: rgb(37 99 235 / var(--tw-bg-opacity)); -} - .dark .dark\:bg-gray-400 { --tw-bg-opacity: 1; background-color: rgb(156 163 175 / var(--tw-bg-opacity)); } +.dark .dark\:bg-emerald-300 { + --tw-bg-opacity: 1; + background-color: rgb(110 231 183 / var(--tw-bg-opacity)); +} + .dark .dark\:bg-gray-50 { --tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity)); @@ -5390,31 +5608,51 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(209 213 219 / var(--tw-bg-opacity)); } -.dark .dark\:bg-emerald-300 { +.dark .dark\:bg-violet-500 { --tw-bg-opacity: 1; - background-color: rgb(110 231 183 / var(--tw-bg-opacity)); + background-color: rgb(139 92 246 / var(--tw-bg-opacity)); } -.dark .dark\:bg-emerald-500 { +.dark .dark .dark\:dark\:bg-violet-400 { --tw-bg-opacity: 1; - background-color: rgb(16 185 129 / var(--tw-bg-opacity)); + background-color: rgb(167 139 250 / var(--tw-bg-opacity)); } -.dark .dark\:bg-blue-200 { +.dark .dark .dark\:dark\:bg-gray-800 { --tw-bg-opacity: 1; - background-color: rgb(191 219 254 / var(--tw-bg-opacity)); + background-color: rgb(31 41 55 / var(--tw-bg-opacity)); +} + +.dark .dark .dark\:dark\:bg-gray-900 { + --tw-bg-opacity: 1; + background-color: rgb(17 24 39 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-gray-100 { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity)); +} + +.dark .dark\:bg-red-800 { + --tw-bg-opacity: 1; + background-color: rgb(153 27 27 / var(--tw-bg-opacity)); } .dark .dark\:bg-opacity-40 { --tw-bg-opacity: 0.4; } +.dark .dark\:bg-gradient-to-b { + background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); +} + .dark .dark\:bg-gradient-to-r { background-image: linear-gradient(to right, var(--tw-gradient-stops)); } -.dark .dark\:bg-gradient-to-b { - background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); +.dark .dark\:from-cyan-600 { + --tw-gradient-from: #0891b2; + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(8 145 178 / 0)); } .dark .dark\:from-black { @@ -5442,15 +5680,14 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(110 231 183 / 0)); } -.dark .dark\:from-cyan-600 { - --tw-gradient-from: #0891b2; - --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(8 145 178 / 0)); -} - .dark .dark\:via-emerald-500 { --tw-gradient-stops: var(--tw-gradient-from), #10b981, var(--tw-gradient-to, rgb(16 185 129 / 0)); } +.dark .dark\:to-gray-300 { + --tw-gradient-to: #d1d5db; +} + .dark .dark\:to-green-800 { --tw-gradient-to: #166534; } @@ -5471,10 +5708,6 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-gradient-to: #67e8f9; } -.dark .dark\:to-gray-300 { - --tw-gradient-to: #d1d5db; -} - .dark .dark\:bg-clip-text { -webkit-background-clip: text; background-clip: text; @@ -5535,6 +5768,41 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(59 130 246 / var(--tw-text-opacity)); } +.dark .dark\:text-gray-50 { + --tw-text-opacity: 1; + color: rgb(249 250 251 / var(--tw-text-opacity)); +} + +.dark .dark\:text-gray-900 { + --tw-text-opacity: 1; + color: rgb(17 24 39 / var(--tw-text-opacity)); +} + +.dark .dark\:text-violet-400 { + --tw-text-opacity: 1; + color: rgb(167 139 250 / var(--tw-text-opacity)); +} + +.dark .dark\:text-gray-100 { + --tw-text-opacity: 1; + color: rgb(243 244 246 / var(--tw-text-opacity)); +} + +.dark .dark\:text-yellow-100 { + --tw-text-opacity: 1; + color: rgb(254 249 195 / var(--tw-text-opacity)); +} + +.dark .dark\:text-gray-800 { + --tw-text-opacity: 1; + color: rgb(31 41 55 / var(--tw-text-opacity)); +} + +.dark .dark\:text-blue-800 { + --tw-text-opacity: 1; + color: rgb(30 64 175 / var(--tw-text-opacity)); +} + .dark .dark\:text-gray-300 { --tw-text-opacity: 1; color: rgb(209 213 219 / var(--tw-text-opacity)); @@ -5570,21 +5838,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(56 189 248 / var(--tw-text-opacity)); } -.dark .dark\:text-gray-50 { - --tw-text-opacity: 1; - color: rgb(249 250 251 / var(--tw-text-opacity)); -} - -.dark .dark\:text-gray-900 { - --tw-text-opacity: 1; - color: rgb(17 24 39 / var(--tw-text-opacity)); -} - -.dark .dark\:text-gray-100 { - --tw-text-opacity: 1; - color: rgb(243 244 246 / var(--tw-text-opacity)); -} - .dark .dark\:text-gray-500 { --tw-text-opacity: 1; color: rgb(107 114 128 / var(--tw-text-opacity)); @@ -5610,11 +5863,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(254 240 138 / var(--tw-text-opacity)); } -.dark .dark\:text-gray-800 { - --tw-text-opacity: 1; - color: rgb(31 41 55 / var(--tw-text-opacity)); -} - .dark .dark\:text-emerald-300 { --tw-text-opacity: 1; color: rgb(110 231 183 / var(--tw-text-opacity)); @@ -5630,11 +5878,6 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(34 211 238 / var(--tw-text-opacity)); } -.dark .dark\:text-violet-400 { - --tw-text-opacity: 1; - color: rgb(167 139 250 / var(--tw-text-opacity)); -} - .dark .dark\:text-indigo-400 { --tw-text-opacity: 1; color: rgb(129 140 248 / var(--tw-text-opacity)); @@ -5665,16 +5908,30 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(248 113 113 / var(--tw-text-opacity)); } -.dark .dark\:text-emerald-400 { - --tw-text-opacity: 1; - color: rgb(52 211 153 / var(--tw-text-opacity)); -} - .dark .dark\:text-emerald-500 { --tw-text-opacity: 1; color: rgb(16 185 129 / var(--tw-text-opacity)); } +.dark .dark\:text-transparent { + color: transparent; +} + +.dark .dark\:text-emerald-800 { + --tw-text-opacity: 1; + color: rgb(6 95 70 / var(--tw-text-opacity)); +} + +.dark .dark\:text-cyan-200 { + --tw-text-opacity: 1; + color: rgb(165 243 252 / var(--tw-text-opacity)); +} + +.dark .dark\:text-emerald-400 { + --tw-text-opacity: 1; + color: rgb(52 211 153 / var(--tw-text-opacity)); +} + .dark .dark\:text-indigo-500 { --tw-text-opacity: 1; color: rgb(99 102 241 / var(--tw-text-opacity)); @@ -5690,23 +5947,34 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(167 243 208 / var(--tw-text-opacity)); } -.dark .dark\:text-cyan-900 { +.dark .dark .dark\:dark\:text-gray-50 { --tw-text-opacity: 1; - color: rgb(22 78 99 / var(--tw-text-opacity)); + color: rgb(249 250 251 / var(--tw-text-opacity)); } -.dark .dark\:text-cyan-800 { +.dark .dark .dark\:dark\:text-gray-900 { --tw-text-opacity: 1; - color: rgb(21 94 117 / var(--tw-text-opacity)); + color: rgb(17 24 39 / var(--tw-text-opacity)); } -.dark .dark\:text-transparent { - color: transparent; +.dark .dark .dark\:dark\:text-green-400 { + --tw-text-opacity: 1; + color: rgb(74 222 128 / var(--tw-text-opacity)); } -.dark .dark\:text-emerald-800 { +.dark .dark\:text-green-400 { --tw-text-opacity: 1; - color: rgb(6 95 70 / var(--tw-text-opacity)); + color: rgb(74 222 128 / var(--tw-text-opacity)); +} + +.dark .dark\:text-gray-600 { + --tw-text-opacity: 1; + color: rgb(75 85 99 / var(--tw-text-opacity)); +} + +.dark .dark\:text-purple-100 { + --tw-text-opacity: 1; + color: rgb(243 232 255 / var(--tw-text-opacity)); } .dark .dark\:text-purple-500 { @@ -5714,24 +5982,9 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(168 85 247 / var(--tw-text-opacity)); } -.dark .dark\:text-cyan-200 { +.dark .dark\:text-purple-600 { --tw-text-opacity: 1; - color: rgb(165 243 252 / var(--tw-text-opacity)); -} - -.dark .dark\:text-cyan-100 { - --tw-text-opacity: 1; - color: rgb(207 250 254 / var(--tw-text-opacity)); -} - -.dark .dark\:text-blue-800 { - --tw-text-opacity: 1; - color: rgb(30 64 175 / var(--tw-text-opacity)); -} - -.dark .dark\:text-yellow-100 { - --tw-text-opacity: 1; - color: rgb(254 249 195 / var(--tw-text-opacity)); + color: rgb(147 51 234 / var(--tw-text-opacity)); } .dark .dark\:placeholder-white::-moz-placeholder { @@ -5779,6 +6032,36 @@ Ensure the default browser behavior of the `hidden` attribute. color: rgb(209 213 219 / var(--tw-placeholder-opacity)); } +.dark .dark\:placeholder-gray-400::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(156 163 175 / var(--tw-placeholder-opacity)); +} + +.dark .dark\:placeholder-gray-400:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(156 163 175 / var(--tw-placeholder-opacity)); +} + +.dark .dark\:placeholder-gray-400::placeholder { + --tw-placeholder-opacity: 1; + color: rgb(156 163 175 / var(--tw-placeholder-opacity)); +} + +.dark .dark\:placeholder-gray-600::-moz-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(75 85 99 / var(--tw-placeholder-opacity)); +} + +.dark .dark\:placeholder-gray-600:-ms-input-placeholder { + --tw-placeholder-opacity: 1; + color: rgb(75 85 99 / var(--tw-placeholder-opacity)); +} + +.dark .dark\:placeholder-gray-600::placeholder { + --tw-placeholder-opacity: 1; + color: rgb(75 85 99 / var(--tw-placeholder-opacity)); +} + .dark .dark\:opacity-20 { opacity: 0.2; } @@ -5883,6 +6166,16 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(31 41 55 / var(--tw-bg-opacity)); } +.dark .dark\:hover\:bg-gray-700:hover { + --tw-bg-opacity: 1; + background-color: rgb(55 65 81 / var(--tw-bg-opacity)); +} + +.dark .dark\:hover\:bg-blue-700:hover { + --tw-bg-opacity: 1; + background-color: rgb(29 78 216 / var(--tw-bg-opacity)); +} + .dark .dark\:hover\:bg-gray-600:hover { --tw-bg-opacity: 1; background-color: rgb(75 85 99 / var(--tw-bg-opacity)); @@ -5907,11 +6200,6 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(79 70 229 / var(--tw-bg-opacity)); } -.dark .dark\:hover\:bg-gray-700:hover { - --tw-bg-opacity: 1; - background-color: rgb(55 65 81 / var(--tw-bg-opacity)); -} - .dark .dark\:hover\:bg-emerald-500:hover { --tw-bg-opacity: 1; background-color: rgb(16 185 129 / var(--tw-bg-opacity)); @@ -5922,9 +6210,9 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(52 211 153 / var(--tw-bg-opacity)); } -.dark .dark\:hover\:bg-blue-700:hover { +.dark .dark\:hover\:bg-gray-900:hover { --tw-bg-opacity: 1; - background-color: rgb(29 78 216 / var(--tw-bg-opacity)); + background-color: rgb(17 24 39 / var(--tw-bg-opacity)); } .dark .dark\:hover\:stroke-cyan-400:hover { @@ -6087,6 +6375,11 @@ Ensure the default browser behavior of the `hidden` attribute. border-color: rgb(209 213 219 / var(--tw-border-opacity)); } +.dark .dark\:focus\:border-blue-400:focus { + --tw-border-opacity: 1; + border-color: rgb(96 165 250 / var(--tw-border-opacity)); +} + .dark .dark\:focus\:border-b-red-400:focus { --tw-border-opacity: 1; border-bottom-color: rgb(248 113 113 / var(--tw-border-opacity)); @@ -6102,16 +6395,16 @@ Ensure the default browser behavior of the `hidden` attribute. background-color: rgb(17 24 39 / var(--tw-bg-opacity)); } -.dark .dark\:focus\:text-white:focus { - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} - .dark .dark\:focus\:text-gray-400:focus { --tw-text-opacity: 1; color: rgb(156 163 175 / var(--tw-text-opacity)); } +.dark .dark\:focus\:text-white:focus { + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity)); +} + .dark .dark\:focus\:text-cyan-600:focus { --tw-text-opacity: 1; color: rgb(8 145 178 / var(--tw-text-opacity)); @@ -6122,6 +6415,11 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity)); } +.dark .dark\:focus\:ring-blue-800:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity)); +} + .dark .dark\:focus\:ring-indigo-900:focus { --tw-ring-opacity: 1; --tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity)); @@ -6132,9 +6430,9 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity)); } -.dark .dark\:focus\:ring-blue-800:focus { +.dark .dark\:focus\:ring-cyan-200:focus { --tw-ring-opacity: 1; - --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity)); + --tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity)); } @media (min-width: 640px) { @@ -6184,6 +6482,25 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: 1.25rem; } + .sm\:-mx-0\.5 { + margin-left: -0.125rem; + margin-right: -0.125rem; + } + + .sm\:-mx-0 { + margin-left: -0px; + margin-right: -0px; + } + + .sm\:mx-0\.5 { + margin-left: 0.125rem; + margin-right: 0.125rem; + } + + .sm\:mb-0 { + margin-bottom: 0px; + } + .sm\:mt-0 { margin-top: 0px; } @@ -6208,10 +6525,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-left: 0px; } - .sm\:mb-0 { - margin-bottom: 0px; - } - .sm\:mb-12 { margin-bottom: 3rem; } @@ -6268,10 +6581,18 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 2.5rem; } + .sm\:mb-2 { + margin-bottom: 0.5rem; + } + .sm\:block { display: block; } + .sm\:inline { + display: inline; + } + .sm\:flex { display: flex; } @@ -6292,18 +6613,38 @@ Ensure the default browser behavior of the `hidden` attribute. height: 18rem; } + .sm\:h-9 { + height: 2.25rem; + } + + .sm\:h-7 { + height: 1.75rem; + } + .sm\:w-10\/12 { width: 83.333333%; } - .sm\:w-10 { - width: 2.5rem; + .sm\:w-2\/3 { + width: 66.666667%; + } + + .sm\:w-1\/3 { + width: 33.333333%; + } + + .sm\:w-1\/2 { + width: 50%; } .sm\:w-auto { width: auto; } + .sm\:w-10 { + width: 2.5rem; + } + .sm\:w-64 { width: 16rem; } @@ -6312,10 +6653,6 @@ Ensure the default browser behavior of the `hidden` attribute. width: 25%; } - .sm\:w-1\/2 { - width: 50%; - } - .sm\:w-full { width: 100%; } @@ -6336,16 +6673,24 @@ Ensure the default browser behavior of the `hidden` attribute. width: 60%; } - .sm\:w-2\/3 { - width: 66.666667%; - } - .sm\:w-5\/6 { width: 83.333333%; } - .sm\:w-1\/3 { - width: 33.333333%; + .sm\:w-9 { + width: 2.25rem; + } + + .sm\:w-7 { + width: 1.75rem; + } + + .sm\:w-96 { + width: 24rem; + } + + .sm\:w-2\/4 { + width: 50%; } .sm\:max-w-xl { @@ -6388,6 +6733,10 @@ Ensure the default browser behavior of the `hidden` attribute. flex-direction: row; } + .sm\:flex-col { + flex-direction: column; + } + .sm\:items-start { align-items: flex-start; } @@ -6434,28 +6783,40 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: calc(0px * var(--tw-space-y-reverse)); } - .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(1.25rem * var(--tw-space-x-reverse)); - margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))); - } - .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(1rem * var(--tw-space-x-reverse)); margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); } + .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) { + --tw-space-y-reverse: 0; + margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); + margin-bottom: calc(1rem * var(--tw-space-y-reverse)); + } + .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.5rem * var(--tw-space-x-reverse)); margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); } - .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse: 0; - margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom: calc(1rem * var(--tw-space-y-reverse)); + .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(1.25rem * var(--tw-space-x-reverse)); + margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))); + } + + .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-y-reverse: 0; + border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))); + border-bottom-width: calc(0px * var(--tw-divide-y-reverse)); + } + + .sm\:divide-x > :not([hidden]) ~ :not([hidden]) { + --tw-divide-x-reverse: 0; + border-right-width: calc(1px * var(--tw-divide-x-reverse)); + border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))); } .sm\:rounded-lg { @@ -6478,11 +6839,40 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 2.5rem; } + .sm\:p-6 { + padding: 1.5rem; + } + + .sm\:py-20 { + padding-top: 5rem; + padding-bottom: 5rem; + } + .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } + .sm\:py-10 { + padding-top: 2.5rem; + padding-bottom: 2.5rem; + } + + .sm\:px-4 { + padding-left: 1rem; + padding-right: 1rem; + } + + .sm\:py-3 { + padding-top: 0.75rem; + padding-bottom: 0.75rem; + } + + .sm\:px-3 { + padding-left: 0.75rem; + padding-right: 0.75rem; + } + .sm\:px-12 { padding-left: 3rem; padding-right: 3rem; @@ -6503,11 +6893,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 2rem; } - .sm\:px-4 { - padding-left: 1rem; - padding-right: 1rem; - } - .sm\:px-5 { padding-left: 1.25rem; padding-right: 1.25rem; @@ -6538,24 +6923,9 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 8rem; } - .sm\:py-3 { - padding-top: 0.75rem; - padding-bottom: 0.75rem; - } - - .sm\:px-3 { - padding-left: 0.75rem; - padding-right: 0.75rem; - } - - .sm\:py-20 { - padding-top: 5rem; - padding-bottom: 5rem; - } - - .sm\:py-10 { - padding-top: 2.5rem; - padding-bottom: 2.5rem; + .sm\:py-1 { + padding-top: 0.25rem; + padding-bottom: 0.25rem; } .sm\:pt-12 { @@ -6603,40 +6973,21 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 2.5rem; } - .sm\:text-6xl { - font-size: 3.75rem; - line-height: 1; - } - - .sm\:text-3xl { - font-size: 1.875rem; - line-height: 2.25rem; - } - - .sm\:text-5xl { - font-size: 3rem; - line-height: 1; - } - - .sm\:text-\[42px\] { - font-size: 42px; - } - .sm\:text-lg { font-size: 1.125rem; line-height: 1.75rem; } - .sm\:text-base { - font-size: 1rem; - line-height: 1.5rem; - } - .sm\:text-sm { font-size: 0.875rem; line-height: 1.25rem; } + .sm\:text-5xl { + font-size: 3rem; + line-height: 1; + } + .sm\:text-2xl { font-size: 1.5rem; line-height: 2rem; @@ -6647,6 +6998,29 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.75rem; } + .sm\:text-6xl { + font-size: 3.75rem; + line-height: 1; + } + + .sm\:text-3xl { + font-size: 1.875rem; + line-height: 2.25rem; + } + + .sm\:text-\[42px\] { + font-size: 42px; + } + + .sm\:text-base { + font-size: 1rem; + line-height: 1.5rem; + } + + .sm\:font-bold { + font-weight: 700; + } + .sm\:leading-none { line-height: 1; } @@ -6662,6 +7036,12 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } + + .sm\:shadow { + --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); + } } @media (min-width: 768px) { @@ -6693,22 +7073,10 @@ Ensure the default browser behavior of the `hidden` attribute. order: 2; } - .md\:col-span-1 { - grid-column: span 1 / span 1; - } - - .md\:col-span-6 { - grid-column: span 6 / span 6; - } - .md\:col-span-3 { grid-column: span 3 / span 3; } - .md\:col-span-7 { - grid-column: span 7 / span 7; - } - .md\:col-span-4 { grid-column: span 4 / span 4; } @@ -6717,6 +7085,18 @@ Ensure the default browser behavior of the `hidden` attribute. grid-column: span 2 / span 2; } + .md\:col-span-1 { + grid-column: span 1 / span 1; + } + + .md\:col-span-6 { + grid-column: span 6 / span 6; + } + + .md\:col-span-7 { + grid-column: span 7 / span 7; + } + .md\:m-0 { margin: 0px; } @@ -6790,6 +7170,19 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: -3rem; } + .md\:mx-5 { + margin-left: 1.25rem; + margin-right: 1.25rem; + } + + .md\:mb-10 { + margin-bottom: 2.5rem; + } + + .md\:mb-6 { + margin-bottom: 1.5rem; + } + .md\:mr-2 { margin-right: 0.5rem; } @@ -6910,18 +7303,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-right: 2.5rem; } - .md\:mt-12 { - margin-top: 3rem; - } - - .md\:mb-6 { - margin-bottom: 1.5rem; - } - - .md\:mb-10 { - margin-bottom: 2.5rem; - } - .md\:block { display: block; } @@ -6942,14 +7323,18 @@ Ensure the default browser behavior of the `hidden` attribute. display: none; } - .md\:h-auto { - height: auto; + .md\:h-64 { + height: 16rem; } .md\:h-full { height: 100%; } + .md\:h-auto { + height: auto; + } + .md\:h-10 { height: 2.5rem; } @@ -6978,14 +7363,18 @@ Ensure the default browser behavior of the `hidden` attribute. height: 6rem; } - .md\:h-64 { - height: 16rem; - } - .md\:w-1\/2 { width: 50%; } + .md\:w-48 { + width: 12rem; + } + + .md\:w-3\/4 { + width: 75%; + } + .md\:w-1\/4 { width: 25%; } @@ -7078,14 +7467,22 @@ Ensure the default browser behavior of the `hidden` attribute. width: 80%; } - .md\:w-48 { - width: 12rem; + .md\:w-8\/12 { + width: 66.666667%; } - .md\:w-3\/4 { + .md\:w-2\/4 { + width: 50%; + } + + .md\:w-9\/12 { width: 75%; } + .md\:max-w-xl { + max-width: 36rem; + } + .md\:max-w-full { max-width: 100%; } @@ -7114,10 +7511,6 @@ Ensure the default browser behavior of the `hidden` attribute. max-width: 72rem; } - .md\:max-w-xl { - max-width: 36rem; - } - .md\:flex-shrink { flex-shrink: 1; } @@ -7127,6 +7520,10 @@ Ensure the default browser behavior of the `hidden` attribute. transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } + .md\:grid-cols-5 { + grid-template-columns: repeat(5, minmax(0, 1fr)); + } + .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } @@ -7135,10 +7532,6 @@ Ensure the default browser behavior of the `hidden` attribute. grid-template-columns: repeat(3, minmax(0, 1fr)); } - .md\:grid-cols-5 { - grid-template-columns: repeat(5, minmax(0, 1fr)); - } - .md\:grid-cols-9 { grid-template-columns: repeat(9, minmax(0, 1fr)); } @@ -7199,6 +7592,12 @@ Ensure the default browser behavior of the `hidden` attribute. gap: 2rem; } + .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(0.5rem * var(--tw-space-x-reverse)); + margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); + } + .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))); @@ -7223,12 +7622,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: calc(0px * var(--tw-space-y-reverse)); } - .md\:space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(0.5rem * var(--tw-space-x-reverse)); - margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); - } - .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); @@ -7263,16 +7656,16 @@ Ensure the default browser behavior of the `hidden` attribute. border-radius: 0px; } - .md\:rounded-r-none { - border-top-right-radius: 0px; - border-bottom-right-radius: 0px; - } - .md\:rounded-l-lg { border-top-left-radius: 0.5rem; border-bottom-left-radius: 0.5rem; } + .md\:rounded-r-none { + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; + } + .md\:rounded-l-none { border-top-left-radius: 0px; border-bottom-left-radius: 0px; @@ -7287,10 +7680,6 @@ Ensure the default browser behavior of the `hidden` attribute. border-width: 0px; } - .md\:border { - border-width: 1px; - } - .md\:border-b-0 { border-bottom-width: 0px; } @@ -7327,6 +7716,10 @@ Ensure the default browser behavior of the `hidden` attribute. --tw-bg-opacity: 1; } + .md\:p-10 { + padding: 2.5rem; + } + .md\:p-8 { padding: 2rem; } @@ -7339,8 +7732,9 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 0px; } - .md\:p-10 { - padding: 2.5rem; + .md\:px-10 { + padding-left: 2.5rem; + padding-right: 2.5rem; } .md\:px-24 { @@ -7373,11 +7767,6 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 8rem; } - .md\:px-10 { - padding-left: 2.5rem; - padding-right: 2.5rem; - } - .md\:px-16 { padding-left: 4rem; padding-right: 4rem; @@ -7448,6 +7837,11 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 10rem; } + .md\:py-8 { + padding-top: 2rem; + padding-bottom: 2rem; + } + .md\:pl-20 { padding-left: 5rem; } @@ -7524,6 +7918,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 16rem; } + .md\:pr-40 { + padding-right: 10rem; + } + .md\:text-left { text-align: left; } @@ -7545,16 +7943,16 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1; } - .md\:text-base { - font-size: 1rem; - line-height: 1.5rem; - } - .md\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; } + .md\:text-base { + font-size: 1rem; + line-height: 1.5rem; + } + .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; @@ -7593,6 +7991,10 @@ Ensure the default browser behavior of the `hidden` attribute. font-weight: 800; } + .md\:leading-tight { + line-height: 1.25; + } + .md\:leading-snug { line-height: 1.375; } @@ -7601,10 +8003,6 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1; } - .md\:leading-tight { - line-height: 1.25; - } - .md\:tracking-tight { letter-spacing: -0.025em; } @@ -7709,6 +8107,10 @@ Ensure the default browser behavior of the `hidden` attribute. grid-column: span 1 / span 1; } + .lg\:col-span-8 { + grid-column: span 8 / span 8; + } + .lg\:col-start-1 { grid-column-start: 1; } @@ -7777,18 +8179,26 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: 4rem; } + .lg\:ml-4 { + margin-left: 1rem; + } + .lg\:mt-0 { margin-top: 0px; } - .lg\:mt-12 { - margin-top: 3rem; - } - .lg\:mb-0 { margin-bottom: 0px; } + .lg\:ml-48 { + margin-left: 12rem; + } + + .lg\:mt-12 { + margin-top: 3rem; + } + .lg\:-mb-10 { margin-bottom: -2.5rem; } @@ -7817,10 +8227,6 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: -10rem; } - .lg\:ml-4 { - margin-left: 1rem; - } - .lg\:mt-20 { margin-top: 5rem; } @@ -7913,8 +8319,8 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: 2.5rem; } - .lg\:ml-48 { - margin-left: 12rem; + .lg\:mr-16 { + margin-right: 4rem; } .lg\:block { @@ -7965,11 +8371,11 @@ Ensure the default browser behavior of the `hidden` attribute. height: 3rem; } - .lg\:h-auto { - height: auto; + .lg\:w-1\/2 { + width: 50%; } - .lg\:w-1\/2 { + .lg\:w-2\/4 { width: 50%; } @@ -8065,8 +8471,8 @@ Ensure the default browser behavior of the `hidden` attribute. width: 100vw; } - .lg\:w-2\/4 { - width: 50%; + .lg\:w-4\/5 { + width: 80%; } .lg\:max-w-4xl { @@ -8194,6 +8600,10 @@ Ensure the default browser behavior of the `hidden` attribute. justify-content: space-evenly; } + .lg\:gap-0 { + gap: 0px; + } + .lg\:gap-20 { gap: 5rem; } @@ -8210,10 +8620,6 @@ Ensure the default browser behavior of the `hidden` attribute. gap: 1rem; } - .lg\:gap-0 { - gap: 0px; - } - .lg\:gap-y-16 { row-gap: 4rem; } @@ -8224,18 +8630,18 @@ Ensure the default browser behavior of the `hidden` attribute. margin-bottom: calc(0px * var(--tw-space-y-reverse)); } - .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse: 0; - margin-right: calc(4rem * var(--tw-space-x-reverse)); - margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))); - } - .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(3rem * var(--tw-space-x-reverse)); margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))); } + .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(4rem * var(--tw-space-x-reverse)); + margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))); + } + .lg\:border-transparent { border-color: transparent; } @@ -8262,6 +8668,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 2rem; } + .lg\:p-16 { + padding: 4rem; + } + .lg\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; @@ -8357,6 +8767,11 @@ Ensure the default browser behavior of the `hidden` attribute. padding-right: 0px; } + .lg\:py-12 { + padding-top: 3rem; + padding-bottom: 3rem; + } + .lg\:pt-\[120px\] { padding-top: 120px; } @@ -8486,6 +8901,26 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1; } + .lg\:text-7xl { + font-size: 4.5rem; + line-height: 1; + } + + .lg\:text-xl { + font-size: 1.25rem; + line-height: 1.75rem; + } + + .lg\:text-3xl { + font-size: 1.875rem; + line-height: 2.25rem; + } + + .lg\:text-base { + font-size: 1rem; + line-height: 1.5rem; + } + .lg\:text-2xl { font-size: 1.5rem; line-height: 2rem; @@ -8496,11 +8931,6 @@ Ensure the default browser behavior of the `hidden` attribute. line-height: 1.25rem; } - .lg\:text-3xl { - font-size: 1.875rem; - line-height: 2.25rem; - } - .lg\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; @@ -8510,26 +8940,11 @@ Ensure the default browser behavior of the `hidden` attribute. font-size: 40px; } - .lg\:text-base { - font-size: 1rem; - line-height: 1.5rem; - } - .lg\:text-6xl { font-size: 3.75rem; line-height: 1; } - .lg\:text-xl { - font-size: 1.25rem; - line-height: 1.75rem; - } - - .lg\:text-7xl { - font-size: 4.5rem; - line-height: 1; - } - .lg\:text-white { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); @@ -8596,6 +9011,14 @@ Ensure the default browser behavior of the `hidden` attribute. margin-top: -3rem; } + .xl\:mt-12 { + margin-top: 3rem; + } + + .xl\:mt-6 { + margin-top: 1.5rem; + } + .xl\:inline { display: inline; } @@ -8628,6 +9051,14 @@ Ensure the default browser behavior of the `hidden` attribute. width: 6rem; } + .xl\:w-2\/4 { + width: 50%; + } + + .xl\:w-4\/12 { + width: 33.333333%; + } + .xl\:max-w-screen-xl { max-width: 1280px; } @@ -8685,6 +9116,10 @@ Ensure the default browser behavior of the `hidden` attribute. padding: 5rem; } + .xl\:p-12 { + padding: 3rem; + } + .xl\:px-8 { padding-left: 2rem; padding-right: 2rem; @@ -8715,6 +9150,11 @@ Ensure the default browser behavior of the `hidden` attribute. padding-bottom: 10rem; } + .xl\:px-32 { + padding-left: 8rem; + padding-right: 8rem; + } + .xl\:pt-8 { padding-top: 2rem; } diff --git a/public/componets/cards/card.html b/public/componets/cards/card.html new file mode 100644 index 0000000..e69de29 diff --git a/public/componets/faq/1_faq.html b/public/componets/faq/1_faq.html new file mode 100644 index 0000000..45dff1e --- /dev/null +++ b/public/componets/faq/1_faq.html @@ -0,0 +1,83 @@ + + +
+ + + + + + +How it works
+Lorem ipsum dolor sit amet consectetur adipisicing elit. Unde neque in fugiat magni, quas animi enim veritatis deleniti ex. Impedit.
+Lorem ipsum dolor sit amet consectetur adipisicing elit. Est aspernatur quae, eos explicabo odit minima libero veniam similique quibusdam doloribus facilis ipsa accusantium vel maiores corrupti! Libero voluptate a doloribus?
+Lorem ipsum dolor sit amet consectetur adipisicing elit. Ut voluptates aspernatur dolores in consequatur doloremque inventore reprehenderit, consequuntur perspiciatis architecto.
+Sed consectetur quod tenetur! Voluptatibus culpa incidunt veritatis velit quasi cupiditate unde eaque! Iure, voluptatibus autem eaque unde possimus quae.
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
++ Got a + Question? We’ve got answers.
+Our platform works with your content to + provides + insights and metrics on how you can grow your business and scale your infastructure.
+Yes, we do! Team pricing is available for + any + plan. You can take advantage of 30% off for signing up for team pricing of 10 users or more.
+You can easily change your site settings + inside + of your site dashboard by clicking the top right menu and clicking the settings button.
+You can easily change your site settings + inside + of your site dashboard by clicking the top right menu and clicking the settings button.
+What is accessibility?
++ This article starts off the module with a good look at what accessibility is — this includes what groups of people we need to consider and why, what tools different people use to interact with + the web, and how we can make accessibility part of our web development workflow. +
+HTML: A good basis for accessibility?
+A great deal of web content can be made accessible just by making sure the correct HTML elements are always used for the correct purpose.
+CSS and JavaScript accessibility best practices?
++ CSS and JavaScript, when used properly, also have the potential to allow for accessible web experiences, but if misused they can significantly harm accessibility. This article outlines some + CSS and JavaScript best practices that should be considered to ensure that even complex content is as accessible as possible. +
+WAI-ARIA basics, WAI-ARIA basics, WAI-ARIA basics, WAI-ARIA basics?
++ Following on from the previous article, sometimes making complex UI controls that involve unsemantic HTML and dynamic JavaScript-updated content can be difficult. WAI-ARIA is a technology that + can help with such problems by adding in further semantics that browsers and assistive technologies can recognize and use to let users know what is going on. Here we'll show how to use it at a + basic level to improve accessibility. +
+Accessible multimedia?
++ Another category of content that can create accessibility problems is multimedia — video, audio, and image content need to be given proper textual alternatives, so they can be understood by + assistive technologies and their users. This article shows how. +
+Mobile accessibility?
+With web access on mobile devices being so popular, and popular platforms such as iOS and Android.
++ The most common questions about how our business works and what + can do for you. +
+How it works
+Lorem ipsum dolor sit amet consectetur adipisicing elit. Unde neque in fugiat magni, quas animi enim veritatis deleniti ex. Impedit.
+Lorem ipsum dolor sit amet consectetur adipisicing elit. Est aspernatur quae, eos explicabo odit minima libero veniam similique quibusdam doloribus facilis ipsa accusantium vel maiores corrupti! Libero voluptate a doloribus?
+Lorem ipsum dolor sit amet consectetur adipisicing elit. Ut voluptates aspernatur dolores in consequatur doloremque inventore reprehenderit, consequuntur perspiciatis architecto.
+Sed consectetur quod tenetur! Voluptatibus culpa incidunt veritatis velit quasi cupiditate unde eaque! Iure, voluptatibus autem eaque unde possimus quae.
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
++ Got a + Question? We’ve got answers.
+Our platform works with your content to + provides + insights and metrics on how you can grow your business and scale your infastructure.
+Yes, we do! Team pricing is available for + any + plan. You can take advantage of 30% off for signing up for team pricing of 10 users or more.
+You can easily change your site settings + inside + of your site dashboard by clicking the top right menu and clicking the settings button.
+You can easily change your site settings + inside + of your site dashboard by clicking the top right menu and clicking the settings button.
+What is accessibility?
++ This article starts off the module with a good look at what accessibility is — this includes what groups of people we need to consider and why, what tools different people use to interact with + the web, and how we can make accessibility part of our web development workflow. +
+HTML: A good basis for accessibility?
+A great deal of web content can be made accessible just by making sure the correct HTML elements are always used for the correct purpose.
+CSS and JavaScript accessibility best practices?
++ CSS and JavaScript, when used properly, also have the potential to allow for accessible web experiences, but if misused they can significantly harm accessibility. This article outlines some + CSS and JavaScript best practices that should be considered to ensure that even complex content is as accessible as possible. +
+WAI-ARIA basics, WAI-ARIA basics, WAI-ARIA basics, WAI-ARIA basics?
++ Following on from the previous article, sometimes making complex UI controls that involve unsemantic HTML and dynamic JavaScript-updated content can be difficult. WAI-ARIA is a technology that + can help with such problems by adding in further semantics that browsers and assistive technologies can recognize and use to let users know what is going on. Here we'll show how to use it at a + basic level to improve accessibility. +
+Accessible multimedia?
++ Another category of content that can create accessibility problems is multimedia — video, audio, and image content need to be given proper textual alternatives, so they can be understood by + assistive technologies and their users. This article shows how. +
+Mobile accessibility?
+With web access on mobile devices being so popular, and popular platforms such as iOS and Android.
++ The most common questions about how our business works and what + can do for you. +
++ don't have an account? + + register + +
+Login or create account
+ + +Don't have an account? Create One
+Welcome back!
+ + +Lorem ipsum dolor sit, amet consectetur adipisicing elit. In autem ipsa, nulla laboriosam dolores, repellendus perferendis libero suscipit nam temporibus molestiae
+Sign in to access your account
+Don't have an account yet? Sign up.
+Login or create account
+ + +Don't have an account? Create One
+Welcome back!
+ + +Lorem ipsum dolor sit, amet consectetur adipisicing elit. In autem ipsa, nulla laboriosam dolores, repellendus perferendis libero suscipit nam temporibus molestiae
+Sign in to access your account
+Don't have an account yet? Sign up.
++ don't have an account? + + register + +
+Etiam ac convallis enim, eget euismod dolor.
+Morbi cursus ut sapien sit amet consectetur.
+Phasellus ultrices bibendum nibh in vehicula.
+39€
+Nemo deserunt possimus quo provident recusandae! Dolores qui architecto omnis pariatur eos voluptatibus sequi cum, non nesciunt aspernatur a?
+ +89€
+Nemo deserunt possimus quo provident recusandae! Dolores qui architecto omnis pariatur eos voluptatibus sequi cum, non nesciunt aspernatur a?
+ +